Home | History | Annotate | Download | only in i18n

Lines Matching refs:appendAffixPattern

3289 void DecimalFormat::appendAffixPattern(UnicodeString& appendTo,
3294 appendAffixPattern(appendTo, expAffix, localized);
3302 appendAffixPattern(appendTo, s, localized);
3308 appendAffixPattern(appendTo, s, localized);
3350 DecimalFormat::appendAffixPattern(UnicodeString& appendTo,
3453 appendAffixPattern(result,
3583 appendAffixPattern(result, fPosSuffixPattern, fPositiveSuffix, localized);
3621 appendAffixPattern(result, fNegSuffixPattern, fNegativeSuffix, localized);