HomeSort by relevance Sort by last modified time
    Searched refs:offsetsFromUTF8 (Results 1 - 8 of 8) 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/swiftshader/third_party/llvm-subzero/lib/Support/
ConvertUTF.cpp 93 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL,
543 ch -= offsetsFromUTF8[extraBytesToRead];
647 ch -= offsetsFromUTF8[extraBytesToRead];
  /external/unicode/
ConvertUTF.c 190 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL,
374 ch -= offsetsFromUTF8[extraBytesToRead];
500 ch -= offsetsFromUTF8[extraBytesToRead];
  /external/v8/src/inspector/
string-16.cc 249 static const UChar32 offsetsFromUTF8[6] = {0x00000000UL,
280 return character - offsetsFromUTF8[length - 1];
  /external/icu/icu4c/source/common/
ucnv_u8.c 65 static const uint32_t offsetsFromUTF8[7] = {0,
166 ch -= offsetsFromUTF8[inBytes];
294 ch -= offsetsFromUTF8[inBytes];
725 ch -= offsetsFromUTF8[extraBytesToWrite];
    [all...]

Completed in 880 milliseconds