Searched refs:kMinTwoByteValueLead (Results 1 – 7 of 7) sorted by relevance
711 if(leadByte<kMinTwoByteValueLead) { in readValue()714 value=((leadByte-kMinTwoByteValueLead)<<8)|(bytes[pos]&0xff); in readValue()726 if(leadByte>=(kMinTwoByteValueLead<<1)) { in skipValue()813 if(node<kMinTwoByteValueLead) { in branchNext()816 delta=((node-kMinTwoByteValueLead)<<8)|(bytes_[pos++]&0xff); in branchNext()1039 …/*package*/ static final int kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51 local1042 …/*package*/ static final int kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; …
237 intBytes[0]=(byte)(BytesTrie.kMinTwoByteValueLead+(i>>8)); in writeValueAndFinal()
676 if(leadByte<kMinTwoByteValueLead) { in readValue()679 value=((leadByte-kMinTwoByteValueLead)<<8)|(bytes[pos]&0xff); in readValue()691 if(leadByte>=(kMinTwoByteValueLead<<1)) { in skipValue()778 if(node<kMinTwoByteValueLead) { in branchNext()781 delta=((node-kMinTwoByteValueLead)<<8)|(bytes_[pos++]&0xff); in branchNext()1004 …/*package*/ static final int kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51 local1007 …/*package*/ static final int kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; …
233 intBytes[0]=(byte)(BytesTrie.kMinTwoByteValueLead+(i>>8)); in writeValueAndFinal()
368 if(leadByte>=(kMinTwoByteValueLead<<1)) { in skipValue()483 static const int32_t kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51 variable486 … static const int32_t kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; // 0x6c
32 if(leadByte<kMinTwoByteValueLead) { in readValue()35 value=((leadByte-kMinTwoByteValueLead)<<8)|*pos; in readValue()113 if(node<kMinTwoByteValueLead) { in branchNext()116 delta=((node-kMinTwoByteValueLead)<<8)|*pos++; in branchNext()
442 intBytes[0]=(char)(BytesTrie::kMinTwoByteValueLead+(i>>8)); in writeValueAndFinal()