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

  /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;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 6361 milliseconds