Home
last modified time | relevance | path

Searched refs:MB_USEGLYPHCHARS (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/tools/unicode/
H A Dmbtowc.c38 const WCHAR * const cp2uni = (flags & MB_USEGLYPHCHARS) ? table->cp2uni_glyphs : table->cp2uni; in check_invalid_chars_sbcs()
58 const WCHAR * const cp2uni = (flags & MB_USEGLYPHCHARS) ? table->cp2uni_glyphs : table->cp2uni; in mbstowcs_sbcs()
121 const WCHAR * const cp2uni = (flags & MB_USEGLYPHCHARS) ? table->cp2uni_glyphs : table->cp2uni; in mbstowcs_sbcs_decompose()
/reactos/modules/rostests/winetests/kernel32/
H A Dcodepage.c1187 MB_PRECOMPOSED|MB_USEGLYPHCHARS, in test_dbcs_to_widechar()
1188 MB_COMPOSITE |MB_USEGLYPHCHARS, in test_dbcs_to_widechar()
1193 MB_PRECOMPOSED|MB_ERR_INVALID_CHARS|MB_USEGLYPHCHARS, in test_dbcs_to_widechar()
1194 MB_COMPOSITE |MB_ERR_INVALID_CHARS|MB_USEGLYPHCHARS, in test_dbcs_to_widechar()
/reactos/sdk/include/host/wine/
H A Dunicode.h42 #define MB_USEGLYPHCHARS 0x04 macro
/reactos/sdk/include/psdk/
H A Dwinnls.h286 #define MB_USEGLYPHCHARS 4 macro
/reactos/modules/rostests/winetests/user32/
H A Dtext.c834 MultiByteToWideChar( CP_OEMCP, MB_PRECOMPOSED | MB_USEGLYPHCHARS, &oem, 1, &expect, 1 ); in test_CharToOem_OemToChar()
/reactos/dll/win32/kernel32/winnls/string/
H A Dnls.c687 if ((Flags & MB_USEGLYPHCHARS) && CodePageTable->MultiByteTable[256]) in IntMultiByteToWideCharCP()
H A Dlocale.c60 #define MB_FLAGSMASK (MB_PRECOMPOSED|MB_COMPOSITE|MB_USEGLYPHCHARS|MB_ERR_INVALID_CHARS)