Home | History | Annotate | Download | only in text

Lines Matching refs:digitArray

181             char [] digitArray = new char[10];
183 digitArray[i] = (char) (zeroDigit + i);
185 return digitArray;
198 char [] digitArray = new char[10];
200 digitArray[i] = (char) (zeroDigit + i);
202 return digitArray;