Home
last modified time | relevance | path

Searched refs:getZeroDigit (Results 1 – 15 of 15) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKDecimalStyle.java88 assertEquals(loc1.getZeroDigit(), '0'); in test_of_Locale()
98 assertEquals(loc1.getZeroDigit(), '0'); in test_STANDARD()
108 assertEquals(base.withZeroDigit('A').getZeroDigit(), 'A'); in test_zeroDigit()
/libcore/ojluni/src/main/java/java/time/format/
DDecimalStyle.java172 char zeroDigit = oldSymbols.getZeroDigit(); in create()
207 public char getZeroDigit() { in getZeroDigit() method in DecimalStyle
DDateTimeFormatterBuilder.java2837 buf.append(decimalStyle.getZeroDigit()); in format()
3254 buf.append(decimalStyle.getZeroDigit()); in format()
/libcore/luni/src/main/java/libcore/icu/
DDecimalFormatData.java71 zeroDigit = dfs.getZeroDigit(); in DecimalFormatData()
126 public char getZeroDigit() { in getZeroDigit() method in DecimalFormatData
/libcore/ojluni/src/test/java/text/testlib/
DTestUtils.java55 return DecimalFormatSymbols.getInstance(locale).getZeroDigit() == '0'; in usesAsciiDigits()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatSymbolsTest.java278 .getZeroDigit()); in test_getZeroDigit()
436 assertEquals("Set incorrect ZeroDigit symbol", '*', dfs.getZeroDigit()); in test_setZeroDigitC()
532 assertEquals('0', dfs.getZeroDigit()); in assertDecimalFormatSymbolsRIFrance()
/libcore/luni/src/test/java/libcore/java/text/
DDecimalFormatSymbolsTest.java173 assertEquals(dfs.getZeroDigit(), icuSymb.getZeroDigit()); in compareDfs()
DOldDecimalFormatSymbolsTest.java173 assertEquals('0', dfs.getZeroDigit()); in test_DecimalFormatSymbols_France()
DNumberFormatTest.java83 assertEquals('\u0660', new DecimalFormatSymbols(arabic).getZeroDigit()); in test_numberLocalization()
/libcore/ojluni/src/main/java/java/text/
DDecimalFormatSymbols.java175 public char getZeroDigit() { in getZeroDigit() method in DecimalFormatSymbols
854 values[4] = String.valueOf(decimalFormatData.getZeroDigit()); in initialize()
1068 result.setZeroDigit(dfs.getZeroDigit());
1141 fields.put("zeroDigit", getZeroDigit());
DSimpleDateFormat.java1678 zeroDigit = ((DecimalFormat)numberFormat).getDecimalFormatSymbols().getZeroDigit(); in zeroPaddingNumber()
/libcore/ojluni/annotations/hiddenapi/java/text/
DDecimalFormatSymbols.java67 public char getZeroDigit() { in getZeroDigit() method in DecimalFormatSymbols
/libcore/luni/src/test/java/libcore/java/util/
DLocaleTest.java1497 assertEquals('0', new DecimalFormatSymbols(ar_DZ).getZeroDigit()); in testArabicDigits()
1498 assertEquals('\u0660', new DecimalFormatSymbols(ar_DZ_arab).getZeroDigit()); in testArabicDigits()
1499 assertEquals('0', new DecimalFormatSymbols(ar_DZ_latn).getZeroDigit()); in testArabicDigits()
1505 assertEquals('\u0660', new DecimalFormatSymbols(ar_EG).getZeroDigit()); in testArabicDigits()
1506 assertEquals('\u0660', new DecimalFormatSymbols(ar_EG_arab).getZeroDigit()); in testArabicDigits()
1507 assertEquals('0', new DecimalFormatSymbols(ar_EG_latn).getZeroDigit()); in testArabicDigits()
/libcore/ojluni/src/main/java/java/util/
DFormatter.java2464 return decimalFormatData.getZeroDigit(); in zero()
4617 return decimalFormatData.getZeroDigit();
/libcore/api/
Dcurrent.txt11318 method public char getZeroDigit();
12857 method public char getZeroDigit();