Home
last modified time | relevance | path

Searched refs:getDisplayNames (Results 1 – 6 of 6) sorted by relevance

/external/chromium/third_party/icu/source/common/
Dserv.h721 UVector& getDisplayNames(UVector& result, UErrorCode& status) const;
732 UVector& getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const;
757 UVector& getDisplayNames(UVector& result,
Dserv.cpp725 ICUService::getDisplayNames(UVector& result, UErrorCode& status) const in getDisplayNames() function in ICUService
727 return getDisplayNames(result, Locale::getDefault(), NULL, status); in getDisplayNames()
732 ICUService::getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const in getDisplayNames() function in ICUService
734 return getDisplayNames(result, locale, NULL, status); in getDisplayNames()
738 ICUService::getDisplayNames(UVector& result, in getDisplayNames() function in ICUService
/external/icu4c/common/
Dserv.h721 UVector& getDisplayNames(UVector& result, UErrorCode& status) const;
732 UVector& getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const;
757 UVector& getDisplayNames(UVector& result,
Dserv.cpp725 ICUService::getDisplayNames(UVector& result, UErrorCode& status) const in getDisplayNames() function in ICUService
727 return getDisplayNames(result, Locale::getDefault(), NULL, status); in getDisplayNames()
732 ICUService::getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const in getDisplayNames() function in ICUService
734 return getDisplayNames(result, locale, NULL, status); in getDisplayNames()
738 ICUService::getDisplayNames(UVector& result, in getDisplayNames() function in ICUService
/external/chromium/third_party/icu/source/test/intltest/
Dicusvtst.cpp699 service.getDisplayNames(names, status); in testAPI_Two()
739 service.getDisplayNames(names, Locale("es"), status); in testAPI_Two()
910 service.getDisplayNames(names, Locale::getGermany(), status); in testRBF()
936 service.getDisplayNames(names, idNames[i], status); in testRBF()
/external/icu4c/test/intltest/
Dicusvtst.cpp699 service.getDisplayNames(names, status); in testAPI_Two()
739 service.getDisplayNames(names, Locale("es"), status); in testAPI_Two()
910 service.getDisplayNames(names, Locale::getGermany(), status); in testRBF()
936 service.getDisplayNames(names, idNames[i], status); in testRBF()