Home
last modified time | relevance | path

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

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUServiceTestSample.java64 Map names = HelloService.getDisplayNames(ULocale.US); in display()
192 public static Map getDisplayNames(ULocale locale) { in getDisplayNames() method in ICUServiceTestSample.HelloService
193 return getDisplayNames(registry(), locale); in getDisplayNames()
214 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() method in ICUServiceTestSample.HelloService
216 return service.getDisplayNames(locale, col, null); in getDisplayNames()
DICUServiceTest.java72 public SortedMap getDisplayNames(ICUService service) { in getDisplayNames() method in ICUServiceTest
75 return service.getDisplayNames(locale, col, null); in getDisplayNames()
83 public SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() method in ICUServiceTest
85 return service.getDisplayNames(locale, col, null); in getDisplayNames()
92 public SortedMap getDisplayNames(ICUService service, ULocale locale, String matchID) { in getDisplayNames() method in ICUServiceTest
94 return service.getDisplayNames(locale, col, matchID); in getDisplayNames()
260 Map dids = getDisplayNames(service, ULocale.GERMANY); in TestAPI()
291 Map dids = getDisplayNames(service); in TestAPI()
417 logln("display names: " + getDisplayNames(service, new ULocale("es"), "es")); in TestAPI()
423 service.getDisplayNames(ULocale.US, new Comparator() { in TestAPI()
[all …]
DICUServiceThreadTest.java70 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() method in ICUServiceThreadTest
79 return service.getDisplayNames(locale, col, null); in getDisplayNames()
278 Map names = getDisplayNames(service,locale); in iterate()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTestSample.java63 Map names = HelloService.getDisplayNames(ULocale.US); in display()
191 public static Map getDisplayNames(ULocale locale) { in getDisplayNames() method in ICUServiceTestSample.HelloService
192 return getDisplayNames(registry(), locale); in getDisplayNames()
213 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() method in ICUServiceTestSample.HelloService
215 return service.getDisplayNames(locale, col, null); in getDisplayNames()
DICUServiceTest.java71 public SortedMap getDisplayNames(ICUService service) { in getDisplayNames() method in ICUServiceTest
74 return service.getDisplayNames(locale, col, null); in getDisplayNames()
82 public SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() method in ICUServiceTest
84 return service.getDisplayNames(locale, col, null); in getDisplayNames()
91 public SortedMap getDisplayNames(ICUService service, ULocale locale, String matchID) { in getDisplayNames() method in ICUServiceTest
93 return service.getDisplayNames(locale, col, matchID); in getDisplayNames()
259 Map dids = getDisplayNames(service, ULocale.GERMANY); in TestAPI()
290 Map dids = getDisplayNames(service); in TestAPI()
416 logln("display names: " + getDisplayNames(service, new ULocale("es"), "es")); in TestAPI()
422 service.getDisplayNames(ULocale.US, new Comparator() { in TestAPI()
[all …]
DICUServiceThreadTest.java69 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() method in ICUServiceThreadTest
78 return service.getDisplayNames(locale, col, null); in getDisplayNames()
277 Map names = getDisplayNames(service,locale); in iterate()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUService.java641 public SortedMap<String, String> getDisplayNames() { in getDisplayNames() method in ICUService
643 return getDisplayNames(locale, null, null); in getDisplayNames()
650 public SortedMap<String, String> getDisplayNames(ULocale locale) { in getDisplayNames() method in ICUService
651 return getDisplayNames(locale, null, null); in getDisplayNames()
658 public SortedMap<String, String> getDisplayNames(ULocale locale, Comparator<Object> com) { in getDisplayNames() method in ICUService
659 return getDisplayNames(locale, com, null); in getDisplayNames()
666 public SortedMap<String, String> getDisplayNames(ULocale locale, String matchID) { in getDisplayNames() method in ICUService
667 return getDisplayNames(locale, null, matchID); in getDisplayNames()
680 …public SortedMap<String, String> getDisplayNames(ULocale locale, Comparator<Object> com, String ma… in getDisplayNames() method in ICUService
DTimeZoneNamesImpl.java260 public void getDisplayNames(String tzID, NameType[] types, long date, in getDisplayNames() method in TimeZoneNamesImpl
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUService.java643 public SortedMap<String, String> getDisplayNames() { in getDisplayNames() method in ICUService
645 return getDisplayNames(locale, null, null); in getDisplayNames()
652 public SortedMap<String, String> getDisplayNames(ULocale locale) { in getDisplayNames() method in ICUService
653 return getDisplayNames(locale, null, null); in getDisplayNames()
660 public SortedMap<String, String> getDisplayNames(ULocale locale, Comparator<Object> com) { in getDisplayNames() method in ICUService
661 return getDisplayNames(locale, com, null); in getDisplayNames()
668 public SortedMap<String, String> getDisplayNames(ULocale locale, String matchID) { in getDisplayNames() method in ICUService
669 return getDisplayNames(locale, null, matchID); in getDisplayNames()
682 …public SortedMap<String, String> getDisplayNames(ULocale locale, Comparator<Object> com, String ma… in getDisplayNames() method in ICUService
DTimeZoneNamesImpl.java262 public void getDisplayNames(String tzID, NameType[] types, long date, in getDisplayNames() method in TimeZoneNamesImpl
/external/icu/icu4c/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.cpp726 ICUService::getDisplayNames(UVector& result, UErrorCode& status) const in getDisplayNames() function in ICUService
728 return getDisplayNames(result, Locale::getDefault(), NULL, status); in getDisplayNames()
733 ICUService::getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const in getDisplayNames() function in ICUService
735 return getDisplayNames(result, locale, NULL, status); in getDisplayNames()
739 ICUService::getDisplayNames(UVector& result, in getDisplayNames() function in ICUService
/external/icu/icu4c/source/i18n/
Dtznames.cpp122 …void getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes,…
292 TimeZoneNamesDelegate::getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], … in getDisplayNames() function in TimeZoneNamesDelegate
293 fTZnamesCacheEntry->names->getDisplayNames(tzID, types, numTypes, date, dest, status); in getDisplayNames()
356 TimeZoneNames::getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t … in getDisplayNames() function in TimeZoneNames
Dtznames_impl.h190 …void getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes,…
Dtznames_impl.cpp1583 void TimeZoneNamesImpl::getDisplayNames(const UnicodeString& tzID, in getDisplayNames() function in TimeZoneNamesImpl
/external/icu/icu4c/source/i18n/unicode/
Dtznames.h303 …virtual void getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t n…
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneNames.java456 public void getDisplayNames(String tzID, NameType[] types, long date, in getDisplayNames() method in TimeZoneNames
DDateFormatSymbols.java1384 tznames.getDisplayNames(canonicalID, types, now, array[i], 1); in getZoneStrings()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneNames.java422 public void getDisplayNames(String tzID, NameType[] types, long date, in getDisplayNames() method in TimeZoneNames
DDateFormatSymbols.java1350 tznames.getDisplayNames(canonicalID, types, now, array[i], 1); in getZoneStrings()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java1147 tznames.getDisplayNames(zone, types, date, result, 0); in TestGetDisplayNames()
1156 tznames.getDisplayNames(null, null, 0, null, 0); in TestGetDisplayNames()
1164 tznames.getDisplayNames(zone, types, date, result, 0); in TestGetDisplayNames()
1173 tznames.getDisplayNames(null, null, 0, null, 0); in TestGetDisplayNames()
/external/icu/icu4c/source/test/intltest/
Dicusvtst.cpp706 service.getDisplayNames(names, status); in testAPI_Two()
746 service.getDisplayNames(names, Locale("es"), status); in testAPI_Two()
917 service.getDisplayNames(names, Locale::getGermany(), status); in testRBF()
943 service.getDisplayNames(names, idNames[i], status); in testRBF()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java1148 tznames.getDisplayNames(zone, types, date, result, 0); in TestGetDisplayNames()
1157 tznames.getDisplayNames(null, null, 0, null, 0); in TestGetDisplayNames()
1165 tznames.getDisplayNames(zone, types, date, result, 0); in TestGetDisplayNames()
1174 tznames.getDisplayNames(null, null, 0, null, 0); in TestGetDisplayNames()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DCalendarICU.java135 public Map<String,Integer> getDisplayNames(int field, int style, Locale locale) { in getDisplayNames() method in CalendarICU
/external/icu/icu4j/
Dcoverage-exclusion.txt240 com/ibm/icu/impl/ICUService#getDisplayNames:()Ljava/util/SortedMap;
241 com/ibm/icu/impl/ICUService#getDisplayNames:(Lcom/ibm/icu/util/ULocale;)Ljava/util/SortedMap;
242 com/ibm/icu/impl/ICUService#getDisplayNames:(Lcom/ibm/icu/util/ULocale;Ljava/lang/String;)Ljava/uti…

12