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

/external/icu/icu4c/source/i18n/
H A Dcoleitr.cpp412 uint32_t lastHalf = getSecondHalf(p, lower32); local
413 if (lastHalf == 0) {
414 lastHalf = getFirstHalf(p, lower32);
415 U_ASSERT(lastHalf != 0);
417 lastHalf |= 0xc0; // old-style continuation CE
419 if (count > uhash_igeti(maxExpansions, (int32_t)lastHalf)) {
420 uhash_iputi(maxExpansions, (int32_t)lastHalf, count, &errorCode);

Completed in 628 milliseconds