Searched refs:offsetsFromUTF8 (Results 1 - 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3convertutf.c181 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, variable
357 ch -= offsetsFromUTF8[extraBytesToRead];
483 ch -= offsetsFromUTF8[extraBytesToRead];
H A Dantlr3inputstream.c1790 static const UTF32 offsetsFromUTF8[6] = variable
1847 ch -= offsetsFromUTF8[extraBytesToRead];
1962 ch -= offsetsFromUTF8[extraBytesToRead];
/external/llvm/lib/Support/
H A DConvertUTF.c93 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, variable
543 ch -= offsetsFromUTF8[extraBytesToRead];
647 ch -= offsetsFromUTF8[extraBytesToRead];
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/
H A DUTF8.cpp278 static const UChar32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, 0x03C82080UL, static_cast<UChar32>(0xFA082080UL), static_cast<UChar32>(0x82082080UL) }; member in namespace:WTF::Unicode
294 return character - offsetsFromUTF8[length - 1];
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_u8.c63 static const uint32_t offsetsFromUTF8[7] = {0, variable
164 ch -= offsetsFromUTF8[inBytes];
292 ch -= offsetsFromUTF8[inBytes];
719 ch -= offsetsFromUTF8[extraBytesToWrite];
/external/icu/icu4c/source/common/
H A Ducnv_u8.c63 static const uint32_t offsetsFromUTF8[7] = {0, variable
155 ch -= offsetsFromUTF8[inBytes];
283 ch -= offsetsFromUTF8[inBytes];
710 ch -= offsetsFromUTF8[extraBytesToWrite];

Completed in 5512 milliseconds