Lines Matching refs:fLocale

234 : fLocale(Locale::getDefault()),  // Uses the default locale  in MessageFormat()
249 setLocaleIDs(fLocale.getName(), fLocale.getName()); in MessageFormat()
256 : fLocale(newLocale), in MessageFormat()
271 setLocaleIDs(fLocale.getName(), fLocale.getName()); in MessageFormat()
279 : fLocale(newLocale), in MessageFormat()
294 setLocaleIDs(fLocale.getName(), fLocale.getName()); in MessageFormat()
301 fLocale(that.fLocale), in MessageFormat()
378 setLocale(that.fLocale); in operator =()
401 fLocale != that.fLocale) { in operator ==()
450 if (fLocale != theLocale) { in setLocale()
455 fLocale = theLocale; in setLocale()
456 setLocaleIDs(fLocale.getName(), fLocale.getName()); in setLocale()
468 return fLocale; in getLocale()
1093 MessageFormat subMsgFormat(subMsgString, fLocale, success); in format()
1212 MessageFormat subMsgFormat(emptyPattern, fLocale, success); in formatComplexSubMessage()
1691 fmt = NumberFormat::createInstance(fLocale, ec); in createAppropriateFormat()
1694 fmt = NumberFormat::createCurrencyInstance(fLocale, ec); in createAppropriateFormat()
1697 fmt = NumberFormat::createPercentInstance(fLocale, ec); in createAppropriateFormat()
1701 fmt = createIntegerFormat(fLocale, ec); in createAppropriateFormat()
1704 fmt = NumberFormat::createInstance(fLocale, ec); in createAppropriateFormat()
1722 fmt = DateFormat::createDateInstance(date_style, fLocale); in createAppropriateFormat()
1724 fmt = DateFormat::createTimeInstance(date_style, fLocale); in createAppropriateFormat()
1737 fmt = makeRBNF(URBNF_SPELLOUT, fLocale, style, ec); in createAppropriateFormat()
1741 fmt = makeRBNF(URBNF_ORDINAL, fLocale, style, ec); in createAppropriateFormat()
1745 fmt = makeRBNF(URBNF_DURATION, fLocale, style, ec); in createAppropriateFormat()
1806 t->defaultNumberFormat = NumberFormat::createInstance(fLocale, ec); in getDefaultNumberFormat()
1827 …ltDateFormat = DateFormat::createDateTimeInstance(DateFormat::kShort, DateFormat::kShort, fLocale); in getDefaultDateFormat()
1935 t->rules = PluralRules::forLocale(msgFormat.fLocale, type, ec); in select()