Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/text/
DOldNumberFormatTest.java557 nf1.setGroupingUsed(false); in test_isGroupingUsed()
562 nf1.setGroupingUsed(true); in test_isGroupingUsed()
570 nf1.setGroupingUsed(false); in test_setGroupingUsed()
578 nf1.setGroupingUsed(false); in test_setGroupingUsed()
586 nf1.setGroupingUsed(true); in test_setGroupingUsed()
596 nf2.setGroupingUsed(false); in test_setGroupingUsed()
603 nf2.setGroupingUsed(true); in test_setGroupingUsed()
608 nf2.setGroupingUsed(true); in test_setGroupingUsed()
DDecimalFormatTest.java54 numberFormat.setGroupingUsed(false); in test_setMaximumIntegerDigits()
/libcore/benchmarks/src/benchmarks/regression/
DDecimalFormatBenchmark.java31 df.setGroupingUsed(true); in formatWithGrouping()
/libcore/ojluni/src/main/java/java/text/
DDecimalFormat.java2920 public void setGroupingUsed(boolean newValue) { in setGroupingUsed() method in DecimalFormat
2926 icuDecimalFormat.setGroupingUsed(newValue); in setGroupingUsed()
4382 icuDecimalFormat.setGroupingUsed(groupingUsed); in readObject()
DNumberFormat.java629 public void setGroupingUsed(boolean newValue) { in setGroupingUsed() method in NumberFormat
DSimpleDateFormat.java726 numberFormat.setGroupingUsed(false); in initialize()
/libcore/ojluni/annotations/hiddenapi/java/text/
DNumberFormat.java152 public void setGroupingUsed(boolean newValue) { in setGroupingUsed() method in NumberFormat
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatTest.java760 format.setGroupingUsed(false); in test_setGroupingUsed()
768 format.setGroupingUsed(true); in test_setGroupingUsed()
1497 format.setGroupingUsed(false); in test_formatDouble_maxFractionDigits()
1543 df.setGroupingUsed(false); in test_formatDouble_roundingTo15Digits()
1659 format.setGroupingUsed(false); in assertDecimalFormatIsLossless()
1704 df.setGroupingUsed(false); in test_formatDouble_bug17656132()
1926 df.setGroupingUsed(true); in test_setGroupingSize()
/libcore/ojluni/annotations/sdk/nullability/java/text/
DNumberFormat.annotated.java104 public void setGroupingUsed(boolean newValue) { throw new RuntimeException("Stub!"); } in setGroupingUsed() method in NumberFormat