Searched refs:javaFormatString (Results 1 – 1 of 1) sorted by relevance
157 String javaFormatString = ofd.toJavaFormatString(); in testParseDouble() local158 ofd = OldFloatingDecimalForTest.readJavaFormatString(javaFormatString); in testParseDouble()160 double newDouble = FloatingDecimal.parseDouble(javaFormatString); in testParseDouble()180 String javaFormatString = ofd.toJavaFormatString(); in testParseFloat() local181 ofd = OldFloatingDecimalForTest.readJavaFormatString(javaFormatString); in testParseFloat()183 float newFloat = FloatingDecimal.parseFloat(javaFormatString); in testParseFloat()