Searched refs:halfBase (Results 1 - 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3convertutf.h124 #define halfBase ((UTF32)0x0010000UL) macro
/external/google-breakpad/src/common/
H A Dconvert_UTF.c65 static const UTF32 halfBase = 0x0010000UL; variable
118 ch -= halfBase;
147 + (ch2 - UNI_SUR_LOW_START) + halfBase;
253 + (ch2 - UNI_SUR_LOW_START) + halfBase;
414 ch -= halfBase;
/external/llvm/lib/Support/
H A DConvertUTF.c58 static const UTF32 halfBase = 0x0010000UL; variable
155 ch -= halfBase;
185 + (ch2 - UNI_SUR_LOW_START) + halfBase;
242 + (ch2 - UNI_SUR_LOW_START) + halfBase;
576 ch -= halfBase;
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3convertutf.c89 ch -= halfBase;
119 + (ch2 - UNI_SUR_LOW_START) + halfBase;
226 + (ch2 - UNI_SUR_LOW_START) + halfBase;
390 ch -= halfBase;
H A Dantlr3inputstream.c977 + (ch2 - UNI_SUR_LOW_START) + halfBase;
1260 + (ch2 - UNI_SUR_LOW_START) + halfBase;
1481 + (ch2 - UNI_SUR_LOW_START) + halfBase;

Completed in 5570 milliseconds