Searched refs:kMinOneByteValueLead (Results 1 – 7 of 7) sorted by relevance
480 static const int32_t kMinOneByteValueLead=kMinValueLead/2; // 0x10 variable483 static const int32_t kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
712 value=leadByte-kMinOneByteValueLead; in readValue()814 delta=node-kMinOneByteValueLead; in branchNext()1036 /*package*/ static final int kMinOneByteValueLead=kMinValueLead/2; // 0x10 local1039 …/*package*/ static final int kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
223 return write(((BytesTrie.kMinOneByteValueLead+i)<<1)|(isFinal?1:0)); in writeValueAndFinal()
677 value=leadByte-kMinOneByteValueLead; in readValue()779 delta=node-kMinOneByteValueLead; in branchNext()1001 /*package*/ static final int kMinOneByteValueLead=kMinValueLead/2; // 0x10 local1004 …/*package*/ static final int kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
219 return write(((BytesTrie.kMinOneByteValueLead+i)<<1)|(isFinal?1:0)); in writeValueAndFinal()
33 value=leadByte-kMinOneByteValueLead; in readValue()114 delta=node-kMinOneByteValueLead; in branchNext()
427 return write(((BytesTrie::kMinOneByteValueLead+i)<<1)|isFinal); in writeValueAndFinal()