Searched refs:readJavaFormatString (Results 1 – 2 of 2) sorted by relevance
80 static sun.misc.FloatingDecimal.ASCIIToBinaryConverter readJavaFormatString(java.lang.String in) in readJavaFormatString() method in FloatingDecimal
110 return readJavaFormatString(s).doubleValue(); in parseDouble()122 return readJavaFormatString(s).floatValue(); in parseFloat()1830 static ASCIIToBinaryConverter readJavaFormatString( String in ) throws NumberFormatException { in readJavaFormatString() method in FloatingDecimal