Lines Matching full:groupingchar
2221 UChar32 groupingChar = groupingString->char32At(0);
2223 int32_t groupingCharLength = U16_LENGTH(groupingChar);
2258 UChar32 lookForGroup = (groupingUsed&&intOnly&&strictParse)?groupingChar:0;
2273 printf("Preparing to do fastpath parse: decimalChar=U+%04X, groupingChar=U+%04X, first ch=U+%04X intOnly=%c strictParse=%c\n",
2274 decimalChar, groupingChar, ch,
2450 // We need to test groupingChar and decimalChar separately from groupingSet and decimalSet, if the sets are even initialized.
2531 matchGrouping(groupingChar, sawGrouping, sawGroupingChar, groupingSet,
3157 UBool DecimalFormat::matchGrouping(UChar32 groupingChar,
3164 } else if(schar==groupingChar) {