Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DDecimalFormatSymbolsTest.java114 DecimalFormatSymbols decfsEnUS = DecimalFormatSymbols.getInstance(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()
124 decfs.setInfinity(decfsEnUS.getInfinity()); in TestSetSymbols()
125 decfs.setInternationalCurrencySymbol(decfsEnUS.getInternationalCurrencySymbol()); in TestSetSymbols()
126 decfs.setMinusSign(decfsEnUS.getMinusSign()); in TestSetSymbols()
[all …]