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

/external/icu4c/i18n/
H A Dcsrmbcs.cpp256 int32_t secondByte = it->nextByte(det); local
257 if (secondByte >= 0) {
258 it->charValue = (firstByte << 8) | secondByte;
262 if (! ((secondByte >= 0x40 && secondByte <= 0x7F) || (secondByte >= 0x80 && secondByte <= 0xFE))) {
292 int32_t secondByte = 0; local
309 secondByte = it->nextByte(det);
310 if (secondByte >
416 int32_t secondByte = it->nextByte(det); local
451 int32_t secondByte = 0; local
[all...]

Completed in 969 milliseconds