HomeSort by relevance Sort by last modified time
    Searched refs:getDisplayNames (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceTestSample.java 64 Map names = HelloService.getDisplayNames(ULocale.US);
192 public static Map getDisplayNames(ULocale locale) {
193 return getDisplayNames(registry(), locale);
210 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
214 public static SortedMap getDisplayNames(ICUService service, ULocale locale) {
216 return service.getDisplayNames(locale, col, null);
ICUServiceTest.java 67 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
72 public SortedMap getDisplayNames(ICUService service) {
75 return service.getDisplayNames(locale, col, null);
79 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
83 public SortedMap getDisplayNames(ICUService service, ULocale locale) {
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) {
94 return service.getDisplayNames(locale, col, matchID);
260 Map dids = getDisplayNames(service, ULocale.GERMANY)
    [all...]
ICUServiceThreadTest.java 66 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
70 public static SortedMap getDisplayNames(ICUService service, ULocale locale) {
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/
ICUServiceTestSample.java 63 Map names = HelloService.getDisplayNames(ULocale.US);
191 public static Map getDisplayNames(ULocale locale) {
192 return getDisplayNames(registry(), locale);
209 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
213 public static SortedMap getDisplayNames(ICUService service, ULocale locale) {
215 return service.getDisplayNames(locale, col, null);
ICUServiceTest.java 66 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
71 public SortedMap getDisplayNames(ICUService service) {
74 return service.getDisplayNames(locale, col, null);
78 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
82 public SortedMap getDisplayNames(ICUService service, ULocale locale) {
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) {
93 return service.getDisplayNames(locale, col, matchID);
259 Map dids = getDisplayNames(service, ULocale.GERMANY)
    [all...]
ICUServiceThreadTest.java 65 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
69 public static SortedMap getDisplayNames(ICUService service, ULocale locale) {
78 return service.getDisplayNames(locale, col, null);
277 Map names = getDisplayNames(service,locale);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUService.java 245 * used to support ICUService.getDisplayNames. Basically, the
639 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
643 public SortedMap<String, String> getDisplayNames() {
645 return getDisplayNames(locale, null, null);
649 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
652 public SortedMap<String, String> getDisplayNames(ULocale locale) {
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) {
661 return getDisplayNames(locale, com, null)
    [all...]
TimeZoneNamesImpl.java 262 public void getDisplayNames(String tzID, NameType[] types, long date,
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUService.java 243 * used to support ICUService.getDisplayNames. Basically, the
637 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
641 public SortedMap<String, String> getDisplayNames() {
643 return getDisplayNames(locale, null, null);
647 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
650 public SortedMap<String, String> getDisplayNames(ULocale locale) {
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) {
659 return getDisplayNames(locale, com, null)
    [all...]
TimeZoneNamesImpl.java 260 public void getDisplayNames(String tzID, NameType[] types, long date,
    [all...]
  /external/icu/icu4c/source/common/
serv.h 244 * 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,
    [all...]
serv.cpp 726 ICUService::getDisplayNames(UVector& result, UErrorCode& status) const
728 return getDisplayNames(result, Locale::getDefault(), NULL, status);
733 ICUService::getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const
735 return getDisplayNames(result, locale, NULL, status);
739 ICUService::getDisplayNames(UVector& result,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CalendarTest.java 944 * {@link java.util.Calendar#getDisplayNames(int, int, Locale)}
956 Map<String, Integer> shortResult = cal.getDisplayNames(field,
958 Map<String, Integer> longResult = cal.getDisplayNames(field,
960 Map<String, Integer> allResult = cal.getDisplayNames(field,
    [all...]
  /external/icu/icu4c/source/i18n/
tznames.cpp 122 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 {
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 {
tznames_impl.h 190 void getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, UnicodeString dest[], UErrorCode& status) const;
  /external/icu/icu4c/source/i18n/unicode/
tznames.h 303 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/
TimeZoneNames.java 422 public void getDisplayNames(String tzID, NameType[] types, long date,
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneNames.java 456 public void getDisplayNames(String tzID, NameType[] types, long date,
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
CalendarICU.java 135 public Map<String,Integer> getDisplayNames(int field, int style, Locale locale) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java     [all...]
  /external/icu/icu4c/source/test/intltest/
icusvtst.cpp 706 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);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java     [all...]
  /libcore/ojluni/src/main/java/java/text/
SimpleDateFormat.java 558 * Calendar.getDisplayNames.
    [all...]
  /libcore/ojluni/src/main/java/java/time/format/
DateTimeFormatterBuilder.java     [all...]
  /libcore/ojluni/src/main/java/java/util/
Calendar.java 703 * A style specifier for {@link #getDisplayNames(int, int, Locale)
704 * getDisplayNames} indicating names in all styles, such as
721 * getDisplayName} and {@link #getDisplayNames(int, int, Locale)
722 * getDisplayNames} equivalent to {@link #SHORT_FORMAT}.
732 * getDisplayName} and {@link #getDisplayNames(int, int, Locale)
733 * getDisplayNames} equivalent to {@link #LONG_FORMAT}.
743 * getDisplayName} and {@link #getDisplayNames(int, int, Locale)
744 * getDisplayNames} indicating a narrow name used for format. Narrow names
756 * getDisplayName} and {@link #getDisplayNames(int, int, Locale)
757 * getDisplayNames} indicating a narrow name independently. Narrow name
    [all...]

Completed in 1296 milliseconds

1 2 3