HomeSort by relevance Sort by last modified time
    Searched refs:thirdByte (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/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 295 int32_t thirdByte = 0;
343 thirdByte = it->nextByte(det);
344 it->charValue = (it->charValue << 8) | thirdByte;
346 if (thirdByte < 0xa1) {
460 int32_t thirdByte = 0;
491 thirdByte = it->nextByte(det);
493 if (thirdByte >= 0x81 && thirdByte <= 0xFE) {
497 it->charValue = (it->charValue << 16) | (thirdByte << 8) | fourthByte;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 5552 milliseconds