HomeSort by relevance Sort by last modified time
    Searched refs:offsetsFromUTF8 (Results 1 - 6 of 6) 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/llvm/lib/Support/
ConvertUTF.c 93 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL,
543 ch -= offsetsFromUTF8[extraBytesToRead];
647 ch -= offsetsFromUTF8[extraBytesToRead];
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/
UTF8.cpp 278 static const UChar32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, 0x03C82080UL, static_cast<UChar32>(0xFA082080UL), static_cast<UChar32>(0x82082080UL) };
294 return character - offsetsFromUTF8[length - 1];
  /external/chromium_org/third_party/icu/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...]
  /external/icu/icu4c/source/common/
ucnv_u8.c 63 static const uint32_t offsetsFromUTF8[7] = {0,
155 ch -= offsetsFromUTF8[inBytes];
283 ch -= offsetsFromUTF8[inBytes];
710 ch -= offsetsFromUTF8[extraBytesToWrite];
    [all...]

Completed in 345 milliseconds