Home | History | Annotate | Download | only in i18n

Lines Matching defs:appendAffixPattern

4048 void DecimalFormat::appendAffixPattern(UnicodeString& appendTo,
4053 appendAffixPattern(appendTo, expAffix, localized);
4061 appendAffixPattern(appendTo, s, localized);
4067 appendAffixPattern(appendTo, s, localized);
4109 DecimalFormat::appendAffixPattern(UnicodeString& appendTo,
4212 appendAffixPattern(result,
4342 appendAffixPattern(result, fPosSuffixPattern, fPositiveSuffix, localized);
4380 appendAffixPattern(result, fNegSuffixPattern, fNegativeSuffix, localized);