Home | History | Annotate | Download | only in i18n

Lines Matching defs:expandAffix

3732       expandAffix(*fPosPrefixPattern, fPositivePrefix, 0, none, FALSE, pluralCount);
3735 expandAffix(*fPosSuffixPattern, fPositiveSuffix, 0, none, FALSE, pluralCount);
3738 expandAffix(*fNegPrefixPattern, fNegativePrefix, 0, none, FALSE, pluralCount);
3741 expandAffix(*fNegSuffixPattern, fNegativeSuffix, 0, none, FALSE, pluralCount);
3795 void DecimalFormat::expandAffix(const UnicodeString& pattern,
3964 expandAffix(*affixPat, affixBuf, number, handler, TRUE, NULL);