HomeSort by: relevance | last modified time | path
    Searched refs:IsLatin1 (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
fontutils.h 125 || ( (ch) < MaxUChar && !IsLatin1(ch) ) ) \
xterm.h 1085 ? (IsLatin1(n) ? 1 : 0) \
1087 #define IsLatin1(n) (IsAscii1(n) || ((n) >= 160 && (n) <= 255))
1090 #define CharWidth(screen, n) (IsLatin1(n) ? 1 : 0)
1091 #define IsLatin1(n) (IsAscii1(n) || ((n) >= 160))
misc.c 6104 } else if (!IsLatin1(ch)) {
charproc.c 5453 || IsLatin1(value))) {

Completed in 16 milliseconds