Lines Matching refs:localized
3527 UBool localized) const { in appendAffixPattern()
3529 appendAffixPattern(appendTo, expAffix, localized); in appendAffixPattern()
3537 appendAffixPattern(appendTo, s, localized); in appendAffixPattern()
3543 appendAffixPattern(appendTo, s, localized); in appendAffixPattern()
3555 } else if (localized) { in appendAffixPattern()
3587 UBool localized) const { in appendAffixPattern()
3589 if(localized) { in appendAffixPattern()
3634 DecimalFormat::toPattern(UnicodeString& result, UBool localized) const in toPattern()
3656 if (localized) { in toPattern()
3670 if (localized) { in toPattern()
3691 localized); in toPattern()
3750 if (localized) { in toPattern()
3778 if (localized) { in toPattern()
3785 if (localized) { in toPattern()
3818 appendAffixPattern(result, fPosSuffixPattern, fPositiveSuffix, localized); in toPattern()
3848 if (localized) { in toPattern()
3856 appendAffixPattern(result, fNegSuffixPattern, fNegativeSuffix, localized); in toPattern()
3907 UBool localized, in applyPatternWithoutExpandAffix() argument
3933 if (localized) { in applyPatternWithoutExpandAffix()
4524 UBool localized, in applyPattern() argument
4543 applyPatternWithoutExpandAffix(pattern, localized, parseError, status); in applyPattern()
4551 UBool localized, in applyPatternInternally() argument
4554 applyPatternWithoutExpandAffix(pattern, localized, parseError, status); in applyPatternInternally()