Searched defs:IsLatin1 (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dxterm.h1087 #define IsLatin1(n) (IsAscii1(n) || ((n) >= 160 && (n) <= 255)) macro
1091 #define IsLatin1(n) (IsAscii1(n) || ((n) >= 160)) macro

Completed in 6 milliseconds