Searched refs:kMinTwoUnitDeltaLead (Results 1 – 12 of 12) 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…
472 if(delta>=kMinTwoUnitDeltaLead) { in jumpByDelta()477 delta=((delta-kMinTwoUnitDeltaLead)<<16)|*pos++; in jumpByDelta()485 if(delta>=kMinTwoUnitDeltaLead) { in skipDelta()594 static const int32_t kMinTwoUnitDeltaLead=kMaxOneUnitDelta+1; // 0xfc00 variable597 …static const int32_t kMaxTwoUnitDelta=((kThreeUnitDeltaLead-kMinTwoUnitDeltaLead)<<16)-1; // 0x03…
727 if(delta>=kMinTwoUnitDeltaLead) { in jumpByDelta()732 delta=((delta-kMinTwoUnitDeltaLead)<<16)|chars.charAt(pos++); in jumpByDelta()740 if(delta>=kMinTwoUnitDeltaLead) { in skipDelta()1031 /*package*/ static final int kMinTwoUnitDeltaLead=kMaxOneUnitDelta+1; // 0xfc00 field in CharsTrie1034 …/*package*/ static final int kMaxTwoUnitDelta=((kThreeUnitDeltaLead-kMinTwoUnitDeltaLead)<<16)-1; …
261 intUnits[0]=(char)(CharsTrie.kMinTwoUnitDeltaLead+(i>>16)); in writeDeltaTo()
754 if(delta>=kMinTwoUnitDeltaLead) { in jumpByDelta()759 delta=((delta-kMinTwoUnitDeltaLead)<<16)|chars.charAt(pos++); in jumpByDelta()767 if(delta>=kMinTwoUnitDeltaLead) { in skipDelta()1058 /*package*/ static final int kMinTwoUnitDeltaLead=kMaxOneUnitDelta+1; // 0xfc00 field in CharsTrie1061 …/*package*/ static final int kMaxTwoUnitDelta=((kThreeUnitDeltaLead-kMinTwoUnitDeltaLead)<<16)-1; …
265 intUnits[0]=(char)(CharsTrie.kMinTwoUnitDeltaLead+(i>>16)); in writeDeltaTo()
432 intUnits[0]=(UChar)(UCharsTrie::kMinTwoUnitDeltaLead+(i>>16)); in writeDeltaTo()