Searched refs:kFourByteValueLead (Results 1 – 6 of 6) sorted by relevance
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()