Searched refs:lastGroup (Results 1 – 4 of 4) sorted by relevance
317 char lastGroup = 0; in print() local323 if (group != lastGroup || count++ > 50) { in print()324 lastGroup = group; in print()
2406 int lastGroup = -1; // where did we last see a grouping separator? in subparse() local2453 if ((lastGroup != -1 && countCodePoints(text, lastGroup, backup) - 1 != gs2) in subparse()2454 … || (lastGroup == -1 && countCodePoints(text, digitStart, position) - 1 > gs2)) { in subparse()2458 lastGroup = backup; in subparse()2482 … if ((lastGroup != -1 && countCodePoints(text, lastGroup, backup) - 1 != gs2) in subparse()2483 … || (lastGroup == -1 && countCodePoints(text, digitStart, position) - 1 > gs2)) { in subparse()2487 lastGroup = backup; in subparse()2500 … (lastGroup != -1 && countCodePoints(text,lastGroup,position) != groupingSize + 1)) { in subparse()2531 … (lastGroup != -1 && countCodePoints(text,lastGroup,position) != groupingSize + 1)) { in subparse()2600 if (backup != -1 || lastGroup != -1) { in subparse()[all …]
2704 int32_t lastGroup = -1; // where did we last see a grouping separator?2794 if ((lastGroup != -1 && backup - lastGroup - 1 != gs2) ||2795 (lastGroup == -1 && position - digitStart - 1 > gs2)) {2800 lastGroup = backup;2852 (lastGroup != -1 && position - lastGroup != fGroupingSize + 1)) {2954 if (lastGroup != -1 && position - lastGroup != fGroupingSize + 1) {
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...