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

  /external/chromium/third_party/icu/source/i18n/
csrmbcs.cpp 256 int32_t secondByte = it->nextByte(det);
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;
309 secondByte = it->nextByte(det);
310 if (secondByte >= 0)
    [all...]
  /external/icu4c/i18n/
csrmbcs.cpp 256 int32_t secondByte = it->nextByte(det);
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;
309 secondByte = it->nextByte(det);
310 if (secondByte >= 0)
    [all...]

Completed in 1229 milliseconds