Searched refs:intLiteral (Results 1 – 3 of 3) 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()
219 bool intLiteral(int64_t* dest);
925 if (this->intLiteral(&i)) { in type()1756 if (this->intLiteral(&i)) { in term()1793 bool Parser::intLiteral(int64_t* dest) { in intLiteral() function in SkSL::Parser