Home | History | Annotate | Download | only in i18n

Lines Matching full:groupingset

2360         const UnicodeSet *groupingSet = NULL;
2368 groupingSet = DecimalFormatStaticSets::gStaticSets->fStrictDefaultGroupingSeparators;
2370 groupingSet = DecimalFormatStaticSets::gStaticSets->fDefaultGroupingSeparators;
2374 // We need to test groupingChar and decimalChar separately from groupingSet and decimalSet, if the sets are even initialized.
2376 // If a character matches decimalSet, don't consider it to be a member of the groupingSet.
2455 matchGrouping(groupingChar, sawGrouping, sawGroupingChar, groupingSet,
3091 return sset->contains(schar) && // in groupingSet but...
3092 ((decimalSet==NULL) || !decimalSet->contains(schar)); // Exclude decimalSet from groupingSet