Searched refs:getZeroDigit (Results 1 – 5 of 5) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | DecimalFormatSymbolsTest.java | 278 .getZeroDigit()); in test_getZeroDigit() 436 assertEquals("Set incorrect ZeroDigit symbol", '*', dfs.getZeroDigit()); in test_setZeroDigitC() 532 assertEquals('0', dfs.getZeroDigit()); in assertDecimalFormatSymbolsRIFrance()
|
/libcore/luni/src/test/java/libcore/java/text/ |
D | OldDecimalFormatSymbolsTest.java | 159 assertEquals('0', dfs.getZeroDigit()); in test_DecimalFormatSymbols_France()
|
D | NumberFormatTest.java | 78 assertEquals('\u0660', new DecimalFormatSymbols(arabic).getZeroDigit()); in test_numberLocalization()
|
/libcore/luni/src/main/java/java/text/ |
D | DecimalFormatSymbols.java | 369 public char getZeroDigit() { in getZeroDigit() method in DecimalFormatSymbols 623 fields.put("zeroDigit", getZeroDigit()); in writeObject()
|
/libcore/luni/src/main/java/libcore/icu/ |
D | NativeDecimalFormat.java | 161 dfs.getPercentString(), dfs.getPerMill(), dfs.getZeroDigit()); in NativeDecimalFormat() 272 dfs.getPercentString(), dfs.getPerMill(), dfs.getZeroDigit()); in setDecimalFormatSymbols()
|