Home | History | Annotate | Download | only in i18n

Lines Matching refs:fFormatPattern

755         fFormatPattern = rhs.fFormatPattern;
3174 setupCurrencyAffixes(fFormatPattern, FALSE, TRUE, status);
4167 result = fFormatPattern;
5028 fFormatPattern = pattern;
5221 if (fFormatPattern.indexOf(fgTripleCurrencySign, 3, 0) != -1) {
5222 UnicodeString savedPtn = fFormatPattern;
5223 setupCurrencyAffixes(fFormatPattern, TRUE, TRUE, ec);