Searched refs:kMinTwoUnitValueLead (Results 1 – 5 of 5) 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()
92 if(node<kMinTwoUnitValueLead) { in branchNext()95 delta=((node-kMinTwoUnitValueLead)<<16)|*pos++; in branchNext()
388 intUnits[0]=(UChar)(UCharsTrie::kMinTwoUnitValueLead+(i>>16)); in writeValueAndFinal()