Searched refs:kMinTwoUnitDeltaLead (Results 1 – 2 of 2) sorted by relevance
446 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 variable571 …static const int32_t kMaxTwoUnitDelta=((kThreeUnitDeltaLead-kMinTwoUnitDeltaLead)<<16)-1; // 0x03…
428 intUnits[0]=(UChar)(UCharsTrie::kMinTwoUnitDeltaLead+(i>>16)); in writeDeltaTo()