OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNI_SUR_HIGH_END
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/runtime/C/include/
antlr3convertutf.h
118
#define
UNI_SUR_HIGH_END
(UTF32)0xDBFF
/external/llvm/lib/Support/
ConvertUTF.c
61
#define
UNI_SUR_HIGH_END
(UTF32)0xDBFF
177
if (ch >= UNI_SUR_HIGH_START && ch <=
UNI_SUR_HIGH_END
) {
234
if (ch >= UNI_SUR_HIGH_START && ch <=
UNI_SUR_HIGH_END
) {
Completed in 86 milliseconds