Searched refs:bytesFromUTF8 (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/common/
H A Ducnv_u8.c67 static const int8_t bytesFromUTF8[256] = { variable
124 inBytes = bytesFromUTF8[ch]; /* lookup current sequence length */
253 inBytes = bytesFromUTF8[ch];
626 extraBytesToWrite = (uint16_t)bytesFromUTF8[myByte];
/external/icu4c/common/
H A Ducnv_u8.c67 static const int8_t bytesFromUTF8[256] = { variable
124 inBytes = bytesFromUTF8[ch]; /* lookup current sequence length */
253 inBytes = bytesFromUTF8[ch];
626 extraBytesToWrite = (uint16_t)bytesFromUTF8[myByte];

Completed in 27 milliseconds