Searched refs:offsetsFromUTF8 (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_u8.cpp | 51 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()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_u8.cpp | 51 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()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_u8.cpp | 51 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | ConvertUTF.cpp | 93 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, member 543 ch -= offsetsFromUTF8[extraBytesToRead]; in ConvertUTF8toUTF16() 647 ch -= offsetsFromUTF8[extraBytesToRead]; in ConvertUTF8toUTF32Impl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ConvertUTF.cpp | 119 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, member 569 ch -= offsetsFromUTF8[extraBytesToRead]; in ConvertUTF8toUTF16() 673 ch -= offsetsFromUTF8[extraBytesToRead]; in ConvertUTF8toUTF32Impl()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-string-conversions.cc | 224 static const UChar32 offsetsFromUTF8[6] = {0x00000000UL, member 260 return character - offsetsFromUTF8[length - 1]; in readUTF8Sequence()
|
Completed in 7 milliseconds