Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/unicode/
DUTF8.cpp231 static const UChar32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, variable
262 ch -= offsetsFromUTF8[extraBytesToRead]; in convertUTF8ToUTF16()
/external/chromium/third_party/icu/source/common/
Ducnv_u8.c60 static const uint32_t offsetsFromUTF8[7] = {0, variable
152 ch -= offsetsFromUTF8[inBytes]; in ucnv_toUnicode_UTF8()
280 ch -= offsetsFromUTF8[inBytes]; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
707 ch -= offsetsFromUTF8[extraBytesToWrite]; in ucnv_getNextUChar_UTF8()
/external/icu4c/common/
Ducnv_u8.c60 static const uint32_t offsetsFromUTF8[7] = {0, variable
152 ch -= offsetsFromUTF8[inBytes]; in ucnv_toUnicode_UTF8()
280 ch -= offsetsFromUTF8[inBytes]; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
707 ch -= offsetsFromUTF8[extraBytesToWrite]; in ucnv_getNextUChar_UTF8()