Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatSymbolsTest.java278 .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/
DOldDecimalFormatSymbolsTest.java159 assertEquals('0', dfs.getZeroDigit()); in test_DecimalFormatSymbols_France()
DNumberFormatTest.java78 assertEquals('\u0660', new DecimalFormatSymbols(arabic).getZeroDigit()); in test_numberLocalization()
/libcore/luni/src/main/java/java/text/
DDecimalFormatSymbols.java369 public char getZeroDigit() { in getZeroDigit() method in DecimalFormatSymbols
623 fields.put("zeroDigit", getZeroDigit()); in writeObject()
/libcore/luni/src/main/java/libcore/icu/
DNativeDecimalFormat.java161 dfs.getPercentString(), dfs.getPerMill(), dfs.getZeroDigit()); in NativeDecimalFormat()
272 dfs.getPercentString(), dfs.getPerMill(), dfs.getZeroDigit()); in setDecimalFormatSymbols()