Lines Matching refs:fLocale

235 : fLocale(Locale::getDefault()),  // Uses the default locale
250 setLocaleIDs(fLocale.getName(), fLocale.getName());
257 : fLocale(newLocale),
272 setLocaleIDs(fLocale.getName(), fLocale.getName());
280 : fLocale(newLocale),
295 setLocaleIDs(fLocale.getName(), fLocale.getName());
302 fLocale(that.fLocale),
379 setLocale(that.fLocale);
402 fLocale != that.fLocale) {
451 if (fLocale != theLocale) {
456 fLocale = theLocale;
457 setLocaleIDs(fLocale.getName(), fLocale.getName());
469 return fLocale;
1102 MessageFormat subMsgFormat(subMsgString, fLocale, success);
1221 MessageFormat subMsgFormat(emptyPattern, fLocale, success);
1700 fmt = NumberFormat::createInstance(fLocale, ec);
1703 fmt = NumberFormat::createCurrencyInstance(fLocale, ec);
1706 fmt = NumberFormat::createPercentInstance(fLocale, ec);
1710 fmt = createIntegerFormat(fLocale, ec);
1717 fmt = number::NumberFormatter::forSkeleton(skeleton, ec).locale(fLocale).toFormat(ec);
1720 fmt = NumberFormat::createInstance(fLocale, ec);
1739 fmt = DateFormat::createInstanceForSkeleton(skeleton, fLocale, ec);
1746 fmt = DateFormat::createDateInstance(date_style, fLocale);
1748 fmt = DateFormat::createTimeInstance(date_style, fLocale);
1762 fmt = makeRBNF(URBNF_SPELLOUT, fLocale, style, ec);
1766 fmt = makeRBNF(URBNF_ORDINAL, fLocale, style, ec);
1770 fmt = makeRBNF(URBNF_DURATION, fLocale, style, ec);
1831 t->defaultNumberFormat = NumberFormat::createInstance(fLocale, ec);
1852 t->defaultDateFormat = DateFormat::createDateTimeInstance(DateFormat::kShort, DateFormat::kShort, fLocale);
1959 t->rules = PluralRules::forLocale(msgFormat.fLocale, type, ec);