Searched refs:timezone (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jaxp/src/javax/xml/datatype/
H A DXMLGregorianCalendar.java138 * <td><a name="datetimefield-timezone"/>timezone</td>
163 * {@link #toGregorianCalendar(java.util.TimeZone timezone, java.util.Locale aLocale, XMLGregorianCalendar defaults)},
220 * int timezone)},
229 * int timezone)},
235 * int timezone)},
240 * int timezone)},
246 * int timezone)} or
252 * int timezone)}.
315 * <p>Set the number of minutes in the timezone offse
1031 toGregorianCalendar( java.util.TimeZone timezone, java.util.Locale aLocale, XMLGregorianCalendar defaults) argument
[all...]
H A DDatatypeFactory.java778 * a <code>java.util.GregorianCalendar</code> daylight savings timezone id in the
784 * create a <code>java.util.TimeZone</code> with a custom timezone id
786 * <li>else use the <code>GregorianCalendar</code> default timezone value
814 * @param timezone of <code>XMLGregorianCalendar</code> to be created.
831 final int timezone);
850 * @param timezone of <code>XMLGregorianCalendar</code> to be created.
867 final int timezone) {
879 + "int year, int month, int day, int hour, int minute, int second, int millisecond, int timezone)"
895 timezone
911 * @param timezone offse
823 newXMLGregorianCalendar( final BigInteger year, final int month, final int day, final int hour, final int minute, final int second, final BigDecimal fractionalSecond, final int timezone) argument
859 newXMLGregorianCalendar( final int year, final int month, final int day, final int hour, final int minute, final int second, final int millisecond, final int timezone) argument
922 newXMLGregorianCalendarDate( final int year, final int month, final int day, final int timezone) argument
958 newXMLGregorianCalendarTime( final int hours, final int minutes, final int seconds, final int timezone) argument
996 newXMLGregorianCalendarTime( final int hours, final int minutes, final int seconds, final BigDecimal fractionalSecond, final int timezone) argument
1034 newXMLGregorianCalendarTime( final int hours, final int minutes, final int seconds, final int milliseconds, final int timezone) argument
[all...]
/openjdk7/jdk/src/share/native/java/lang/
H A Djava_props.h69 char *timezone; member in struct:__anon657
H A DSystem.c341 PUTPROP(props, "user.timezone", sprops->timezone);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DXMLGregorianCalendarImpl.java153 * <tr id="datetimefield-timezone">
154 * <td> timezone </td>
221 private int timezone = DatatypeConstants.FIELD_UNDEFINED; field in class:XMLGregorianCalendarImpl
324 * <code>XMLGregorianCalendar</code> fields millisecond, fractional second and timezone return the value indicating
325 * that the field is not set, {@link DatatypeConstants#FIELD_UNDEFINED} for millisecond and timezone
339 DatatypeConstants.FIELD_UNDEFINED // timezone
410 // found timezone, strip it off for distinguishing
412 // negative sign in timezone is not mistaken as
469 * @param timezone of <code>XMLGregorianCalendar</code> to be created.
480 int timezone) {
472 XMLGregorianCalendarImpl( BigInteger year, int month, int day, int hour, int minute, int second, BigDecimal fractionalSecond, int timezone) argument
543 XMLGregorianCalendarImpl( int year, int month, int day, int hour, int minute, int second, int millisecond, int timezone) argument
689 createDateTime( BigInteger year, int month, int day, int hours, int minutes, int seconds, BigDecimal fractionalSecond, int timezone) argument
767 createDateTime( int year, int month, int day, int hours, int minutes, int seconds, int milliseconds, int timezone) argument
808 createDate( int year, int month, int day, int timezone) argument
840 createTime( int hours, int minutes, int seconds, int timezone) argument
874 createTime( int hours, int minutes, int seconds, BigDecimal fractionalSecond, int timezone) argument
909 createTime( int hours, int minutes, int seconds, int milliseconds, int timezone) argument
1545 normalizeToTimezone(int timezone) argument
2526 toGregorianCalendar(TimeZone timezone, Locale aLocale, XMLGregorianCalendar defaults) argument
[all...]
H A DDatatypeFactoryImpl.java583 * a <code>java.util.GregorianCalendar</code> daylight savings timezone id in the
589 * create a <code>java.util.TimeZone</code> with a custom timezone id
591 * <li>else use the <code>GregorianCalendar</code> default timezone value
620 * @param timezone of <code>XMLGregorianCalendar</code> to be created.
639 final int timezone) {
649 timezone
631 newXMLGregorianCalendar( final BigInteger year, final int month, final int day, final int hour, final int minute, final int second, final BigDecimal fractionalSecond, final int timezone) argument
/openjdk7/jdk/test/java/text/Format/DateFormat/
H A DBug6683975.java86 TimeZone timezone = TimeZone.getDefault();
103 TimeZone.setDefault(timezone);
/openjdk7/jdk/test/sun/util/resources/TimeZone/
H A DBug4640234.java30 * The test program also displays which timezone, country and language names
99 for (String timezone : timezones) {
100 if (isTZIgnored(timezone)) {
103 warnings.append(testTZ(timezone, locale));
159 * Compares the english timezone name and timezone name in specified locale
160 * @param timeZoneName - name of the timezone to compare
188 timeZoneResult.append("] timezone \"");
201 timeZoneResult.append("] timezone \"");
/openjdk7/jdk/src/macosx/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.m65 struct timezone tz;
/openjdk7/jdk/src/solaris/native/java/lang/
H A Djava_props_md.c536 * We defer setting up timezone until it's actually necessary.
540 * timezone.
543 sprops.timezone = "";
/openjdk7/jdk/src/windows/native/java/lang/
H A Djava_props_md.c620 * We defer setting up timezone until it's actually necessary.
624 * timezone.
626 sprops.timezone = "";
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c141 struct timezone tz;
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp124 // Convert the time value to a tm and timezone variable
133 const time_t zone = timezone;
146 // localtime_pd() sets timezone to the difference (in seconds)

Completed in 55 milliseconds