Searched refs:decfsEnUS (Results 1 – 1 of 1) sorted by relevance
114 DecimalFormatSymbols decfsEnUS = DecimalFormatSymbols.getInstance(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()124 decfs.setInfinity(decfsEnUS.getInfinity()); in TestSetSymbols()125 decfs.setInternationalCurrencySymbol(decfsEnUS.getInternationalCurrencySymbol()); in TestSetSymbols()126 decfs.setMinusSign(decfsEnUS.getMinusSign()); in TestSetSymbols()[all …]