Home
last modified time | relevance | path

Searched refs:NlsLeadByteInfo (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/lib/crt/mbstring/
H A Dmbstrlen.c16 unsigned short *NlsLeadByteInfo; variable
17 #define isleadbyte(c) NlsLeadByteInfo[c]
/reactos/sdk/lib/rtl/
H A Dnls.c26 PUSHORT NlsLeadByteInfo = NULL; /* exported */ variable
277 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()
H A Dunicode.c24 extern PUSHORT NlsLeadByteInfo;
57 if (NlsLeadByteInfo) in RtlAnsiCharToUnicodeChar()
59 Size = (NlsLeadByteInfo[**AnsiChar] == 0) ? 1 : 2; in RtlAnsiCharToUnicodeChar()
1363 if (NlsLeadByteInfo[s[i]]) in RtlIsTextUnicode()
/reactos/ntoskrnl/
H A Dntoskrnl.spec835 @ extern NlsLeadByteInfo