Searched defs:expandAffix (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Ddecimfmt.cpp2969 expandAffix(*fPosPrefixPattern, fPositivePrefix, 0, none, FALSE, pluralCount);
2972 expandAffix(*fPosSuffixPattern, fPositiveSuffix, 0, none, FALSE, pluralCount);
2975 expandAffix(*fNegPrefixPattern, fNegativePrefix, 0, none, FALSE, pluralCount);
2978 expandAffix(*fNegSuffixPattern, fNegativeSuffix, 0, none, FALSE, pluralCount);
3032 void DecimalFormat::expandAffix(const UnicodeString& pattern, function in class:DecimalFormat
3205 expandAffix(*affixPat, affixBuf, number, handler, TRUE, NULL);

Completed in 63 milliseconds