Searched refs:decfs (Results 1 – 2 of 2) sorted by relevance
35 DecimalFormatSymbols decfs = DecimalFormatSymbols.getInstance(loc); in TestGetInstance() local37 … boolean isIcuImpl = (decfs instanceof com.ibm.icu.impl.jdkadapter.DecimalFormatSymbolsICU); in TestGetInstance()47 if (!decfs.equals(decfsIcu)) { in TestGetInstance()110 …DecimalFormatSymbols decfs = DecimalFormatSymbols.getInstance(TestUtil.toICUExtendedLocale(new Loc… in TestSetSymbols() local117 decfs.setCurrency(decfsEnUS.getCurrency()); in TestSetSymbols()119 decfs.setCurrencySymbol(decfsEnUS.getCurrencySymbol()); in TestSetSymbols()120 decfs.setDecimalSeparator(decfsEnUS.getDecimalSeparator()); in TestSetSymbols()121 decfs.setDigit(decfsEnUS.getDigit()); in TestSetSymbols()122 decfs.setExponentSeparator(decfsEnUS.getExponentSeparator()); in TestSetSymbols()123 decfs.setGroupingSeparator(decfsEnUS.getGroupingSeparator()); in TestSetSymbols()[all …]
194 DecimalFormatSymbols decfs = new DecimalFormatSymbols(ULocale.US); in DumpFormatter() local195 decf = new DecimalFormat("00", decfs); in DumpFormatter()