Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/text/Format/NumberFormat/
DDFSExponential.java53 String valFormat[][] = { in DFSExponenTest() local
82 if(valFormat[p][v].equals(s)){ in DFSExponenTest()
85 errln(" Failed: Should be formatted as "+valFormat[p][v]+ "but got "+s); in DFSExponenTest()
86 … throw new RuntimeException(" Failed: Should be formatted as "+valFormat[p][v]+ "but got "+s); in DFSExponenTest()