Home | History | Annotate | Download | only in common

Lines Matching defs:locale

156 SimpleFactory::getDisplayName(const UnicodeString& id, const Locale& /* locale */, UnicodeString& result) const 
276 const Locale locale;
278 DNCache(const Locale& _locale)
279 : cache(), locale(_locale)
686 return getDisplayName(id, result, Locale::getDefault());
690 ICUService::getDisplayName(const UnicodeString& id, UnicodeString& result, const Locale& locale) const
700 f->getDisplayName(id, locale, result);
712 f->getDisplayName(id, locale, result);
727 return getDisplayNames(result, Locale::getDefault(), NULL, status);
732 ICUService::getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const
734 return getDisplayNames(result, locale, NULL, status);
739 const Locale& locale,
749 if (dnCache != NULL && dnCache->locale != locale) {
757 ncthis->dnCache = new DNCache(locale);
769 f->getDisplayName(*id, locale, dname);