Searched refs:forCharSequence (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/java/java/lang/ |
D | NumberFormatException.java | 79 static NumberFormatException forCharSequence(CharSequence s, in forCharSequence() method in NumberFormatException
|
D | Integer.java | 858 throw NumberFormatException.forCharSequence(s, beginIndex, 863 throw NumberFormatException.forCharSequence(s, beginIndex, 873 throw NumberFormatException.forCharSequence(s, beginIndex, 878 throw NumberFormatException.forCharSequence(s, beginIndex,
|
D | Long.java | 812 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()
|