Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Ducharstrie.h559 …static const int32_t kMaxTwoUnitDelta=((kThreeUnitDeltaLead-kMinTwoUnitDeltaLead)<<16)-1; // 0x03… variable
/external/icu/icu4c/source/common/
Ducharstriebuilder.cpp429 if(i<=UCharsTrie::kMaxTwoUnitDelta) { in writeDeltaTo()