Searched refs:kMinTwoUnitDeltaLead (Results 1 – 6 of 6) sorted by relevance
436 if(delta>=kMinTwoUnitDeltaLead) { in jumpByDelta()441 delta=((delta-kMinTwoUnitDeltaLead)<<16)|*pos++; in jumpByDelta()449 if(delta>=kMinTwoUnitDeltaLead) { in skipDelta()558 static const int32_t kMinTwoUnitDeltaLead=kMaxOneUnitDelta+1; // 0xfc00 variable561 …static const int32_t kMaxTwoUnitDelta=((kThreeUnitDeltaLead-kMinTwoUnitDeltaLead)<<16)-1; // 0x03…
705 if(delta>=kMinTwoUnitDeltaLead) { in jumpByDelta()710 delta=((delta-kMinTwoUnitDeltaLead)<<16)|chars.charAt(pos++); in jumpByDelta()718 if(delta>=kMinTwoUnitDeltaLead) { in skipDelta()1009 /*package*/ static final int kMinTwoUnitDeltaLead=kMaxOneUnitDelta+1; // 0xfc00 field in CharsTrie1012 …/*package*/ static final int kMaxTwoUnitDelta=((kThreeUnitDeltaLead-kMinTwoUnitDeltaLead)<<16)-1; …
265 intUnits[0]=(char)(CharsTrie.kMinTwoUnitDeltaLead+(i>>16)); in writeDeltaTo()
682 if(delta>=kMinTwoUnitDeltaLead) { in jumpByDelta()687 delta=((delta-kMinTwoUnitDeltaLead)<<16)|chars.charAt(pos++); in jumpByDelta()695 if(delta>=kMinTwoUnitDeltaLead) { in skipDelta()986 /*package*/ static final int kMinTwoUnitDeltaLead=kMaxOneUnitDelta+1; // 0xfc00 field in CharsTrie989 …/*package*/ static final int kMaxTwoUnitDelta=((kThreeUnitDeltaLead-kMinTwoUnitDeltaLead)<<16)-1; …
261 intUnits[0]=(char)(CharsTrie.kMinTwoUnitDeltaLead+(i>>16)); in writeDeltaTo()
432 intUnits[0]=(UChar)(UCharsTrie::kMinTwoUnitDeltaLead+(i>>16)); in writeDeltaTo()