Searched refs:zone (Results 26 - 33 of 33) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/text/
H A DDateFormat.java111 * <p>You can also set the time zone on the format if you wish.
623 * Sets the time zone for the calendar of this {@code DateFormat} object.
626 * getCalendar().setTimeZone(zone)
635 * @param zone the given new time zone.
637 public void setTimeZone(TimeZone zone) argument
639 calendar.setTimeZone(zone);
643 * Gets the time zone.
649 * @return the time zone associated with the calendar of DateFormat.
993 * Constant identifying the time zone fiel
[all...]
/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DBaseCalendar.java148 protected Date(TimeZone zone) { argument
149 super(zone);
226 // If the date has a time zone, then we need to recalculate
H A DZoneInfoFile.java45 * &lt;java.home&gt;/lib/zi directory and provides time zone
47 * reads the ZoneInfoMappings file to obtain time zone IDs information
53 * All zone data files and ZoneInfoMappings are put under the
55 * zone ID is a concatenation of &lt;java.home&gt;/lib/zi/ and the
56 * time zone ID. (The file separator is replaced with the platform
74 * A zone data file has specific information of each zone.
75 * <code>ZoneInfoMappings</code> has global information of zone IDs so
146 * exist if the zone didn't change zone name
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsClient.java305 ResourceRecords queryZone(DnsName zone, int qclass, boolean recursion) argument
313 Packet pkt = makeQueryPacket(zone, xid, qclass,
332 "DNS error: zone xfer doesn't begin with SOA");
342 "DNS error: incomplete zone transfer");
371 "DNS error during zone transfer");
/openjdk7/jdk/src/solaris/native/java/util/
H A DTimeZone_md.c65 * Returns a pointer to the zone ID portion of the given zoneinfo file
101 * Returns a zone ID if found, otherwise, NULL is returned.
218 * Performs Linux specific mapping and returns a zone ID
258 * Next, try /etc/localtime to find the zone ID.
265 * If it's a symlink, get the link name and its zone ID part. (The
268 * of a zoneinfo file. It's no longer possible to get the zone ID
449 * Performs Solaris dependent mapping. Returns a zone ID if
499 jio_fprintf(stderr, "ZoneInfo: unterminated time zone name in /etc/TIMEZONE\n");
547 * Retruns a zone ID of Solaris when the TZ value is "localtime".
581 /* Gets the length of the zone I
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp131 const time_t zone = (time_t) time_struct.tm_gmtoff; local
133 const time_t zone = timezone; local
137 // we are 1 hour East of our time zone
141 time_t UTC_to_local = zone;
145 // Compute the time zone offset.
158 // Convert time zone offset seconds to hours and minutes.
1241 // Check if we have StackShadowPages above the yellow zone. This parameter
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSF2Instrument.java120 public void setGlobalZone(SF2GlobalRegion zone) { argument
121 globalregion = zone;
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp848 class zone;

Completed in 78 milliseconds

12