Searched refs:offsetsFromUTF8 (Results 1 - 8 of 8) 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/google-breakpad/src/common/
H A Dconvert_UTF.c209 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, variable
381 ch -= offsetsFromUTF8[extraBytesToRead];
505 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/swiftshader/third_party/llvm-subzero/lib/Support/
H A DConvertUTF.cpp93 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, member in namespace:llvm
543 ch -= offsetsFromUTF8[extraBytesToRead];
647 ch -= offsetsFromUTF8[extraBytesToRead];
/external/unicode/
H A DConvertUTF.c190 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, variable
374 ch -= offsetsFromUTF8[extraBytesToRead];
500 ch -= offsetsFromUTF8[extraBytesToRead];
/external/v8/src/inspector/
H A Dstring-16.cc249 static const UChar32 offsetsFromUTF8[6] = {0x00000000UL, member in namespace:v8_inspector::__anon23317
280 return character - offsetsFromUTF8[length - 1];
/external/icu/icu4c/source/common/
H A Ducnv_u8.c65 static const uint32_t offsetsFromUTF8[7] = {0, variable
166 ch -= offsetsFromUTF8[inBytes];
294 ch -= offsetsFromUTF8[inBytes];
725 ch -= offsetsFromUTF8[extraBytesToWrite];

Completed in 535 milliseconds