Searched defs:getDisplayName (Results 1 - 19 of 19) sorted by relevance

/libcore/ojluni/src/main/java/java/time/chrono/
H A DEra.java320 default String getDisplayName(TextStyle style, Locale locale) { method in interface:Era
H A DChronology.java633 default String getDisplayName(TextStyle style, Locale locale) { method in interface:Chronology
/libcore/ojluni/src/main/java/java/util/
H A DCurrency.java266 * {@link #getDisplayName(Locale)
267 * getDisplayName(Locale.getDefault(Locale.Category.DISPLAY))}.
273 public String getDisplayName() { method in class:Currency
274 return getDisplayName(Locale.getDefault(Locale.Category.DISPLAY));
288 public String getDisplayName(Locale locale) { method in class:Currency
290 return icuCurrency.getDisplayName(Objects.requireNonNull(locale));
H A DTimeZone.java144 * A style specifier for <code>getDisplayName()</code> indicating
152 * A style specifier for <code>getDisplayName()</code> indicating
311 * getDisplayName(false, {@link #LONG},
317 * @see #getDisplayName(boolean, int, Locale)
321 public final String getDisplayName() { method in class:TimeZone
322 return getDisplayName(false, LONG,
332 * getDisplayName(false, {@link #LONG}, locale)
339 * @see #getDisplayName(boolean, int, Locale)
341 public final String getDisplayName(Locale locale) { method in class:TimeZone
342 return getDisplayName(fals
369 public final String getDisplayName(boolean daylight, int style) { method in class:TimeZone
384 public String getDisplayName(boolean daylightTime, int style, Locale locale) { method in class:TimeZone
[all...]
H A DJapaneseImperialCalendar.java964 public String getDisplayName(int field, int style, Locale locale) { method in class:JapaneseImperialCalendar
H A DCalendar.java720 * A style specifier for {@link #getDisplayName(int, int, Locale)
721 * getDisplayName} and {@link #getDisplayNames(int, int, Locale)
731 * A style specifier for {@link #getDisplayName(int, int, Locale)
732 * getDisplayName} and {@link #getDisplayNames(int, int, Locale)
742 * A style specifier for {@link #getDisplayName(int, int, Locale)
743 * getDisplayName} and {@link #getDisplayNames(int, int, Locale)
755 * A style specifier for {@link #getDisplayName(int, int, Locale)
756 * getDisplayName} and {@link #getDisplayNames(int, int, Locale)
768 * A style specifier for {@link #getDisplayName(int, int, Locale)
769 * getDisplayName} an
2063 public String getDisplayName(int field, int style, Locale locale) { method in class:Calendar
[all...]
H A DLocale.java1366 * @see #getDisplayName
2070 public final String getDisplayName() { method in class:Locale
2071 return getDisplayName(getDefault(Category.DISPLAY));
2082 * <li>{@code new Locale("en").getDisplayName(Locale.US)} -> {@code English}
2083 * <li>{@code new Locale("en", "US").getDisplayName(Locale.US)} -> {@code English (United States)}
2084 * <li>{@code new Locale("en", "US", "POSIX").getDisplayName(Locale.US)} -> {@code English (United States,Computer)}
2085 * <li>{@code Locale.fromLanguageTag("zh-Hant-CN").getDisplayName(Locale.US)} -> {@code Chinese (Traditional Han,China)}
2086 * <li>{@code new Locale("en").getDisplayName(Locale.FRANCE)} -> {@code anglais}
2087 * <li>{@code new Locale("en", "US").getDisplayName(Locale.FRANCE)} -> {@code anglais (États-Unis)}
2088 * <li>{@code new Locale("en", "US", "POSIX").getDisplayName(Local
2091 public String getDisplayName(Locale locale) { method in class:Locale
[all...]
/libcore/luni/src/main/java/libcore/icu/
H A DTimeZoneNames.java131 public static String getDisplayName(String[][] zoneStrings, String id, boolean daylight, int style) { method in class:TimeZoneNames
/libcore/ojluni/src/main/java/java/time/temporal/
H A DTemporalField.java107 default String getDisplayName(Locale locale) { method in interface:TemporalField
H A DChronoField.java616 public String getDisplayName(Locale locale) { method in class:ChronoField
H A DWeekFields.java1032 public String getDisplayName(Locale locale) { method in class:WeekFields.ComputedDayOfField
/libcore/ojluni/src/main/java/sun/util/calendar/
H A DEra.java96 public String getDisplayName(Locale locale) { method in class:Era
/libcore/ojluni/src/main/java/java/net/
H A DNetworkInterface.java263 public String getDisplayName() { method in class:NetworkInterface
/libcore/ojluni/src/main/java/java/time/
H A DDayOfWeek.java226 public String getDisplayName(TextStyle style, Locale locale) { method in class:DayOfWeek
H A DMonth.java253 public String getDisplayName(TextStyle style, Locale locale) { method in class:Month
H A DZoneId.java160 * {@code hashCode}, {@code toString}, {@code getDisplayName} and {@code normalized}.
502 public String getDisplayName(TextStyle style, Locale locale) { method in class:ZoneId
/libcore/luni/src/test/java/libcore/java/util/
H A DGregorianCalendarTest.java463 public String getDisplayName(boolean daylightTime, int style, Locale locale) { method in class:GregorianCalendarTest.DelegatingTimeZone
464 return timeZone.getDisplayName(daylightTime, style, locale);
/libcore/ojluni/src/main/java/java/time/format/
H A DDateTimeFormatterBuilder.java3644 // BEGIN Android-added: Lists of types used by getDisplayName().
3665 // END Android-added: Lists of types used by getDisplayName().
3670 private String getDisplayName(String id, int type, Locale locale) { method in class:DateTimeFormatterBuilder.ZoneTextPrinterParser
3691 // Use "GMT+XX:XX" analogous to java.util.TimeZone.getDisplayName()
3735 String name = getDisplayName(zname,
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 1179 milliseconds