Searched refs:expandAffix (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | decimfmt.h | 2042 void expandAffix(const UnicodeString& pattern,
|
/external/icu4c/i18n/ |
D | decimfmt.cpp | 3208 expandAffix(*fPosPrefixPattern, fPositivePrefix, 0, none, FALSE, pluralCount); in expandAffixes() 3211 expandAffix(*fPosSuffixPattern, fPositiveSuffix, 0, none, FALSE, pluralCount); in expandAffixes() 3214 expandAffix(*fNegPrefixPattern, fNegativePrefix, 0, none, FALSE, pluralCount); in expandAffixes() 3217 expandAffix(*fNegSuffixPattern, fNegativeSuffix, 0, none, FALSE, pluralCount); in expandAffixes() 3271 void DecimalFormat::expandAffix(const UnicodeString& pattern, in expandAffix() function in DecimalFormat 3440 expandAffix(*affixPat, affixBuf, number, handler, TRUE, NULL); in appendAffix()
|