Searched refs:printSignedLongAsDec (Results 1 – 1 of 1) sorted by relevance
195 public void printSignedLongAsDec(long value) throws IOException { in printSignedLongAsDec() method in IndentingWriter239 printSignedLongAsDec(value & 0xFFFFFFFFL); in printUnsignedIntAsDec()