Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DSimpleDateFormat.java597 private transient TimeZoneNames timeZoneNames; field in SimpleDateFormat
2001 if (timeZoneNames == null) { in getTimeZoneNames()
2002 timeZoneNames = TimeZoneNames.getInstance(locale); in getTimeZoneNames()
2004 return timeZoneNames; in getTimeZoneNames()
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java3697 TimeZoneNames timeZoneNames = TimeZoneNames.getInstance(locale); in getDisplayName() local
3702 timeZoneNames.getDisplayNames(canonicalId, TYPES, System.currentTimeMillis(), in getDisplayName()
3821 TimeZoneNames timeZoneNames = TimeZoneNames.getInstance(locale); in getTree() local
3829 timeZoneNames.getDisplayNames(zid, types, now, names, 0); in getTree()
3844 timeZoneNames.getDisplayNames(canonicalId, types, now, names, 0); in getTree()