Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/jdk/internal/math/FloatingDecimal/
DTestFloatingDecimal.java157 String javaFormatString = ofd.toJavaFormatString(); in testParseDouble() local
158 ofd = OldFloatingDecimalForTest.readJavaFormatString(javaFormatString); in testParseDouble()
160 double newDouble = FloatingDecimal.parseDouble(javaFormatString); in testParseDouble()
180 String javaFormatString = ofd.toJavaFormatString(); in testParseFloat() local
181 ofd = OldFloatingDecimalForTest.readJavaFormatString(javaFormatString); in testParseFloat()
183 float newFloat = FloatingDecimal.parseFloat(javaFormatString); in testParseFloat()