Searched refs:kMaxOneByteValue (Results 1 – 2 of 2) sorted by relevance
481 static const int32_t kMaxOneByteValue=0x40; // At least 6 bits in the first byte. variable483 static const int32_t kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
426 if(0<=i && i<=BytesTrie::kMaxOneByteValue) { in writeValueAndFinal()