Searched refs:withZeroDigit (Results 1 – 3 of 3) sorted by relevance
108 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()
220 public DecimalStyle withZeroDigit(char zeroDigit) { in withZeroDigit() method in DecimalStyle
12721 method public java.time.format.DecimalStyle withZeroDigit(char);