Searched refs:MB_USEGLYPHCHARS (Results 1 – 7 of 7) sorted by relevance
38 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()
1187 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()
42 #define MB_USEGLYPHCHARS 0x04 macro
286 #define MB_USEGLYPHCHARS 4 macro
834 MultiByteToWideChar( CP_OEMCP, MB_PRECOMPOSED | MB_USEGLYPHCHARS, &oem, 1, &expect, 1 ); in test_CharToOem_OemToChar()
687 if ((Flags & MB_USEGLYPHCHARS) && CodePageTable->MultiByteTable[256]) in IntMultiByteToWideCharCP()
60 #define MB_FLAGSMASK (MB_PRECOMPOSED|MB_COMPOSITE|MB_USEGLYPHCHARS|MB_ERR_INVALID_CHARS)