• Home
  • Raw
  • Download

Lines Matching refs:fLocale

235 : fLocale(Locale::getDefault()),  // Uses the default locale  in MessageFormat()
250 setLocaleIDs(fLocale.getName(), fLocale.getName()); in MessageFormat()
257 : fLocale(newLocale), in MessageFormat()
272 setLocaleIDs(fLocale.getName(), fLocale.getName()); in MessageFormat()
280 : fLocale(newLocale), in MessageFormat()
295 setLocaleIDs(fLocale.getName(), fLocale.getName()); in MessageFormat()
302 fLocale(that.fLocale), in MessageFormat()
379 setLocale(that.fLocale); in operator =()
402 fLocale != that.fLocale) { in operator ==()
451 if (fLocale != theLocale) { in setLocale()
456 fLocale = theLocale; in setLocale()
457 setLocaleIDs(fLocale.getName(), fLocale.getName()); in setLocale()
469 return fLocale; in getLocale()
1099 MessageFormat subMsgFormat(subMsgString, fLocale, success); in format()
1218 MessageFormat subMsgFormat(emptyPattern, fLocale, success); in formatComplexSubMessage()
1697 fmt = NumberFormat::createInstance(fLocale, ec); in createAppropriateFormat()
1700 fmt = NumberFormat::createCurrencyInstance(fLocale, ec); in createAppropriateFormat()
1703 fmt = NumberFormat::createPercentInstance(fLocale, ec); in createAppropriateFormat()
1707 fmt = createIntegerFormat(fLocale, ec); in createAppropriateFormat()
1714 … fmt = number::NumberFormatter::forSkeleton(skeleton, ec).locale(fLocale).toFormat(ec); in createAppropriateFormat()
1717 fmt = NumberFormat::createInstance(fLocale, ec); in createAppropriateFormat()
1736 fmt = DateFormat::createInstanceForSkeleton(skeleton, fLocale, ec); in createAppropriateFormat()
1743 fmt = DateFormat::createDateInstance(date_style, fLocale); in createAppropriateFormat()
1745 fmt = DateFormat::createTimeInstance(date_style, fLocale); in createAppropriateFormat()
1759 fmt = makeRBNF(URBNF_SPELLOUT, fLocale, style, ec); in createAppropriateFormat()
1763 fmt = makeRBNF(URBNF_ORDINAL, fLocale, style, ec); in createAppropriateFormat()
1767 fmt = makeRBNF(URBNF_DURATION, fLocale, style, ec); in createAppropriateFormat()
1828 t->defaultNumberFormat = NumberFormat::createInstance(fLocale, ec); in getDefaultNumberFormat()
1849 …ltDateFormat = DateFormat::createDateTimeInstance(DateFormat::kShort, DateFormat::kShort, fLocale); in getDefaultDateFormat()
1957 t->rules = PluralRules::forLocale(msgFormat.fLocale, type, ec); in select()