Searched refs:zeroDigit (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/main/java/java/time/format/ |
D | DecimalStyle.java | 100 private final char zeroDigit; field in DecimalStyle 167 char zeroDigit = oldSymbols.getZeroDigit(); in create() local 171 if (zeroDigit == '0' && negativeSign == '-' && decimalSeparator == '.') { in create() 174 return new DecimalStyle(zeroDigit, positiveSign, negativeSign, decimalSeparator); in create() 187 this.zeroDigit = zeroChar; in DecimalStyle() 203 return zeroDigit; in getZeroDigit() 216 public DecimalStyle withZeroDigit(char zeroDigit) { in withZeroDigit() argument 217 if (zeroDigit == this.zeroDigit) { in withZeroDigit() 220 return new DecimalStyle(zeroDigit, positiveSign, negativeSign, decimalSeparator); in withZeroDigit() 249 return new DecimalStyle(zeroDigit, positiveSign, negativeSign, decimalSeparator); in withPositiveSign() [all …]
|
/libcore/ojluni/src/main/java/java/text/ |
D | DecimalFormatSymbols.java | 165 return zeroDigit; in getZeroDigit() 173 public void setZeroDigit(char zeroDigit) { in setZeroDigit() argument 174 this.zeroDigit = zeroDigit; in setZeroDigit() 600 return (zeroDigit == other.zeroDigit && in equals() 623 int result = zeroDigit; in hashCode() 671 values[4] = String.valueOf(localeData.zeroDigit); in initialize() 688 zeroDigit = numberElements[4].charAt(0); //different for Arabic,etc. in initialize() 779 cachedIcuDFS.setZeroDigit(zeroDigit); in getIcuDecimalFormatSymbols() 979 private char zeroDigit; field in DecimalFormatSymbols
|
/libcore/ojluni/annotations/hiddenapi/java/text/ |
D | DecimalFormatSymbols.java | 71 public void setZeroDigit(char zeroDigit) { in setZeroDigit() argument 288 private char zeroDigit; field in DecimalFormatSymbols
|
/libcore/luni/src/main/java/libcore/icu/ |
D | LocaleData.java | 135 public char zeroDigit; field in LocaleData
|
/libcore/mmodules/core_platform_api/api/platform/ |
D | current-api.txt | 1076 field @dalvik.annotation.compat.UnsupportedAppUsage public char zeroDigit;
|