Searched refs:kFourByteValueLead (Results 1 – 7 of 7) sorted by relevance
773 } else if(leadByte<kFourByteValueLead) { in readValue()775 } else if(leadByte==kFourByteValueLead) { in readValue()787 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()875 } else if(node<kFourByteValueLead) { in branchNext()878 } else if(node==kFourByteValueLead) { in branchNext()1101 /*package*/ static final int kFourByteValueLead=0x7e; local1104 …/*package*/ static final int kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-…
244 intBytes[0]=(byte)BytesTrie.kFourByteValueLead; in writeValueAndFinal()
739 } else if(leadByte<kFourByteValueLead) { in readValue()741 } else if(leadByte==kFourByteValueLead) { in readValue()753 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()841 } else if(node<kFourByteValueLead) { in branchNext()844 } else if(node==kFourByteValueLead) { in branchNext()1067 /*package*/ static final int kFourByteValueLead=0x7e; local1070 …/*package*/ static final int kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-…
240 intBytes[0]=(byte)BytesTrie.kFourByteValueLead; in writeValueAndFinal()
38 } else if(leadByte<kFourByteValueLead) { in readValue()40 } else if(leadByte==kFourByteValueLead) { in readValue()119 } else if(node<kFourByteValueLead) { in branchNext()122 } else if(node==kFourByteValueLead) { in branchNext()
450 intBytes[0]=(char)BytesTrie::kFourByteValueLead; in writeValueAndFinal()
410 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()526 static const int32_t kFourByteValueLead=0x7e; variable529 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;