Home | History | Annotate | Download | only in i18n

Lines Matching defs:decimalSet

1932         const UnicodeSet *decimalSet = NULL;
1936 decimalSet = DecimalFormatStaticSets::getSimilarDecimals(decimalChar, strictParse);
1947 // We need to test groupingChar and decimalChar separately from groupingSet and decimalSet, if the sets are even initialized.
1948 // If sawDecimal is TRUE, only consider sawDecimalChar and NOT decimalSet
1949 // If a character matches decimalSet, don't consider it to be a member of the groupingSet.
2029 decimalChar, decimalSet,
2053 else if (matchDecimal(decimalChar,sawDecimal,sawDecimalChar, decimalSet, ch))
2074 // decimalSet is considered to consist of (ch,ch)
2623 UChar32 decimalChar, const UnicodeSet *decimalSet,
2631 ((decimalSet==NULL) || !decimalSet->contains(schar)); // Exclude decimalSet from groupingSet