Searched defs:secondByte (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/
H A Dcsrmbcs.cpp256 int32_t secondByte = it->nextByte(det); local
257 if (secondByte >= 0) {
258 it->charValue = (firstByte << 8) | secondByte;
262 if (! ((secondByte >= 0x40 && secondByte <= 0x7F) || (secondByte >= 0x80 && secondByte <= 0xFE))) {
292 int32_t secondByte = 0; local
309 secondByte = it->nextByte(det);
310 if (secondByte >
416 int32_t secondByte = it->nextByte(det); local
451 int32_t secondByte = 0; local
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/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 357 milliseconds