Searched refs:kMinTwoUnitValueLead (Results 1 – 7 of 7) sorted by relevance
384 if(leadUnit<kMinTwoUnitValueLead) { in readValue()387 value=((leadUnit-kMinTwoUnitValueLead)<<16)|*pos; in readValue()394 if(leadUnit>=kMinTwoUnitValueLead) { in skipValue()541 static const int32_t kMinTwoUnitValueLead=kMaxOneUnitValue+1; // 0x4000 variable544 …static const int32_t kMaxTwoUnitValue=((kThreeUnitValueLead-kMinTwoUnitValueLead)<<16)-1; // 0x3f…
649 if(leadUnit<kMinTwoUnitValueLead) { in readValue()652 value=((leadUnit-kMinTwoUnitValueLead)<<16)|chars.charAt(pos); in readValue()659 if(leadUnit>=kMinTwoUnitValueLead) { in skipValue()757 if(node<kMinTwoUnitValueLead) { in branchNext()760 delta=((node-kMinTwoUnitValueLead)<<16)|chars_.charAt(pos++); in branchNext()988 /*package*/ static final int kMinTwoUnitValueLead=kMaxOneUnitValue+1; // 0x4000 field in CharsTrie991 …/*package*/ static final int kMaxTwoUnitValue=((kThreeUnitValueLead-kMinTwoUnitValueLead)<<16)-1; …
213 intUnits[0]=(char)(CharsTrie.kMinTwoUnitValueLead+(i>>16)); in writeValueAndFinal()
623 if(leadUnit<kMinTwoUnitValueLead) { in readValue()626 value=((leadUnit-kMinTwoUnitValueLead)<<16)|chars.charAt(pos); in readValue()633 if(leadUnit>=kMinTwoUnitValueLead) { in skipValue()731 if(node<kMinTwoUnitValueLead) { in branchNext()734 delta=((node-kMinTwoUnitValueLead)<<16)|chars_.charAt(pos++); in branchNext()962 /*package*/ static final int kMinTwoUnitValueLead=kMaxOneUnitValue+1; // 0x4000 field in CharsTrie965 …/*package*/ static final int kMaxTwoUnitValue=((kThreeUnitValueLead-kMinTwoUnitValueLead)<<16)-1; …
209 intUnits[0]=(char)(CharsTrie.kMinTwoUnitValueLead+(i>>16)); in writeValueAndFinal()
92 if(node<kMinTwoUnitValueLead) { in branchNext()95 delta=((node-kMinTwoUnitValueLead)<<16)|*pos++; in branchNext()
388 intUnits[0]=(UChar)(UCharsTrie::kMinTwoUnitValueLead+(i>>16)); in writeValueAndFinal()