Home
last modified time | relevance | path

Searched refs:byterev_control_chars (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/inflib/
H A Dinfhostrtl.c54 static const WCHAR byterev_control_chars[] = {0x0d00,0x0a00,0x0900,0x2000,0}; in RtlIsTextUnicode() local
130 if (strchrW(byterev_control_chars, s[i])) in RtlIsTextUnicode()
/reactos/sdk/lib/rtl/
H A Dunicode.c1293 static const WCHAR byterev_control_chars[] = {0x0d00, 0x0a00, 0x0900, 0x2000, 0}; in RtlIsTextUnicode() local
1436 if (strchrW(byterev_control_chars, s[i])) in RtlIsTextUnicode()