Lines Matching refs:fLocale
151 fLocale = other.fLocale; in operator =()
180 && fLocale == fmt->fLocale in operator ==()
366 fLocale = locale; in create()
399 fNumberFormat = NumberFormat::createInstance(fLocale, err); in initDataMembers()
402 fPluralRules = PluralRules::forLocale(fLocale, err); in initDataMembers()
425 rb = ures_open(NULL, fLocale.getName(), &status); in readFromCurrentLocale()
492 MessageFormat* messageFormat = new MessageFormat(pattern, fLocale, err); in readFromCurrentLocale()
577 const char* localeName = fLocale.getName(); in checkConsistency()
627 MessageFormat* messageFormat = new MessageFormat(pattern, fLocale, err); in searchInLocaleChain()
689 messageFormat = new MessageFormat(DEFAULT_PATTERN_FOR_SECOND, fLocale, err); in searchInLocaleChain()
691 messageFormat = new MessageFormat(DEFAULT_PATTERN_FOR_MINUTE, fLocale, err); in searchInLocaleChain()
693 messageFormat = new MessageFormat(DEFAULT_PATTERN_FOR_HOUR, fLocale, err); in searchInLocaleChain()
695 messageFormat = new MessageFormat(DEFAULT_PATTERN_FOR_WEEK, fLocale, err); in searchInLocaleChain()
697 messageFormat = new MessageFormat(DEFAULT_PATTERN_FOR_DAY, fLocale, err); in searchInLocaleChain()
699 messageFormat = new MessageFormat(DEFAULT_PATTERN_FOR_MONTH, fLocale, err); in searchInLocaleChain()
701 messageFormat = new MessageFormat(DEFAULT_PATTERN_FOR_YEAR, fLocale, err); in searchInLocaleChain()
734 if (U_SUCCESS(status) && fLocale != locale) { in setLocale()
735 fLocale = locale; in setLocale()