Home | History | Annotate | Download | only in i18n

Lines Matching defs:appendAffixPattern

4124 void DecimalFormat::appendAffixPattern(UnicodeString& appendTo,
4129 appendAffixPattern(appendTo, expAffix, localized);
4137 appendAffixPattern(appendTo, s, localized);
4143 appendAffixPattern(appendTo, s, localized);
4185 DecimalFormat::appendAffixPattern(UnicodeString& appendTo,
4288 appendAffixPattern(result,
4418 appendAffixPattern(result, fPosSuffixPattern, fPositiveSuffix, localized);
4456 appendAffixPattern(result, fNegSuffixPattern, fNegativeSuffix, localized);