Home
last modified time | relevance | path

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

/external/icu4c/common/unicode/
Ducharstrie.h435 if(delta==kThreeUnitDeltaLead) { in jumpByDelta()
448 if(delta==kThreeUnitDeltaLead) { in skipDelta()
557 static const int32_t kThreeUnitDeltaLead=0xffff; variable
559 …static const int32_t kMaxTwoUnitDelta=((kThreeUnitDeltaLead-kMinTwoUnitDeltaLead)<<16)-1; // 0x03…
/external/icu4c/common/
Ducharstriebuilder.cpp433 intUnits[0]=(UChar)(UCharsTrie::kThreeUnitDeltaLead); in writeDeltaTo()