HomeSort by relevance Sort by last modified time
    Searched full:thirdbyte (Results 1 - 2 of 2) sorted by null

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

Completed in 5236 milliseconds