Searched refs:kMinTwoUnitDeltaLead (Results 1 – 4 of 4) sorted by relevance
434 if(delta>=kMinTwoUnitDeltaLead) { in jumpByDelta()439 delta=((delta-kMinTwoUnitDeltaLead)<<16)|*pos++; in jumpByDelta()447 if(delta>=kMinTwoUnitDeltaLead) { in skipDelta()556 static const int32_t kMinTwoUnitDeltaLead=kMaxOneUnitDelta+1; // 0xfc00 variable559 …static const int32_t kMaxTwoUnitDelta=((kThreeUnitDeltaLead-kMinTwoUnitDeltaLead)<<16)-1; // 0x03…
699 if(delta>=kMinTwoUnitDeltaLead) { in jumpByDelta()704 delta=((delta-kMinTwoUnitDeltaLead)<<16)|chars.charAt(pos++); in jumpByDelta()712 if(delta>=kMinTwoUnitDeltaLead) { in skipDelta()1003 /*package*/ static final int kMinTwoUnitDeltaLead=kMaxOneUnitDelta+1; // 0xfc00 field in CharsTrie1006 …/*package*/ static final int kMaxTwoUnitDelta=((kThreeUnitDeltaLead-kMinTwoUnitDeltaLead)<<16)-1; …
263 intUnits[0]=(char)(CharsTrie.kMinTwoUnitDeltaLead+(i>>16)); in writeDeltaTo()
430 intUnits[0]=(UChar)(UCharsTrie::kMinTwoUnitDeltaLead+(i>>16)); in writeDeltaTo()