Searched refs:timeZoneNames (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/java/java/text/ |
D | SimpleDateFormat.java | 597 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/ |
D | DateTimeFormatterBuilder.java | 3697 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()
|