Home | History | Annotate | Download | only in i18n

Lines Matching refs:decimalSet

1434         const UnicodeSet *decimalSet = NULL;
1438 decimalSet = DecimalFormatStaticSets::getSimilarDecimals(decimalChar, strictParse);
1449 // We need to test groupingChar and decimalChar separately from groupingSet and decimalSet, if the sets are even initialized.
1450 // If sawDecimal is TRUE, only consider sawDecimalChar and NOT decimalSet
1451 // If a character matches decimalSet, don't consider it to be a member of the groupingSet.
1531 decimalChar, decimalSet,
1555 else if (matchDecimal(decimalChar,sawDecimal,sawDecimalChar, decimalSet, ch))
1576 // decimalSet is considered to consist of (ch,ch)
2278 UChar32 /*decimalChar*/, const UnicodeSet *decimalSet,
2286 ((decimalSet==NULL) || !decimalSet->contains(schar)); // Exclude decimalSet from groupingSet