Searched refs:kMinOneByteValueLead (Results 1 – 16 of 16) sorted by relevance
481 static const int32_t kMinOneByteValueLead=kMinValueLead/2; // 0x10 variable484 static const int32_t kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
520 static const int32_t kMinOneByteValueLead=kMinValueLead/2; // 0x10 variable523 static const int32_t kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
732 value=leadByte-kMinOneByteValueLead; in readValue()834 delta=node-kMinOneByteValueLead; in branchNext()1056 /*package*/ static final int kMinOneByteValueLead=kMinValueLead/2; // 0x10 local1059 …/*package*/ static final int kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
221 return write(((BytesTrie.kMinOneByteValueLead+i)<<1)|(isFinal?1:0)); in writeValueAndFinal()
767 value=leadByte-kMinOneByteValueLead; in readValue()874 delta=node-kMinOneByteValueLead; in branchNext()1096 /*package*/ static final int kMinOneByteValueLead=kMinValueLead/2; // 0x10 local1099 …/*package*/ static final int kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
228 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()