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