Home | History | Annotate | Download | only in i18n

Lines Matching defs:appendAffixPattern

3524 void DecimalFormat::appendAffixPattern(UnicodeString& appendTo,
3529 appendAffixPattern(appendTo, expAffix, localized);
3537 appendAffixPattern(appendTo, s, localized);
3543 appendAffixPattern(appendTo, s, localized);
3585 DecimalFormat::appendAffixPattern(UnicodeString& appendTo,
3688 appendAffixPattern(result,
3818 appendAffixPattern(result, fPosSuffixPattern, fPositiveSuffix, localized);
3856 appendAffixPattern(result, fNegSuffixPattern, fNegativeSuffix, localized);