Searched refs:getPositiveSign (Results 1 – 4 of 4) sorted by relevance
89 assertEquals(loc1.getPositiveSign(), '+'); in test_of_Locale()99 assertEquals(loc1.getPositiveSign(), '+'); in test_STANDARD()114 assertEquals(base.withPositiveSign('A').getPositiveSign(), 'A'); in test_positiveSign()
236 public char getPositiveSign() { in getPositiveSign() method in DecimalStyle
2816 buf.append(decimalStyle.getPositiveSign()); in format()2820 buf.append(decimalStyle.getPositiveSign()); in format()2875 if (sign == context.getDecimalStyle().getPositiveSign()) { in parse()
12714 method public char getPositiveSign();