Home
last modified time | relevance | path

Searched refs:timeZoneNames (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/libcore/icu/
DTimeZoneNames.java153 public static void getDisplayNames(android.icu.text.TimeZoneNames timeZoneNames, String tzId, in getDisplayNames() argument
158 names[namesOffset + i] = timeZoneNames.getDisplayName(tzId, nameType, date); in getDisplayNames()
/libcore/ojluni/src/main/java/java/text/
DSimpleDateFormat.java594 private transient ExtendedTimeZoneNames timeZoneNames; field in SimpleDateFormat
1998 if (timeZoneNames == null) { in getExtendedTimeZoneNames()
1999 timeZoneNames = ExtendedTimeZoneNames.getInstance(ULocale.forLocale(locale)); in getExtendedTimeZoneNames()
2001 return timeZoneNames; in getExtendedTimeZoneNames()
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java3706 TimeZoneNames timeZoneNames = TimeZoneNames.getInstance(locale); in getDisplayName() local
3711 libcore.icu.TimeZoneNames.getDisplayNames(timeZoneNames, canonicalId, TYPES, in getDisplayName()
3830 TimeZoneNames timeZoneNames = TimeZoneNames.getInstance(locale); in getTree() local
3838 libcore.icu.TimeZoneNames.getDisplayNames(timeZoneNames, zid, types, now, in getTree()
3854 libcore.icu.TimeZoneNames.getDisplayNames(timeZoneNames, canonicalId, types, in getTree()