Searched defs:getZeroDigit (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/time/format/
H A DDecimalStyle.java167 char zeroDigit = oldSymbols.getZeroDigit();
202 public char getZeroDigit() { method in class:DecimalStyle
/libcore/ojluni/src/main/java/java/text/
H A DDecimalFormatSymbols.java165 public char getZeroDigit() { method in class:DecimalFormatSymbols
817 result.setZeroDigit(dfs.getZeroDigit());
884 fields.put("zeroDigit", getZeroDigit());
978 * @see #getZeroDigit

Completed in 112 milliseconds