Searched refs:NlsLeadByteInfo (Results 1 – 4 of 4) sorted by relevance
16 unsigned short *NlsLeadByteInfo; variable17 #define isleadbyte(c) NlsLeadByteInfo[c]
26 PUSHORT NlsLeadByteInfo = NULL; /* exported */ variable277 LeadByteInfo = NlsLeadByteInfo[Char]; in RtlMultiByteToUnicodeN()286 *UnicodeString++ = NlsLeadByteInfo[LeadByteInfo + *(PUCHAR)MbString++]; in RtlMultiByteToUnicodeN()347 if (Char >= 0x80 && NlsLeadByteInfo[Char]) in RtlMultiByteToUnicodeSize()456 NlsLeadByteInfo = NlsTable->AnsiTableInfo.DBCSOffsets; in RtlResetRtlTranslations()
24 extern PUSHORT NlsLeadByteInfo;57 if (NlsLeadByteInfo) in RtlAnsiCharToUnicodeChar()59 Size = (NlsLeadByteInfo[**AnsiChar] == 0) ? 1 : 2; in RtlAnsiCharToUnicodeChar()1363 if (NlsLeadByteInfo[s[i]]) in RtlIsTextUnicode()
835 @ extern NlsLeadByteInfo