Home
last modified time | relevance | path

Searched refs:setGroupingSize (Results 1 – 3 of 3) sorted by relevance

/libcore/benchmarks/src/benchmarks/regression/
DDecimalFormatBenchmark.java30 df.setGroupingSize(3); in formatWithGrouping()
/libcore/ojluni/src/main/java/java/text/
DDecimalFormat.java995 public void setGroupingSize (int newValue) { in setGroupingSize() method in DecimalFormat
996 icuDecimalFormat.setGroupingSize(newValue); in setGroupingSize()
1603 icuDecimalFormat.setGroupingSize(fields.get("groupingSize", (byte) 3)); in readObject()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatTest.java1903 df.setGroupingSize(2); in test_setGroupingSize()