Searched refs:kFourByteValueLead (Results 1 – 7 of 7) sorted by relevance
715 } else if(leadByte<kFourByteValueLead) { in readValue()717 } else if(leadByte==kFourByteValueLead) { in readValue()729 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()817 } else if(node<kFourByteValueLead) { in branchNext()820 } else if(node==kFourByteValueLead) { in branchNext()1043 /*package*/ static final int kFourByteValueLead=0x7e; local1046 …/*package*/ static final int kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-…
242 intBytes[0]=(byte)BytesTrie.kFourByteValueLead; in writeValueAndFinal()
680 } else if(leadByte<kFourByteValueLead) { in readValue()682 } else if(leadByte==kFourByteValueLead) { in readValue()694 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()782 } else if(node<kFourByteValueLead) { in branchNext()785 } else if(node==kFourByteValueLead) { in branchNext()1008 /*package*/ static final int kFourByteValueLead=0x7e; local1011 …/*package*/ static final int kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-…
238 intBytes[0]=(byte)BytesTrie.kFourByteValueLead; in writeValueAndFinal()
371 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()487 static const int32_t kFourByteValueLead=0x7e; variable490 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;
36 } else if(leadByte<kFourByteValueLead) { in readValue()38 } else if(leadByte==kFourByteValueLead) { in readValue()117 } else if(node<kFourByteValueLead) { in branchNext()120 } else if(node==kFourByteValueLead) { in branchNext()
447 intBytes[0]=(char)BytesTrie::kFourByteValueLead; in writeValueAndFinal()