Home | History | Annotate | Download | only in common

Lines Matching refs:Locale

158 SimpleFactory::getDisplayName(const UnicodeString& id, const Locale& /* locale */, UnicodeString& result) const 
280 const Locale locale;
282 DNCache(const Locale& _locale)
283 : cache(), locale(_locale)
686 return getDisplayName(id, result, Locale::getDefault());
690 ICUService::getDisplayName(const UnicodeString& id, UnicodeString& result, const Locale& locale) const
699 f->getDisplayName(id, locale, result);
711 f->getDisplayName(id, locale, result);
726 return getDisplayNames(result, Locale::getDefault(), NULL, status);
731 ICUService::getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const
733 return getDisplayNames(result, locale, NULL, status);
738 const Locale& locale,
748 if (dnCache != NULL && dnCache->locale != locale) {
758 ncthis->dnCache = new DNCache(locale);
770 f->getDisplayName(*id, locale, dname);