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