Searched refs:withZeroDigit (Results 1 – 2 of 2) 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()
216 public DecimalStyle withZeroDigit(char zeroDigit) { in withZeroDigit() method in DecimalStyle