Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DDecimalFormat.java3113 public boolean isGroupingUsed() { in isGroupingUsed() method in DecimalFormat
3114 return icuDecimalFormat.isGroupingUsed(); in isGroupingUsed()
4431 fields.put("groupingUsed", icuDecimalFormat.isGroupingUsed()); in writeObject()
4573 if (groupingUsed != icuDecimalFormat.isGroupingUsed()) { in readObject()
DNumberFormat.java758 public boolean isGroupingUsed() { in isGroupingUsed() method in NumberFormat
/libcore/luni/src/test/java/libcore/java/text/
DOldNumberFormatTest.java559 .isGroupingUsed()); in test_isGroupingUsed()
564 nf1.isGroupingUsed()); in test_isGroupingUsed()
569 nf1.isGroupingUsed()); in test_isGroupingUsed()
621 nf1.isGroupingUsed()); in test_isParseIntegerOnly()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatTest.java764 assertFalse(format.isGroupingUsed()); in test_setGroupingUsed()
767 assertFalse(format.isGroupingUsed()); in test_setGroupingUsed()
772 assertTrue(format.isGroupingUsed()); in test_setGroupingUsed()
776 assertFalse(new DecimalFormat("####.##").isGroupingUsed()); in test_isGroupingUsed()
777 assertFalse(new DecimalFormat("######.######").isGroupingUsed()); in test_isGroupingUsed()
778 assertFalse(new DecimalFormat("000000.000000").isGroupingUsed()); in test_isGroupingUsed()
779 assertFalse(new DecimalFormat("######.000000").isGroupingUsed()); in test_isGroupingUsed()
780 assertFalse(new DecimalFormat("000000.######").isGroupingUsed()); in test_isGroupingUsed()
781 assertFalse(new DecimalFormat(" ###.###").isGroupingUsed()); in test_isGroupingUsed()
782 assertFalse(new DecimalFormat("$#####.######").isGroupingUsed()); in test_isGroupingUsed()
[all …]
/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/luni/src/test/java/libcore/java/util/
DFormatterTest.java268 assertFalse(decimalFormat.isGroupingUsed()); in testGroupingSizeZero()
/libcore/ojluni/src/main/java/java/util/
DFormatter.java4693 if (!df.isGroupingUsed() || grpSize == 0) {
/libcore/api/
Dcurrent.txt11284 method public boolean isGroupingUsed();