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

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3convertutf.h 125 #define halfMask ((UTF32)0x3FFUL)
  /external/llvm/lib/Support/
ConvertUTF.c 59 static const UTF32 halfMask = 0x3FFUL;
157 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
578 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3convertutf.c 91 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
392 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);

Completed in 4816 milliseconds