Home
last modified time | relevance | path

Searched refs:appendAffixPattern (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/unicode/
Ddecimfmt.h2035 void appendAffixPattern(UnicodeString& appendTo, const UnicodeString& affix,
2038 void appendAffixPattern(UnicodeString& appendTo,
/external/icu4c/i18n/
Ddecimfmt.cpp3524 void DecimalFormat::appendAffixPattern(UnicodeString& appendTo, in appendAffixPattern() function in DecimalFormat
3529 appendAffixPattern(appendTo, expAffix, localized); in appendAffixPattern()
3537 appendAffixPattern(appendTo, s, localized); in appendAffixPattern()
3543 appendAffixPattern(appendTo, s, localized); in appendAffixPattern()
3585 DecimalFormat::appendAffixPattern(UnicodeString& appendTo, in appendAffixPattern() function in DecimalFormat
3688 appendAffixPattern(result, in toPattern()
3818 appendAffixPattern(result, fPosSuffixPattern, fPositiveSuffix, localized); in toPattern()
3856 appendAffixPattern(result, fNegSuffixPattern, fNegativeSuffix, localized); in toPattern()