Searched refs:getDisplayNames (Results 1 - 25 of 33) sorted by relevance

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DICUServiceTestSample.java64 Map names = HelloService.getDisplayNames(ULocale.US);
192 public static Map getDisplayNames(ULocale locale) { method in class:ICUServiceTestSample.HelloService
193 return getDisplayNames(registry(), locale);
210 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
214 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { method in class:ICUServiceTestSample.HelloService
216 return service.getDisplayNames(locale, col, null);
H A DICUServiceTest.java67 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
72 public SortedMap getDisplayNames(ICUService service) { method in class:ICUServiceTest
75 return service.getDisplayNames(locale, col, null);
79 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
83 public SortedMap getDisplayNames(ICUService service, ULocale locale) { method in class:ICUServiceTest
85 return service.getDisplayNames(locale, col, null);
88 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
92 public SortedMap getDisplayNames(ICUService service, ULocale locale, String matchID) { method in class:ICUServiceTest
94 return service.getDisplayNames(locale, col, matchID);
260 Map dids = getDisplayNames(servic
[all...]
H A DICUServiceThreadTest.java66 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
70 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { method in class:ICUServiceThreadTest
79 return service.getDisplayNames(locale, col, null);
278 Map names = getDisplayNames(service,locale);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUServiceTestSample.java63 Map names = HelloService.getDisplayNames(ULocale.US);
191 public static Map getDisplayNames(ULocale locale) { method in class:ICUServiceTestSample.HelloService
192 return getDisplayNames(registry(), locale);
209 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
213 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { method in class:ICUServiceTestSample.HelloService
215 return service.getDisplayNames(locale, col, null);
H A DICUServiceTest.java66 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
71 public SortedMap getDisplayNames(ICUService service) { method in class:ICUServiceTest
74 return service.getDisplayNames(locale, col, null);
78 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
82 public SortedMap getDisplayNames(ICUService service, ULocale locale) { method in class:ICUServiceTest
84 return service.getDisplayNames(locale, col, null);
87 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
91 public SortedMap getDisplayNames(ICUService service, ULocale locale, String matchID) { method in class:ICUServiceTest
93 return service.getDisplayNames(locale, col, matchID);
259 Map dids = getDisplayNames(servic
[all...]
H A DICUServiceThreadTest.java65 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
69 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { method in class:ICUServiceThreadTest
78 return service.getDisplayNames(locale, col, null);
277 Map names = getDisplayNames(service,locale);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICUService.java245 * used to support ICUService.getDisplayNames. Basically, the
639 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
643 public SortedMap<String, String> getDisplayNames() { method in class:ICUService
645 return getDisplayNames(locale, null, null);
649 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
652 public SortedMap<String, String> getDisplayNames(ULocale locale) { method in class:ICUService
653 return getDisplayNames(locale, null, null);
657 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
660 public SortedMap<String, String> getDisplayNames(ULocale locale, Comparator<Object> com) { method in class:ICUService
661 return getDisplayNames(local
668 public SortedMap<String, String> getDisplayNames(ULocale locale, String matchID) { method in class:ICUService
682 public SortedMap<String, String> getDisplayNames(ULocale locale, Comparator<Object> com, String matchID) { method in class:ICUService
[all...]
H A DTimeZoneNamesImpl.java262 public void getDisplayNames(String tzID, NameType[] types, long date, method in class:TimeZoneNamesImpl
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUService.java243 * used to support ICUService.getDisplayNames. Basically, the
637 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
641 public SortedMap<String, String> getDisplayNames() { method in class:ICUService
643 return getDisplayNames(locale, null, null);
647 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
650 public SortedMap<String, String> getDisplayNames(ULocale locale) { method in class:ICUService
651 return getDisplayNames(locale, null, null);
655 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
658 public SortedMap<String, String> getDisplayNames(ULocale locale, Comparator<Object> com) { method in class:ICUService
659 return getDisplayNames(local
666 public SortedMap<String, String> getDisplayNames(ULocale locale, String matchID) { method in class:ICUService
680 public SortedMap<String, String> getDisplayNames(ULocale locale, Comparator<Object> com, String matchID) { method in class:ICUService
[all...]
H A DTimeZoneNamesImpl.java260 public void getDisplayNames(String tzID, NameType[] types, long date, method in class:TimeZoneNamesImpl
/external/icu/icu4c/source/common/
H A Dserv.h244 * support ICUService::getDisplayNames. The factory determines
403 * as the array elements returned by getDisplayNames.
713 * <p>Convenience override of getDisplayNames(const Locale&, const UnicodeString*) that
721 UVector& getDisplayNames(UVector& result, UErrorCode& status) const;
724 * <p>Convenience override of getDisplayNames(const Locale&, const UnicodeString*) that
732 UVector& getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const;
757 UVector& getDisplayNames(UVector& result,
H A Dserv.cpp726 ICUService::getDisplayNames(UVector& result, UErrorCode& status) const function in class:ICUService
728 return getDisplayNames(result, Locale::getDefault(), NULL, status);
733 ICUService::getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const function in class:ICUService
735 return getDisplayNames(result, locale, NULL, status);
739 ICUService::getDisplayNames(UVector& result, function in class:ICUService
/external/icu/icu4c/source/i18n/
H A Dtznames.cpp122 void getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, UnicodeString dest[], UErrorCode& status) const;
292 TimeZoneNamesDelegate::getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, UnicodeString dest[], UErrorCode& status) const { function in class:TimeZoneNamesDelegate
293 fTZnamesCacheEntry->names->getDisplayNames(tzID, types, numTypes, date, dest, status);
353 // A default, lightweight implementation of getDisplayNames.
356 TimeZoneNames::getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, UnicodeString dest[], UErrorCode& status) const { function in class:TimeZoneNames
H A Dtznames_impl.h190 void getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, UnicodeString dest[], UErrorCode& status) const;
H A Ddtfmtsym.cpp1326 tzNames->getDisplayNames(*tzid, TYPES, NUM_TYPES, now, zarray[i]+1, status);
H A Dtznames_impl.cpp1583 void TimeZoneNamesImpl::getDisplayNames(const UnicodeString& tzID, function in class:TimeZoneNamesImpl
/external/icu/icu4c/source/i18n/unicode/
H A Dtznames.h303 virtual void getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, UnicodeString dest[], UErrorCode& status) const;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeZoneNames.java422 public void getDisplayNames(String tzID, NameType[] types, long date, method in class:TimeZoneNames
H A DDateFormatSymbols.java1350 tznames.getDisplayNames(canonicalID, types, now, array[i], 1);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneNames.java456 public void getDisplayNames(String tzID, NameType[] types, long date, method in class:TimeZoneNames
H A DDateFormatSymbols.java1384 tznames.getDisplayNames(canonicalID, types, now, array[i], 1);
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DCalendarICU.java135 public Map<String,Integer> getDisplayNames(int field, int style, Locale locale) { method in class:CalendarICU
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DTimeZoneFormatTest.java1143 // Test default TimeZoneNames (uses an overridden getDisplayNames)
1148 tznames.getDisplayNames(zone, types, date, result, 0);
1153 assertEquals("TimeZoneNames: getDisplayNames() returns different result than getDisplayName()"
1156 // Coverage for empty call to getDisplayNames
1157 tznames.getDisplayNames(null, null, 0, null, 0);
1160 // Test TZDBTimeZoneNames (uses getDisplayNames from abstract class)
1165 tznames.getDisplayNames(zone, types, date, result, 0);
1170 assertEquals("TZDBTimeZoneNames: getDisplayNames() returns different result than getDisplayName()"
1173 // Coverage for empty call to getDisplayNames
1174 tznames.getDisplayNames(nul
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp706 service.getDisplayNames(names, status);
746 service.getDisplayNames(names, Locale("es"), status);
917 service.getDisplayNames(names, Locale::getGermany(), status);
943 service.getDisplayNames(names, idNames[i], status);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeZoneFormatTest.java1142 // Test default TimeZoneNames (uses an overridden getDisplayNames)
1147 tznames.getDisplayNames(zone, types, date, result, 0);
1152 assertEquals("TimeZoneNames: getDisplayNames() returns different result than getDisplayName()"
1155 // Coverage for empty call to getDisplayNames
1156 tznames.getDisplayNames(null, null, 0, null, 0);
1159 // Test TZDBTimeZoneNames (uses getDisplayNames from abstract class)
1164 tznames.getDisplayNames(zone, types, date, result, 0);
1169 assertEquals("TZDBTimeZoneNames: getDisplayNames() returns different result than getDisplayName()"
1172 // Coverage for empty call to getDisplayNames
1173 tznames.getDisplayNames(nul
[all...]

Completed in 1079 milliseconds

12