Searched refs:isGroupingUsed (Results 1 – 7 of 7) sorted by relevance
747 assertFalse(format.isGroupingUsed()); in test_setGroupingUsed()750 assertFalse(format.isGroupingUsed()); in test_setGroupingUsed()755 assertTrue(format.isGroupingUsed()); in test_setGroupingUsed()759 assertFalse(new DecimalFormat("####.##").isGroupingUsed()); in test_isGroupingUsed()760 assertFalse(new DecimalFormat("######.######").isGroupingUsed()); in test_isGroupingUsed()761 assertFalse(new DecimalFormat("000000.000000").isGroupingUsed()); in test_isGroupingUsed()762 assertFalse(new DecimalFormat("######.000000").isGroupingUsed()); in test_isGroupingUsed()763 assertFalse(new DecimalFormat("000000.######").isGroupingUsed()); in test_isGroupingUsed()764 assertFalse(new DecimalFormat(" ###.###").isGroupingUsed()); in test_isGroupingUsed()765 assertFalse(new DecimalFormat("$#####.######").isGroupingUsed()); in test_isGroupingUsed()[all …]
552 .isGroupingUsed()); in test_isGroupingUsed()557 nf1.isGroupingUsed()); in test_isGroupingUsed()562 nf1.isGroupingUsed()); in test_isGroupingUsed()614 nf1.isGroupingUsed()); in test_isParseIntegerOnly()
202 assertFalse(decimalFormat.isGroupingUsed()); in testGroupingSizeZero()
148 public boolean isGroupingUsed() { in isGroupingUsed() method in NumberFormat
102 public boolean isGroupingUsed() { throw new RuntimeException("Stub!"); } in isGroupingUsed() method in NumberFormat
618 public boolean isGroupingUsed() { in isGroupingUsed() method in NumberFormat
4469 if (!df.isGroupingUsed() || df.getGroupingSize() == 0) {