Searched refs:kMaxThreeByteValue (Results 1 – 6 of 6) sorted by relevance
241 if(i<=BytesTrie.kMaxThreeByteValue) { in writeValueAndFinal()
1052 …/*package*/ static final int kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-… local
237 if(i<=BytesTrie.kMaxThreeByteValue) { in writeValueAndFinal()
1021 …/*package*/ static final int kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-… local
491 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1; variable
447 if(i<=BytesTrie::kMaxThreeByteValue) { in writeValueAndFinal()