Home
last modified time | relevance | path

Searched refs:setZeroDigit (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
DDecimalFormatSymbols.java173 public void setZeroDigit(char zeroDigit) { in setZeroDigit() method in DecimalFormatSymbols
779 cachedIcuDFS.setZeroDigit(zeroDigit); in getIcuDecimalFormatSymbols()
816 result.setZeroDigit(dfs.getZeroDigit()); in fromIcuInstance()
946 setZeroDigit(fields.get("zeroDigit", '0')); in readObject()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatSymbolsTest.java276 dfs.setZeroDigit('*'); in test_getZeroDigit()
435 dfs.setZeroDigit('*'); in test_setZeroDigitC()
/libcore/ojluni/annotations/hiddenapi/java/text/
DDecimalFormatSymbols.java71 public void setZeroDigit(char zeroDigit) { in setZeroDigit() method in DecimalFormatSymbols
/libcore/luni/src/test/java/libcore/java/text/
DDecimalFormatTest.java180 decimalFormatSymbols.setZeroDigit('a'); in testSetZeroDigitForPattern()
189 decimalFormatSymbols.setZeroDigit('a'); in testSetZeroDigitForFormatting()