Home
last modified time | relevance | path

Searched refs:forCharSequence (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DNumberFormatException.java79 static NumberFormatException forCharSequence(CharSequence s, in forCharSequence() method in NumberFormatException
DInteger.java858 throw NumberFormatException.forCharSequence(s, beginIndex,
863 throw NumberFormatException.forCharSequence(s, beginIndex,
873 throw NumberFormatException.forCharSequence(s, beginIndex,
878 throw NumberFormatException.forCharSequence(s, beginIndex,
DLong.java812 throw NumberFormatException.forCharSequence(s, beginIndex, in parseLong()
818 throw NumberFormatException.forCharSequence(s, beginIndex, in parseLong()
827 throw NumberFormatException.forCharSequence(s, beginIndex, in parseLong()
832 throw NumberFormatException.forCharSequence(s, beginIndex, in parseLong()