Searched refs:getDecimalSeparator (Results 1 – 11 of 11) sorted by relevance
91 assertEquals(loc1.getDecimalSeparator(), '.'); in test_of_Locale()101 assertEquals(loc1.getDecimalSeparator(), '.'); in test_STANDARD()126 assertEquals(base.withDecimalSeparator('A').getDecimalSeparator(), 'A'); in test_decimalSeparator()
170 char decimalSeparator = oldSymbols.getDecimalSeparator(); in create()290 public char getDecimalSeparator() { in getDecimalSeparator() method in DecimalStyle
2953 buf.append(decimalStyle.getDecimalSeparator()); in format()2965 buf.append(decimalStyle.getDecimalSeparator()); in format()2982 if (text.charAt(position) != context.getDecimalStyle().getDecimalSeparator()) { in parse()
184 .getDecimalSeparator()); in test_getDecimalSeparator()311 .getDecimalSeparator()); in test_setDecimalSeparatorC()520 assertEquals(',', dfs.getDecimalSeparator()); in assertDecimalFormatSymbolsRIFrance()
204 public char getDecimalSeparator() { in getDecimalSeparator() method in DecimalFormatSymbols827 result.setDecimalSeparator(dfs.getDecimalSeparator()); in fromIcuInstance()880 fields.put("decimalSeparator", getDecimalSeparator()); in writeObject()958 setMonetaryDecimalSeparator(getDecimalSeparator()); in readObject()
161 assertEquals(dfs.getDecimalSeparator(), icuSymb.getDecimalSeparator()); in compareDfs()
154 assertEquals(',', dfs.getDecimalSeparator()); in test_DecimalFormatSymbols_France()
83 public char getDecimalSeparator() { in getDecimalSeparator() method in DecimalFormatSymbols
380 decimalSeparator = dfs.getDecimalSeparator(); in initializeDecimalFormatData()
1209 decimalSeparator = "\\" + dfs.getDecimalSeparator(); in useLocale()
4451 decSep = dfs.getDecimalSeparator();