Searched refs:SMALLEST_INT (Results 1 – 1 of 1) sorted by relevance
12 final static String SMALLEST_INT = String.valueOf(Integer.MIN_VALUE); field in NumberOutput516 int len = SMALLEST_INT.length(); in _outputSmallestI()517 SMALLEST_INT.getChars(0, len, b, off); in _outputSmallestI()523 int len = SMALLEST_INT.length(); in _outputSmallestI()525 b[off++] = (byte) SMALLEST_INT.charAt(i); in _outputSmallestI()