Searched refs:parseIntWithBase (Results 1 – 1 of 1) sorted by relevance
47 return parseIntWithBase(value, 10, defValue); in parseInt()51 public static int parseIntWithBase(String value, int base, int defValue) { in parseIntWithBase() method in Utils