Searched refs:kMaxOneByteValue (Results 1 – 9 of 9) sorted by relevance
521 static const int32_t kMaxOneByteValue=0x40; // At least 6 bits in the first byte. variable523 static const int32_t kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
223 if(0<=i && i<=BytesTrie.kMaxOneByteValue) { in writeValueAndFinal()
1062 /*package*/ static final int kMaxOneByteValue=0x40; // At least 6 bits in the first byte. local1064 …/*package*/ static final int kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
227 if(0<=i && i<=BytesTrie.kMaxOneByteValue) { in writeValueAndFinal()
1097 /*package*/ static final int kMaxOneByteValue=0x40; // At least 6 bits in the first byte. local1099 …/*package*/ static final int kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
429 if(0<=i && i<=BytesTrie::kMaxOneByteValue) { in writeValueAndFinal()