Searched refs:grouping (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/report/
H A DHTMLSeriesReporter.java350 StringBuffer grouping = new StringBuffer();
351 grouping.append("Grouped by " + optionName + ", Result set");
358 grouping.append(", " + oname2);
360 grouping.append(" (");
363 if (comma) grouping.append(", ");
364 grouping.append(((Map.Entry)ov2i.next()).getKey());
367 grouping.append(")");
370 w.println("<tr><td colspan='2'><b>" + grouping.toString() + "</b></td></tr>");
/openjdk9/jdk/src/java.base/windows/native/libjava/
H A DHostLocaleProviderAdapter_md.c888 WCHAR grouping[BUFLEN]; local
917 groupingLen = getLocaleInfoWrapper(langtag, LOCALE_SGROUPING, grouping, BUFLEN);
938 if (grouping[cur] == L';') {
942 repnum = grouping[cur] - 0x30;
/openjdk9/jdk/src/java.base/share/classes/java/text/
H A DDecimalFormat.java152 * <p>The grouping separator is commonly used for thousands, but in some
153 * countries it separates ten-thousands. The grouping size is a constant number
154 * of digits between the grouping characters, such as 3 for 100,000,000 or 4 for
155 * 1,0000,0000. If you supply a pattern with multiple grouping characters, the
295 * <li>Exponential patterns may not contain grouping separators.
1254 * grouping chars as needed. Updates {@code firstUsedIndex} accordingly.
1259 * @param digitsBuffer The char array container where digits and grouping chars
1297 * inclusive. There is no punctuation to set here (no grouping chars).
1467 // Decimal separator or grouping char. Reinit counter only.
1503 * parts, also setting the required grouping char
[all...]

Completed in 61 milliseconds