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

1 2 3

  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneNames.java 422 public void getDisplayNames(String tzID, NameType[] types, long date,
DateFormatSymbols.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceTestSample.java 66 Map names = HelloService.getDisplayNames(ULocale.US);
194 public static Map getDisplayNames(ULocale locale) {
195 return getDisplayNames(registry(), locale);
212 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
216 public static SortedMap getDisplayNames(ICUService service, ULocale locale) {
218 return service.getDisplayNames(locale, col, null);
ICUServiceThreadTest.java 72 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
76 public static SortedMap getDisplayNames(ICUService service, ULocale locale) {
85 return service.getDisplayNames(locale, col, null);
284 Map names = getDisplayNames(service,locale);
ICUServiceTest.java 72 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
77 public SortedMap getDisplayNames(ICUService service) {
80 return service.getDisplayNames(locale, col, null);
84 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
88 public SortedMap getDisplayNames(ICUService service, ULocale locale) {
90 return service.getDisplayNames(locale, col, null);
93 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
97 public SortedMap getDisplayNames(ICUService service, ULocale locale, String matchID) {
99 return service.getDisplayNames(locale, col, matchID);
269 Map dids = getDisplayNames(service, ULocale.GERMANY)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneNames.java 456 public void getDisplayNames(String tzID, NameType[] types, long date,
DateFormatSymbols.java     [all...]
  /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/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);
ICUServiceThreadTest.java 69 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
73 public static SortedMap getDisplayNames(ICUService service, ULocale locale) {
82 return service.getDisplayNames(locale, col, null);
281 Map names = getDisplayNames(service,locale);
ICUServiceTest.java 69 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
74 public SortedMap getDisplayNames(ICUService service) {
77 return service.getDisplayNames(locale, col, null);
81 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
85 public SortedMap getDisplayNames(ICUService service, ULocale locale) {
87 return service.getDisplayNames(locale, col, null);
90 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
94 public SortedMap getDisplayNames(ICUService service, ULocale locale, String matchID) {
96 return service.getDisplayNames(locale, col, matchID);
266 Map dids = getDisplayNames(service, ULocale.GERMANY)
    [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.cpp     [all...]
  /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/icu4c/source/common/
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,
  /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...]
  /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/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java     [all...]
  /libcore/ojluni/src/main/java/java/util/
JapaneseImperialCalendar.java     [all...]
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...]
  /libcore/ojluni/src/main/java/java/time/format/
DateTimeFormatterBuilder.java     [all...]
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 

Completed in 1170 milliseconds

1 2 3