Home
last modified time | relevance | path

Searched refs:kMinTwoUnitDeltaLead (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/unicode/
Ducharstrie.h446 if(delta>=kMinTwoUnitDeltaLead) { in jumpByDelta()
451 delta=((delta-kMinTwoUnitDeltaLead)<<16)|*pos++; in jumpByDelta()
459 if(delta>=kMinTwoUnitDeltaLead) { in skipDelta()
568 static const int32_t kMinTwoUnitDeltaLead=kMaxOneUnitDelta+1; // 0xfc00 variable
571 …static const int32_t kMaxTwoUnitDelta=((kThreeUnitDeltaLead-kMinTwoUnitDeltaLead)<<16)-1; // 0x03…
/external/icu4c/common/
Ducharstriebuilder.cpp428 intUnits[0]=(UChar)(UCharsTrie::kMinTwoUnitDeltaLead+(i>>16)); in writeDeltaTo()