Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DDecimalFormatSymbolsTest.java35 DecimalFormatSymbols decfs = DecimalFormatSymbols.getInstance(loc); in TestGetInstance() local
37 … 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() local
117 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 …]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
DICUZDump.java194 DecimalFormatSymbols decfs = new DecimalFormatSymbols(ULocale.US); in DumpFormatter() local
195 decf = new DecimalFormat("00", decfs); in DumpFormatter()