OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:halfbase
(Results
1 - 4
of
4
) sorted by null
/external/antlr/antlr-3.4/runtime/C/src/
antlr3convertutf.c
89
ch -=
halfBase
;
119
+ (ch2 - UNI_SUR_LOW_START) +
halfBase
;
226
+ (ch2 - UNI_SUR_LOW_START) +
halfBase
;
390
ch -=
halfBase
;
antlr3inputstream.c
[
all
...]
/external/llvm/lib/Support/
ConvertUTF.c
57
static const UTF32
halfBase
= 0x0010000UL;
154
ch -=
halfBase
;
184
+ (ch2 - UNI_SUR_LOW_START) +
halfBase
;
241
+ (ch2 - UNI_SUR_LOW_START) +
halfBase
;
482
ch -=
halfBase
;
/external/antlr/antlr-3.4/runtime/C/include/
antlr3convertutf.h
124
#define
halfBase
((UTF32)0x0010000UL)
Completed in 2179 milliseconds