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