Searched refs:intLiteral (Results 1 – 1 of 1) sorted by relevance
176 public static int parseInt(String intLiteral) in parseInt() argument178 if (intLiteral == null) { in parseInt()181 if (intLiteral.length() == 0) { in parseInt()185 char[] intChars = intLiteral.toCharArray(); in parseInt()218 throw new NumberFormatException(intLiteral + " cannot fit into an int"); in parseInt()221 throw new NumberFormatException(intLiteral + " cannot fit into an int"); in parseInt()232 throw new NumberFormatException(intLiteral + " cannot fit into an int"); in parseInt()