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

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3convertutf.h124 #define halfBase ((UTF32)0x0010000UL) macro
/external/llvm/lib/Support/
H A DConvertUTF.c57 static const UTF32 halfBase = 0x0010000UL; variable
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/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 296 milliseconds