Home | History | Annotate | Download | only in i18n

Lines Matching full:localized

997     // the string length of localized name of NaN.
1069 // the string length of localized name of NaN.
1083 // localized name of Infinite and the positive/negative localized
1919 // As a last resort, look through the localized digits if the zero digit
2401 // Gets the pointer to the localized decimal format symbols
2410 // De-owning the current localized symbols and adopt the new symbols.
2436 // Setting the symbols is equlivalent to adopting a newly created localized
2853 * localized minus sign or the localized plus sign, false if only negative
2854 * exponents are prefixed with the localized minus sign.
2869 * the localized minus sign or the localized plus sign, false if only
2870 * negative exponents are prefixed with the localized minus sign.
2944 // Emits the localized pattern this DecimalFormat instance.
3286 * @param localized true if the appended pattern should contain localized
3287 * pattern characters; otherwise, non-localized pattern chars are appended
3292 UBool localized) const {
3294 appendAffixPattern(appendTo, expAffix, localized);
3302 appendAffixPattern(appendTo, s, localized);
3308 appendAffixPattern(appendTo, s, localized);
3320 } else if (localized) {
3352 UBool localized) const {
3354 if(localized) {
3399 DecimalFormat::toPattern(UnicodeString& result, UBool localized) const
3421 if (localized) {
3435 if (localized) {
3456 localized);
3515 if (localized) {
3543 if (localized) {
3550 if (localized) {
3583 appendAffixPattern(result, fPosSuffixPattern, fPositiveSuffix, localized);
3613 if (localized) {
3621 appendAffixPattern(result, fNegSuffixPattern, fNegativeSuffix, localized);
3672 UBool localized,
3697 // Substitute with the localized symbols if necessary
3698 if (localized) {
4289 UBool localized,
4308 applyPatternWithoutExpandAffix(pattern, localized, parseError, status);
4316 UBool localized,
4319 applyPatternWithoutExpandAffix(pattern, localized, parseError, status);