Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/icu/
DLocaleData.java73 public char zeroDigit; field in LocaleData
DNativeDecimalFormat.java630 char perMill, char zeroDigit); in open()
636 char perMill, char zeroDigit); in setDecimalFormatSymbols()
/libcore/luni/src/main/native/
Dlibcore_icu_NativeDecimalFormat.cpp51 jchar percent, jchar perMill, jchar zeroDigit) { in makeDecimalFormatSymbols()
94 jchar percent, jchar perMill, jchar zeroDigit) { in NativeDecimalFormat_setDecimalFormatSymbols()
108 jchar percent, jchar perMill, jchar zeroDigit) { in NativeDecimalFormat_open()
/libcore/luni/src/main/java/java/text/
DDecimalFormatSymbols.java45 private char zeroDigit; field in DecimalFormatSymbols
/libcore/luni/src/main/java/java/util/
DFormatter.java1977 char zeroDigit = localeData.zeroDigit; in appendLocalized() local