ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | cp_info |
struct | sbcs_table |
struct | dbcs_table |
union | cptable |
Macros | |
#define | C1_UPPER 1 |
#define | C1_LOWER 2 |
#define | C1_DIGIT 4 |
#define | C1_SPACE 8 |
#define | C1_PUNCT 16 |
#define | C1_CNTRL 32 |
#define | C1_BLANK 64 |
#define | C1_XDIGIT 128 |
#define | C1_ALPHA 256 |
#define | MB_COMPOSITE 2 |
#define | MB_ERR_INVALID_CHARS 8 |
#define | MB_USEGLYPHCHARS 0x04 |
#define | WC_COMPOSITECHECK 512 |
#define | WC_DISCARDNS 16 |
#define | WC_DEFAULTCHAR 64 |
#define | WC_NO_BEST_FIT_CHARS 1024 |
#define | WC_ERR_INVALID_CHARS 0x0080 |
#define | WINE_UNICODE_API |
#define | WINE_UNICODE_INLINE static inline |
#define | strncpyW(d, s, n) error do_not_use_strncpyW_use_lstrcpynW_or_memcpy_instead |
WINE_UNICODE_INLINE int atoiW | ( | const WCHAR * | str | ) |
WINE_UNICODE_INLINE long int atolW | ( | const WCHAR * | str | ) |
WINE_UNICODE_INLINE unsigned short get_char_typeW | ( | WCHAR | ch | ) |
Definition at line 149 of file unicode.h.
Referenced by compare_case_weights(), compare_diacritic_weights(), compare_unicode_weights(), compare_weights(), GetStringTypeW(), isalnumW(), isalphaW(), iscntrlW(), isdigitW(), isgraphW(), islowerW(), isprintW(), ispunctW(), isspaceW(), isupperW(), isxdigitW(), and wine_get_sortkey().
WINE_UNICODE_INLINE int isalnumW | ( | WCHAR | wc | ) |
WINE_UNICODE_INLINE int isalphaW | ( | WCHAR | wc | ) |
WINE_UNICODE_INLINE int iscntrlW | ( | WCHAR | wc | ) |
WINE_UNICODE_INLINE int isdigitW | ( | WCHAR | wc | ) |
WINE_UNICODE_INLINE int isgraphW | ( | WCHAR | wc | ) |
WINE_UNICODE_INLINE int islowerW | ( | WCHAR | wc | ) |
WINE_UNICODE_INLINE int isprintW | ( | WCHAR | wc | ) |
WINE_UNICODE_INLINE int ispunctW | ( | WCHAR | wc | ) |
WINE_UNICODE_INLINE int isspaceW | ( | WCHAR | wc | ) |
WINE_UNICODE_INLINE int isupperW | ( | WCHAR | wc | ) |
WINE_UNICODE_INLINE int isxdigitW | ( | WCHAR | wc | ) |
Definition at line 295 of file unicode.h.
Referenced by get_token(), map_W_to_A(), match_common_name(), PROFILE_Load(), and WinHttpCrackUrl().
WINE_UNICODE_INLINE WCHAR * strcatW | ( | WCHAR * | dst, |
const WCHAR * | src | ||
) |
WINE_UNICODE_INLINE WCHAR * strchrW | ( | const WCHAR * | str, |
WCHAR | ch | ||
) |
WINE_UNICODE_INLINE WCHAR * strcpyW | ( | WCHAR * | dst, |
const WCHAR * | src | ||
) |
WINE_UNICODE_INLINE unsigned int strlenW | ( | const WCHAR * | str | ) |
WINE_UNICODE_INLINE WCHAR * strlwrW | ( | WCHAR * | str | ) |
WINE_UNICODE_INLINE WCHAR * strrchrW | ( | const WCHAR * | str, |
WCHAR | ch | ||
) |
Definition at line 74 of file string.c.
Definition at line 195 of file string.c.
WINE_UNICODE_INLINE WCHAR * struprW | ( | WCHAR * | str | ) |
WINE_UNICODE_INLINE WCHAR tolowerW | ( | WCHAR | ch | ) |
WINE_UNICODE_INLINE WCHAR toupperW | ( | WCHAR | ch | ) |
Definition at line 363 of file string.c.
Definition at line 358 of file sortkey.c.
Definition at line 203 of file cptable.c.
Referenced by EnumSystemCodePagesA(), and EnumSystemCodePagesW().
Definition at line 192 of file cptable.c.
Referenced by get_codepage_table(), IsValidCodePage(), LOCALE_Init(), and SetCPGlobal().
int wine_cp_mbstowcs | ( | const union cptable * | table, |
int | flags, | ||
const char * | src, | ||
int | srclen, | ||
WCHAR * | dst, | ||
int | dstlen | ||
) |
Definition at line 265 of file mbtowc.c.
Referenced by MultiByteToWideChar().
int wine_cp_wcstombs | ( | const union cptable * | table, |
int | flags, | ||
const WCHAR * | src, | ||
int | srclen, | ||
char * | dst, | ||
int | dstlen, | ||
const char * | defchar, | ||
int * | used | ||
) |
Definition at line 411 of file wctomb.c.
Referenced by WideCharToMultiByte().
Referenced by MultiByteToWideChar().
Referenced by WideCharToMultiByte().
Definition at line 118 of file fold.c.
Definition at line 33 of file sortkey.c.
Definition at line 130 of file unicode.h.
Referenced by IsDBCSLeadByte(), and IsDBCSLeadByteEx().
Definition at line 304 of file utf8.c.
Referenced by MultiByteToWideChar().
Definition at line 98 of file utf8.c.
Referenced by WideCharToMultiByte().