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

/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;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 20 milliseconds