Searched refs:getDisplayNames (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/common/ |
D | serv.h | 721 UVector& getDisplayNames(UVector& result, UErrorCode& status) const; 732 UVector& getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const; 757 UVector& getDisplayNames(UVector& result,
|
D | serv.cpp | 722 ICUService::getDisplayNames(UVector& result, UErrorCode& status) const in getDisplayNames() function in ICUService 724 return getDisplayNames(result, Locale::getDefault(), NULL, status); in getDisplayNames() 729 ICUService::getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const in getDisplayNames() function in ICUService 731 return getDisplayNames(result, locale, NULL, status); in getDisplayNames() 735 ICUService::getDisplayNames(UVector& result, in getDisplayNames() function in ICUService
|
/external/icu4c/test/intltest/ |
D | icusvtst.cpp | 699 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()
|