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

/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Ducharstrie.h434 if(delta>=kMinTwoUnitDeltaLead) {
439 delta=((delta-kMinTwoUnitDeltaLead)<<16)|*pos++;
447 if(delta>=kMinTwoUnitDeltaLead) {
556 static const int32_t kMinTwoUnitDeltaLead=kMaxOneUnitDelta+1; // 0xfc00 member in class:UCharsTrie
559 static const int32_t kMaxTwoUnitDelta=((kThreeUnitDeltaLead-kMinTwoUnitDeltaLead)<<16)-1; // 0x03feffff
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducharstriebuilder.cpp430 intUnits[0]=(UChar)(UCharsTrie::kMinTwoUnitDeltaLead+(i>>16));

Completed in 139 milliseconds