Home
last modified time | relevance | path

Searched defs:zeroDigit (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/time/format/
DDecimalStyle.java100 private final char zeroDigit; field in DecimalStyle
167 char zeroDigit = oldSymbols.getZeroDigit(); in create() local
216 public DecimalStyle withZeroDigit(char zeroDigit) { in withZeroDigit()
/libcore/ojluni/annotations/hiddenapi/java/text/
DDecimalFormatSymbols.java71 public void setZeroDigit(char zeroDigit) { in setZeroDigit()
288 private char zeroDigit; field in DecimalFormatSymbols
/libcore/ojluni/src/main/java/java/text/
DDecimalFormatSymbols.java173 public void setZeroDigit(char zeroDigit) { in setZeroDigit()
979 private char zeroDigit; field in DecimalFormatSymbols
DSimpleDateFormat.java538 transient private char zeroDigit; field in SimpleDateFormat
/libcore/luni/src/main/java/libcore/icu/
DLocaleData.java135 public char zeroDigit; field in LocaleData