Searched refs:kMaxOneByteValue (Results 1 – 6 of 6) sorted by relevance
482 static const int32_t kMaxOneByteValue=0x40; // At least 6 bits in the first byte. variable484 static const int32_t kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
224 if(0<=i && i<=BytesTrie.kMaxOneByteValue) { in writeValueAndFinal()
1043 /*package*/ static final int kMaxOneByteValue=0x40; // At least 6 bits in the first byte. local1045 …/*package*/ static final int kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
220 if(0<=i && i<=BytesTrie.kMaxOneByteValue) { in writeValueAndFinal()
1012 /*package*/ static final int kMaxOneByteValue=0x40; // At least 6 bits in the first byte. local1014 …/*package*/ static final int kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
429 if(0<=i && i<=BytesTrie::kMaxOneByteValue) { in writeValueAndFinal()