Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/lang/
DShort.java192 public static short parseShort(String string) throws NumberFormatException { in parseShort() method in Short
211 public static short parseShort(String string, int radix) throws NumberFormatException { in parseShort() method in Short