Searched refs:kFourByteValueLead (Results 1 – 7 of 7) sorted by relevance
690 } else if(leadByte<kFourByteValueLead) { in readValue()692 } else if(leadByte==kFourByteValueLead) { in readValue()704 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()792 } else if(node<kFourByteValueLead) { in branchNext()795 } else if(node==kFourByteValueLead) { in branchNext()1018 /*package*/ static final int kFourByteValueLead=0x7e; local1021 …/*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()
450 intBytes[0]=(char)BytesTrie::kFourByteValueLead; in writeValueAndFinal()