Searched refs:kMaxOneUnitNodeValue (Results 1 – 2 of 2) sorted by relevance
559 static const int32_t kMaxOneUnitNodeValue=0xff; variable560 …static const int32_t kMinTwoUnitNodeValueLead=kMinValueLead+((kMaxOneUnitNodeValue+1)<<6); // 0x4…
406 } else if(value<=UCharsTrie::kMaxOneUnitNodeValue) { in writeValueAndType()