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

  /external/antlr/antlr-3.4/runtime/C/src/
antlr3convertutf.c 181 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL,
357 ch -= offsetsFromUTF8[extraBytesToRead];
483 ch -= offsetsFromUTF8[extraBytesToRead];
antlr3inputstream.c     [all...]
  /external/google-breakpad/src/common/
convert_UTF.c 209 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL,
381 ch -= offsetsFromUTF8[extraBytesToRead];
505 ch -= offsetsFromUTF8[extraBytesToRead];
  /external/llvm/lib/Support/
ConvertUTF.c 93 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL,
543 ch -= offsetsFromUTF8[extraBytesToRead];
647 ch -= offsetsFromUTF8[extraBytesToRead];
  /external/icu/icu4c/source/common/
ucnv_u8.c 63 static const uint32_t offsetsFromUTF8[7] = {0,
164 ch -= offsetsFromUTF8[inBytes];
292 ch -= offsetsFromUTF8[inBytes];
719 ch -= offsetsFromUTF8[extraBytesToWrite];
    [all...]

Completed in 219 milliseconds