Home
last modified time | relevance | path

Searched refs:isGroupingUsed (Results 1 – 7 of 7) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatTest.java747 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 …]
/libcore/luni/src/test/java/libcore/java/text/
DOldNumberFormatTest.java552 .isGroupingUsed()); in test_isGroupingUsed()
557 nf1.isGroupingUsed()); in test_isGroupingUsed()
562 nf1.isGroupingUsed()); in test_isGroupingUsed()
614 nf1.isGroupingUsed()); in test_isParseIntegerOnly()
/libcore/luni/src/test/java/libcore/java/util/
DFormatterTest.java202 assertFalse(decimalFormat.isGroupingUsed()); in testGroupingSizeZero()
/libcore/ojluni/annotations/hiddenapi/java/text/
DNumberFormat.java148 public boolean isGroupingUsed() { in isGroupingUsed() method in NumberFormat
/libcore/ojluni/annotations/sdk/nullability/java/text/
DNumberFormat.annotated.java102 public boolean isGroupingUsed() { throw new RuntimeException("Stub!"); } in isGroupingUsed() method in NumberFormat
/libcore/ojluni/src/main/java/java/text/
DNumberFormat.java618 public boolean isGroupingUsed() { in isGroupingUsed() method in NumberFormat
/libcore/ojluni/src/main/java/java/util/
DFormatter.java4469 if (!df.isGroupingUsed() || df.getGroupingSize() == 0) {