Home
last modified time | relevance | path

Searched refs:forInputString (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DNumberFormatException.java64 static NumberFormatException forInputString(String s) { in forInputString() method in NumberFormatException
DLong.java583 throw NumberFormatException.forInputString(s); in parseLong()
586 throw NumberFormatException.forInputString(s); in parseLong()
594 throw NumberFormatException.forInputString(s); in parseLong()
597 throw NumberFormatException.forInputString(s); in parseLong()
601 throw NumberFormatException.forInputString(s); in parseLong()
606 throw NumberFormatException.forInputString(s); in parseLong()
730 throw NumberFormatException.forInputString(s); in parseUnsignedLong()
DInteger.java604 throw NumberFormatException.forInputString(s);
607 throw NumberFormatException.forInputString(s);
615 throw NumberFormatException.forInputString(s);
618 throw NumberFormatException.forInputString(s);
622 throw NumberFormatException.forInputString(s);
627 throw NumberFormatException.forInputString(s);
725 throw NumberFormatException.forInputString(s);
DPackage.java241 throw NumberFormatException.forInputString("" + si[i]); in isCompatibleWith()
249 throw NumberFormatException.forInputString("" + di[i]); in isCompatibleWith()