Searched refs:longInt (Results 1 – 1 of 1) sorted by relevance
247 protected void appendLongInteger(long longInt) { in appendLongInteger() argument258 long temp = longInt; in appendLongInteger()273 append((int)((longInt >>> shift) & 0xff)); in appendLongInteger()