Home
last modified time | relevance | path

Searched refs:SMALLEST_INT (Results 1 – 1 of 1) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/io/
DNumberOutput.java12 final static String SMALLEST_INT = String.valueOf(Integer.MIN_VALUE); field in NumberOutput
516 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()