Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/lang/
DLong.java390 public static long parsePositiveLong(String string) throws NumberFormatException { in parsePositiveLong() method in Long
406 public static long parsePositiveLong(String string, int radix) throws NumberFormatException { in parsePositiveLong() method in Long