Searched refs:kMinTwoUnitDeltaLead (Results 1 – 6 of 6) sorted by relevance
474 if(delta>=kMinTwoUnitDeltaLead) { in jumpByDelta()479 delta=((delta-kMinTwoUnitDeltaLead)<<16)|*pos++; in jumpByDelta()487 if(delta>=kMinTwoUnitDeltaLead) { in skipDelta()596 static const int32_t kMinTwoUnitDeltaLead=kMaxOneUnitDelta+1; // 0xfc00 variable599 …static const int32_t kMaxTwoUnitDelta=((kThreeUnitDeltaLead-kMinTwoUnitDeltaLead)<<16)-1; // 0x03…
731 if(delta>=kMinTwoUnitDeltaLead) { in jumpByDelta()736 delta=((delta-kMinTwoUnitDeltaLead)<<16)|chars.charAt(pos++); in jumpByDelta()744 if(delta>=kMinTwoUnitDeltaLead) { in skipDelta()1035 /*package*/ static final int kMinTwoUnitDeltaLead=kMaxOneUnitDelta+1; // 0xfc00 field in CharsTrie1038 …/*package*/ static final int kMaxTwoUnitDelta=((kThreeUnitDeltaLead-kMinTwoUnitDeltaLead)<<16)-1; …
261 intUnits[0]=(char)(CharsTrie.kMinTwoUnitDeltaLead+(i>>16)); in writeDeltaTo()
757 if(delta>=kMinTwoUnitDeltaLead) { in jumpByDelta()762 delta=((delta-kMinTwoUnitDeltaLead)<<16)|chars.charAt(pos++); in jumpByDelta()770 if(delta>=kMinTwoUnitDeltaLead) { in skipDelta()1061 /*package*/ static final int kMinTwoUnitDeltaLead=kMaxOneUnitDelta+1; // 0xfc00 field in CharsTrie1064 …/*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()