HomeSort by relevance Sort by last modified time
    Searched refs:GregorianCalendar (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /libcore/luni/src/test/java/libcore/java/util/
OldGregorianCalendarTest.java 22 import java.util.GregorianCalendar;
30 // Test for method java.util.GregorianCalendar(java.util.TimeZone, java.util.Locale)
33 GregorianCalendar gc1 = new GregorianCalendar(TimeZone.getTimeZone("GMT+1"), Locale.FRANCE);
35 GregorianCalendar gc2 = new GregorianCalendar(TimeZone.getTimeZone("GMT+2"), Locale.US);
42 GregorianCalendar g1 = new GregorianCalendar(TimeZone.getTimeZone("Europe/Moscow"));
55 GregorianCalendar g = new GregorianCalendar(
    [all...]
CalendarTest.java 20 import java.util.GregorianCalendar;
53 Calendar calendar = new GregorianCalendar(AMERICA_SAO_PAULO);
69 Calendar calendar = new GregorianCalendar(AMERICA_SAO_PAULO);
78 Calendar calendar = new GregorianCalendar(AMERICA_SAO_PAULO);
87 Calendar calendar = new GregorianCalendar(AMERICA_SAO_PAULO);
96 Calendar calendar = new GregorianCalendar(AMERICA_SAO_PAULO);
105 Calendar calendar = new GregorianCalendar(AMERICA_SAO_PAULO);
114 Calendar calendar = new GregorianCalendar(AUSTRALIA_LORD_HOWE);
125 Calendar calendar = new GregorianCalendar(AUSTRALIA_LORD_HOWE);
149 Calendar calendar = new GregorianCalendar(timeZone)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
GregorianCalendarTest.java 23 import java.util.GregorianCalendar;
32 * @tests java.util.GregorianCalendar#GregorianCalendar()
35 // Test for method java.util.GregorianCalendar()
36 assertTrue("Constructed incorrect calendar", (new GregorianCalendar()
41 * @tests java.util.GregorianCalendar#GregorianCalendar(int, int, int)
44 // Test for method java.util.GregorianCalendar(int, int, int)
45 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, 13)
    [all...]
DateTest.java 22 import java.util.GregorianCalendar;
48 GregorianCalendar gc = new GregorianCalendar(1998, Calendar.OCTOBER,
69 Calendar cal = new GregorianCalendar(1999, Calendar.JUNE, 22);
206 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9)
216 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9)
226 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9)
236 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9)
246 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9)
256 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9
    [all...]
SimpleTimeZoneTest.java 22 import java.util.GregorianCalendar;
57 .inDaylightTime(new GregorianCalendar(1998, Calendar.NOVEMBER,
60 .inDaylightTime(new GregorianCalendar(1998, Calendar.OCTOBER,
78 .inDaylightTime(new GregorianCalendar(1998, Calendar.NOVEMBER,
81 .inDaylightTime(new GregorianCalendar(1998, Calendar.OCTOBER,
194 GregorianCalendar.AD, 1998, Calendar.NOVEMBER, 11,
199 .getOffset(GregorianCalendar.AD, 1998, Calendar.JUNE, 11,
262 GregorianCalendar gc = new GregorianCalendar(1998, Calendar.JUNE, 11);
265 gc = new GregorianCalendar(1998, Calendar.NOVEMBER, 11)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
gregocal.h 72 * <p>Example for using GregorianCalendar:
93 * // create a GregorianCalendar with the Pacific Daylight time zone
95 * Calendar* calendar = new GregorianCalendar( pdt, success );
149 class U_I18N_API GregorianCalendar: public Calendar {
153 * Useful constants for GregorianCalendar and TimeZone.
162 * Constructs a default GregorianCalendar using the current time in the default time
165 * @param success Indicates the status of GregorianCalendar object construction.
169 GregorianCalendar(UErrorCode& success);
172 * Constructs a GregorianCalendar based on the current time in the given time zone
177 * @param success Indicates the status of GregorianCalendar object construction
    [all...]
  /external/icu4c/i18n/unicode/
gregocal.h 72 * <p>Example for using GregorianCalendar:
93 * // create a GregorianCalendar with the Pacific Daylight time zone
95 * Calendar* calendar = new GregorianCalendar( pdt, success );
149 class U_I18N_API GregorianCalendar: public Calendar {
153 * Useful constants for GregorianCalendar and TimeZone.
162 * Constructs a default GregorianCalendar using the current time in the default time
165 * @param success Indicates the status of GregorianCalendar object construction.
169 GregorianCalendar(UErrorCode& success);
172 * Constructs a GregorianCalendar based on the current time in the given time zone
177 * @param success Indicates the status of GregorianCalendar object construction
    [all...]