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