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

/external/chromium/third_party/icu/source/i18n/
H A Dcsrmbcs.cpp293 int32_t thirdByte = 0; local
341 thirdByte = it->nextByte(det);
342 it->charValue = (it->charValue << 8) | thirdByte;
344 if (thirdByte < 0xa1) {
452 int32_t thirdByte = 0; local
483 thirdByte = it->nextByte(det);
485 if (thirdByte >= 0x81 && thirdByte <= 0xFE) {
489 it->charValue = (it->charValue << 16) | (thirdByte << 8) | fourthByte;
/external/icu4c/i18n/
H A Dcsrmbcs.cpp293 int32_t thirdByte = 0; local
341 thirdByte = it->nextByte(det);
342 it->charValue = (it->charValue << 8) | thirdByte;
344 if (thirdByte < 0xa1) {
452 int32_t thirdByte = 0; local
483 thirdByte = it->nextByte(det);
485 if (thirdByte >= 0x81 && thirdByte <= 0xFE) {
489 it->charValue = (it->charValue << 16) | (thirdByte << 8) | fourthByte;

Completed in 126 milliseconds