Searched refs:stringSize (Results 1 – 5 of 5) sorted by relevance
87 static int stringSize(long x) { in stringSize() method in Long
84 static int stringSize(int x) { in stringSize() method in Integer
530 int size = stringSize(i); in toString()671 static int stringSize(int x) {
467 int size = stringSize(i); in toString()627 static int stringSize(long x) { in stringSize() method
779 int spaceNeeded = count + Integer.stringSize(i); in append()804 int spaceNeeded = count + Long.stringSize(l); in append()