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
687 value=leadByte-kMinOneByteValueLead; in readValue()789 delta=node-kMinOneByteValueLead; in branchNext()1011 /*package*/ static final int kMinOneByteValueLead=kMinValueLead/2; // 0x10 local1014 …/*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()
430 return write(((BytesTrie::kMinOneByteValueLead+i)<<1)|isFinal); in writeValueAndFinal()