Searched refs:kMinOneByteValueLead (Results 1 – 7 of 7) sorted by relevance
481 static const int32_t kMinOneByteValueLead=kMinValueLead/2; // 0x10 variable484 static const int32_t kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
683 value=leadByte-kMinOneByteValueLead; in readValue()785 delta=node-kMinOneByteValueLead; in branchNext()1007 /*package*/ static final int kMinOneByteValueLead=kMinValueLead/2; // 0x10 local1010 …/*package*/ static final int kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
221 return write(((BytesTrie.kMinOneByteValueLead+i)<<1)|(isFinal?1:0)); in writeValueAndFinal()
718 value=leadByte-kMinOneByteValueLead; in readValue()820 delta=node-kMinOneByteValueLead; in branchNext()1042 /*package*/ static final int kMinOneByteValueLead=kMinValueLead/2; // 0x10 local1045 …/*package*/ static final int kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
225 return write(((BytesTrie.kMinOneByteValueLead+i)<<1)|(isFinal?1:0)); in writeValueAndFinal()
35 value=leadByte-kMinOneByteValueLead; in readValue()116 delta=node-kMinOneByteValueLead; in branchNext()
429 return write(((BytesTrie::kMinOneByteValueLead+i)<<1)|isFinal); in writeValueAndFinal()