Home | History | Annotate | Download | only in i18n

Lines Matching refs:expandAffix

3808       expandAffix(*fPosPrefixPattern, fPositivePrefix, 0, none, FALSE, pluralCount);
3811 expandAffix(*fPosSuffixPattern, fPositiveSuffix, 0, none, FALSE, pluralCount);
3814 expandAffix(*fNegPrefixPattern, fNegativePrefix, 0, none, FALSE, pluralCount);
3817 expandAffix(*fNegSuffixPattern, fNegativeSuffix, 0, none, FALSE, pluralCount);
3871 void DecimalFormat::expandAffix(const UnicodeString& pattern,
4040 expandAffix(*affixPat, affixBuf, number, handler, TRUE, NULL);