Home
last modified time | relevance | path

Searched defs:parsePositiveInt (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/lang/
DInteger.java377 public static int parsePositiveInt(String string) throws NumberFormatException { in parsePositiveInt() method in Integer
393 public static int parsePositiveInt(String string, int radix) throws NumberFormatException { in parsePositiveInt() method in Integer