Home | History | Annotate | Download | only in util

Lines Matching defs:kMinTwoByteValueLead

717         if(leadByte<kMinTwoByteValueLead) {
720 value=((leadByte-kMinTwoByteValueLead)<<8)|(bytes[pos]&0xff);
732 if(leadByte>=(kMinTwoByteValueLead<<1)) {
819 if(node<kMinTwoByteValueLead) {
822 delta=((node-kMinTwoByteValueLead)<<8)|(bytes_[pos++]&0xff);
1045 /*package*/ static final int kMinTwoByteValueLead=kMinOneByteValueLead+kMaxOneByteValue+1; // 0x51
1048 /*package*/ static final int kMinThreeByteValueLead=kMinTwoByteValueLead+(kMaxTwoByteValue>>8)+1; // 0x6c