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