Searched refs:kFourByteValueLead (Results 1 – 7 of 7) sorted by relevance
686 } else if(leadByte<kFourByteValueLead) { in readValue()688 } else if(leadByte==kFourByteValueLead) { in readValue()700 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()788 } else if(node<kFourByteValueLead) { in branchNext()791 } else if(node==kFourByteValueLead) { in branchNext()1014 /*package*/ static final int kFourByteValueLead=0x7e; local1017 …/*package*/ static final int kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-…
240 intBytes[0]=(byte)BytesTrie.kFourByteValueLead; in writeValueAndFinal()
721 } else if(leadByte<kFourByteValueLead) { in readValue()723 } else if(leadByte==kFourByteValueLead) { in readValue()735 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()823 } else if(node<kFourByteValueLead) { in branchNext()826 } else if(node==kFourByteValueLead) { in branchNext()1049 /*package*/ static final int kFourByteValueLead=0x7e; local1052 …/*package*/ static final int kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-…
244 intBytes[0]=(byte)BytesTrie.kFourByteValueLead; in writeValueAndFinal()
372 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()488 static const int32_t kFourByteValueLead=0x7e; variable491 static const int32_t kMaxThreeByteValue=((kFourByteValueLead-kMinThreeByteValueLead)<<16)-1;
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()
449 intBytes[0]=(char)BytesTrie::kFourByteValueLead; in writeValueAndFinal()