Searched refs:setDecimalSeparator (Results 1 – 4 of 4) sorted by relevance
213 public void setDecimalSeparator(char decimalSeparator) { in setDecimalSeparator() method in DecimalFormatSymbols781 cachedIcuDFS.setDecimalSeparator(decimalSeparator); in getIcuDecimalFormatSymbols()818 result.setDecimalSeparator(dfs.getDecimalSeparator()); in fromIcuInstance()920 setDecimalSeparator(fields.get("decimalSeparator", '.')); in readObject()
182 dfs.setDecimalSeparator('*'); in test_getDecimalSeparator()309 dfs.setDecimalSeparator('*'); in test_setDecimalSeparatorC()
1858 dfs.setDecimalSeparator('@'); in test_setDecimalFormatSymbols()
87 public void setDecimalSeparator(char decimalSeparator) { in setDecimalSeparator() method in DecimalFormatSymbols