HomeSort by relevance Sort by last modified time
    Searched refs:halfBase (Results 1 - 7 of 7) sorted by null

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3convertutf.h 124 #define halfBase ((UTF32)0x0010000UL)
  /external/google-breakpad/src/common/
convert_UTF.c 65 static const UTF32 halfBase = 0x0010000UL;
118 ch -= halfBase;
147 + (ch2 - UNI_SUR_LOW_START) + halfBase;
253 + (ch2 - UNI_SUR_LOW_START) + halfBase;
414 ch -= halfBase;
  /external/llvm/lib/Support/
ConvertUTF.c 58 static const UTF32 halfBase = 0x0010000UL;
155 ch -= halfBase;
185 + (ch2 - UNI_SUR_LOW_START) + halfBase;
242 + (ch2 - UNI_SUR_LOW_START) + halfBase;
576 ch -= halfBase;
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
ConvertUTF.cpp 60 static const UTF32 halfBase = 0x0010000UL;
155 ch -= halfBase;
185 + (ch2 - UNI_SUR_LOW_START) + halfBase;
242 + (ch2 - UNI_SUR_LOW_START) + halfBase;
576 ch -= halfBase;
  /external/unicode/
ConvertUTF.c 49 static const UTF32 halfBase = 0x0010000UL;
98 ch -= halfBase;
128 + (ch2 - UNI_SUR_LOW_START) + halfBase;
235 + (ch2 - UNI_SUR_LOW_START) + halfBase;
407 ch -= halfBase;
  /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...]

Completed in 203 milliseconds