Searched refs:DigitOnes (Results 1 – 3 of 3) sorted by relevance
362 final static char [] DigitOnes = { field in Integer419 i < 10 ? new String(new char[]{'-', DigitOnes[i]}) in toString()420 : new String(new char[]{'-', DigitTens[i], DigitOnes[i]}); in toString()425 i < 10 ? new String(new char[]{DigitOnes[i]}) in toString()426 : new String(new char[]{DigitTens[i], DigitOnes[i]}); in toString()483 buf [--charPos] = DigitOnes[r];
451 buf[--charPos] = Integer.DigitOnes[r]; in getChars()463 buf[--charPos] = Integer.DigitOnes[r]; in getChars()
255 static final char[] DigitOnes; field in Integer258 DigitOnes = new char[0];