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.java616 private transient ExtendedTimeZoneNames timeZoneNames; field in SimpleDateFormat
2076 if (timeZoneNames == null) { in getExtendedTimeZoneNames()
2077 timeZoneNames = ExtendedTimeZoneNames.getInstance(ULocale.forLocale(locale)); in getExtendedTimeZoneNames()
2079 return timeZoneNames; in getExtendedTimeZoneNames()
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java4188 TimeZoneNames timeZoneNames = TimeZoneNames.getInstance(locale); in getDisplayName() local
4193 libcore.icu.TimeZoneNames.getDisplayNames(timeZoneNames, canonicalId, TYPES, in getDisplayName()
4339 TimeZoneNames timeZoneNames = TimeZoneNames.getInstance(locale); in getTree() local
4347 libcore.icu.TimeZoneNames.getDisplayNames(timeZoneNames, zid, types, now, in getTree()
4363 libcore.icu.TimeZoneNames.getDisplayNames(timeZoneNames, canonicalId, types, in getTree()