Home
last modified time | relevance | path

Searched refs:withZeroDigit (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKDecimalStyle.java108 assertEquals(base.withZeroDigit('A').getZeroDigit(), 'A'); in test_zeroDigit()
176 DecimalStyle a = DecimalStyle.STANDARD.withZeroDigit('A'); in test_equalsHashCode2()
177 DecimalStyle b = DecimalStyle.STANDARD.withZeroDigit('A'); in test_equalsHashCode2()
185 DecimalStyle a = DecimalStyle.STANDARD.withZeroDigit('A'); in test_equalsHashCode3()
207 DecimalStyle base = DecimalStyle.of(Locale.US).withZeroDigit('A').withDecimalSeparator('@'); in test_toString_altered()
/libcore/ojluni/src/main/java/java/time/format/
DDecimalStyle.java216 public DecimalStyle withZeroDigit(char zeroDigit) { in withZeroDigit() method in DecimalStyle