Searched refs:kMinTwoUnitValueLead (Results 1 – 7 of 7) sorted by relevance
386 if(leadUnit<kMinTwoUnitValueLead) { in readValue()389 value=((leadUnit-kMinTwoUnitValueLead)<<16)|*pos; in readValue()396 if(leadUnit>=kMinTwoUnitValueLead) { in skipValue()543 static const int32_t kMinTwoUnitValueLead=kMaxOneUnitValue+1; // 0x4000 variable546 …static const int32_t kMaxTwoUnitValue=((kThreeUnitValueLead-kMinTwoUnitValueLead)<<16)-1; // 0x3f…
655 if(leadUnit<kMinTwoUnitValueLead) { in readValue()658 value=((leadUnit-kMinTwoUnitValueLead)<<16)|chars.charAt(pos); in readValue()665 if(leadUnit>=kMinTwoUnitValueLead) { in skipValue()763 if(node<kMinTwoUnitValueLead) { in branchNext()766 delta=((node-kMinTwoUnitValueLead)<<16)|chars_.charAt(pos++); in branchNext()994 /*package*/ static final int kMinTwoUnitValueLead=kMaxOneUnitValue+1; // 0x4000 field in CharsTrie997 …/*package*/ static final int kMaxTwoUnitValue=((kThreeUnitValueLead-kMinTwoUnitValueLead)<<16)-1; …
215 intUnits[0]=(char)(CharsTrie.kMinTwoUnitValueLead+(i>>16)); in writeValueAndFinal()
632 if(leadUnit<kMinTwoUnitValueLead) { in readValue()635 value=((leadUnit-kMinTwoUnitValueLead)<<16)|chars.charAt(pos); in readValue()642 if(leadUnit>=kMinTwoUnitValueLead) { in skipValue()740 if(node<kMinTwoUnitValueLead) { in branchNext()743 delta=((node-kMinTwoUnitValueLead)<<16)|chars_.charAt(pos++); in branchNext()971 /*package*/ static final int kMinTwoUnitValueLead=kMaxOneUnitValue+1; // 0x4000 field in CharsTrie974 …/*package*/ static final int kMaxTwoUnitValue=((kThreeUnitValueLead-kMinTwoUnitValueLead)<<16)-1; …
211 intUnits[0]=(char)(CharsTrie.kMinTwoUnitValueLead+(i>>16)); in writeValueAndFinal()
94 if(node<kMinTwoUnitValueLead) { in branchNext()97 delta=((node-kMinTwoUnitValueLead)<<16)|*pos++; in branchNext()
390 intUnits[0]=(UChar)(UCharsTrie::kMinTwoUnitValueLead+(i>>16)); in writeValueAndFinal()