Searched refs:kMaxThreeByteValue (Results 1 – 6 of 6) sorted by relevance
235 if(i<=BytesTrie.kMaxThreeByteValue) { in writeValueAndFinal()
1011 …/*package*/ static final int kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-… local
239 if(i<=BytesTrie.kMaxThreeByteValue) { in writeValueAndFinal()
1046 …/*package*/ static final int kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-… local
490 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1; variable
444 if(i<=BytesTrie::kMaxThreeByteValue) { in writeValueAndFinal()