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

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3convertutf.h 124 #define halfBase ((UTF32)0x0010000UL)
  /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;

Completed in 188 milliseconds