OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Jun 29 00:24:49 UTC 2026