Home
last modified time | relevance | path

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

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