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

/external/webkit/JavaScriptCore/wtf/unicode/
H A DUTF8.cpp231 static const UChar32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL, member in namespace:WTF::Unicode
262 ch -= offsetsFromUTF8[extraBytesToRead];
/external/chromium/third_party/icu/source/common/
H A Ducnv_u8.c60 static const uint32_t offsetsFromUTF8[7] = {0, variable
152 ch -= offsetsFromUTF8[inBytes];
280 ch -= offsetsFromUTF8[inBytes];
707 ch -= offsetsFromUTF8[extraBytesToWrite];
/external/icu4c/common/
H A Ducnv_u8.c60 static const uint32_t offsetsFromUTF8[7] = {0, variable
152 ch -= offsetsFromUTF8[inBytes];
280 ch -= offsetsFromUTF8[inBytes];
707 ch -= offsetsFromUTF8[extraBytesToWrite];

Completed in 46 milliseconds