Home
last modified time | relevance | path

Searched refs:offsetsFromUTF8 (Results 1 – 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3convertutf.c181 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, variable
357 ch -= offsetsFromUTF8[extraBytesToRead]; in ConvertUTF8toUTF16()
483 ch -= offsetsFromUTF8[extraBytesToRead]; in ConvertUTF8toUTF32()
Dantlr3inputstream.c1790 static const UTF32 offsetsFromUTF8[6] = variable
1847 ch -= offsetsFromUTF8[extraBytesToRead]; in antlr3UTF8Consume()
1962 ch -= offsetsFromUTF8[extraBytesToRead]; in antlr3UTF8LA()
/external/google-breakpad/src/common/
Dconvert_UTF.c209 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, variable
381 ch -= offsetsFromUTF8[extraBytesToRead]; in ConvertUTF8toUTF16()
505 ch -= offsetsFromUTF8[extraBytesToRead]; in ConvertUTF8toUTF32()
/external/unicode/
DConvertUTF.c190 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, variable
374 ch -= offsetsFromUTF8[extraBytesToRead]; in ConvertUTF8toUTF16()
500 ch -= offsetsFromUTF8[extraBytesToRead]; in ConvertUTF8toUTF32()
/external/llvm/lib/Support/
DConvertUTF.c93 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, variable
543 ch -= offsetsFromUTF8[extraBytesToRead]; in ConvertUTF8toUTF16()
647 ch -= offsetsFromUTF8[extraBytesToRead]; in ConvertUTF8toUTF32Impl()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DConvertUTF.cpp93 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, variable
543 ch -= offsetsFromUTF8[extraBytesToRead]; in ConvertUTF8toUTF16()
647 ch -= offsetsFromUTF8[extraBytesToRead]; in ConvertUTF8toUTF32Impl()
/external/icu/icu4c/source/common/
Ducnv_u8.c65 static const uint32_t offsetsFromUTF8[7] = {0, variable
166 ch -= offsetsFromUTF8[inBytes]; in ucnv_toUnicode_UTF8()
294 ch -= offsetsFromUTF8[inBytes]; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
725 ch -= offsetsFromUTF8[extraBytesToWrite]; in ucnv_getNextUChar_UTF8()
/external/v8/src/inspector/
Dstring-16.cc249 static const UChar32 offsetsFromUTF8[6] = {0x00000000UL, variable
280 return character - offsetsFromUTF8[length - 1]; in readUTF8Sequence()