Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnv_u8.cpp51 static const uint32_t offsetsFromUTF8[5] = {0, variable
134 ch -= offsetsFromUTF8[inBytes]; in ucnv_toUnicode_UTF8()
250 ch -= offsetsFromUTF8[inBytes]; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
619 return (((ch + t1) << 6) + t2) - offsetsFromUTF8[3]; in ucnv_getNextUChar_UTF8()
625 return (ch + t1) - offsetsFromUTF8[2]; in ucnv_getNextUChar_UTF8()
632 return (((((ch + t1) << 6) + t2) << 6) + t3) - offsetsFromUTF8[4]; in ucnv_getNextUChar_UTF8()
/external/antlr/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.c1797 static const UTF32 offsetsFromUTF8[6] = variable
1854 ch -= offsetsFromUTF8[extraBytesToRead]; in antlr3UTF8Consume()
1969 ch -= offsetsFromUTF8[extraBytesToRead]; in antlr3UTF8LA()
/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/google-breakpad/src/common/
Dconvert_UTF.cc212 const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, variable
406 ch -= offsetsFromUTF8[extraBytesToRead]; in ConvertUTF8toUTF16()
540 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-10.0/llvm/lib/Support/
DConvertUTF.cpp119 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, variable
569 ch -= offsetsFromUTF8[extraBytesToRead]; in ConvertUTF8toUTF16()
673 ch -= offsetsFromUTF8[extraBytesToRead]; in ConvertUTF8toUTF32Impl()
/external/llvm-project/llvm/lib/Support/
DConvertUTF.cpp119 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, variable
569 ch -= offsetsFromUTF8[extraBytesToRead]; in ConvertUTF8toUTF16()
673 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/antlr/runtime/Cpp/include/
Dantlr3intstream.inl1241 static const UTF32 offsetsFromUTF8[6] = local
1245 return offsetsFromUTF8;
1261 const UTF32* offsetsFromUTF8 = UTF8_IntStream::OffsetsFromUTF8(); local
1302 ch -= offsetsFromUTF8[extraBytesToRead];
1330 const UTF32* offsetsFromUTF8 = UTF8_IntStream::OffsetsFromUTF8(); local
1419 ch -= offsetsFromUTF8[extraBytesToRead];