Home
last modified time | relevance | path

Searched refs:fourthByte (Results 1 - 7 of 7) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetRecog_mbcs.java334 //int fourthByte = 0; in nextChar()
480 int fourthByte = 0; in nextChar()
510 fourthByte = it.nextByte(det); in nextChar()
512 if (fourthByte >= 0x30 && fourthByte <= 0x39) { in nextChar()
513 it.charValue = (it.charValue << 16) | (thirdByte << 8) | fourthByte; in nextChar()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCharsetRecog_mbcs.java335 //int fourthByte = 0; in nextChar()
481 int fourthByte = 0; in nextChar()
511 fourthByte = it.nextByte(det); in nextChar()
513 if (fourthByte >= 0x30 && fourthByte <= 0x39) { in nextChar()
514 it.charValue = (it.charValue << 16) | (thirdByte << 8) | fourthByte; in nextChar()
/third_party/icu/icu4c/source/i18n/
H A Dcsrmbcs.cpp459 int32_t fourthByte = 0; in nextChar() local
492 fourthByte = it->nextByte(det); in nextChar()
494 if (fourthByte >= 0x30 && fourthByte <= 0x39) { in nextChar()
495 it->charValue = (it->charValue << 16) | (thirdByte << 8) | fourthByte; in nextChar()
/third_party/node/deps/icu-small/source/i18n/
H A Dcsrmbcs.cpp459 int32_t fourthByte = 0; in nextChar() local
492 fourthByte = it->nextByte(det); in nextChar()
494 if (fourthByte >= 0x30 && fourthByte <= 0x39) { in nextChar()
495 it->charValue = (it->charValue << 16) | (thirdByte << 8) | fourthByte; in nextChar()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsrmbcs.cpp462 int32_t fourthByte = 0; in nextChar() local
495 fourthByte = it->nextByte(det); in nextChar()
497 if (fourthByte >= 0x30 && fourthByte <= 0x39) { in nextChar()
498 it->charValue = (it->charValue << 16) | (thirdByte << 8) | fourthByte; in nextChar()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
H A DEUCTool.java307 int fourthByte = 0; in nextChar()
357 + " " + Integer.toHexString(thirdByte) + " " + Integer.toHexString(fourthByte)); in nextChar()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 7 milliseconds