HomeSort by relevance Sort by last modified time
    Searched defs:gc2 (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/test/java/libcore/java/util/
OldGregorianCalendarTest.java 35 GregorianCalendar gc2 = new GregorianCalendar(TimeZone.getTimeZone("GMT+2"), Locale.US); local
36 gc2.setTime(now);
38 assertTrue(gc2.get(Calendar.HOUR) == ((gc1.get(Calendar.HOUR) + 1) % 12));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
GregorianCalendarTest.java 136 GregorianCalendar gc2 = new GregorianCalendar(TimeZone local
138 gc2.setTime(date);
142 gc1.get(Calendar.HOUR) == ((gc2.get(Calendar.HOUR) + 1) % 12));
175 GregorianCalendar gc2 = new GregorianCalendar(TimeZone local
177 gc2.setTime(date);
185 assertTrue("Locales not created correctly", gc1.equals(gc2)
279 GregorianCalendar gc2 = new GregorianCalendar(2000, 11, 6); local
282 assertTrue("Equality check failed", !gc1.equals(gc2));
293 GregorianCalendar gc2 = new GregorianCalendar(1996, 1, 1); local
301 29, gc2.getActualMaximum(Calendar.DAY_OF_MONTH))
645 GregorianCalendar gc2 = new GregorianCalendar(1972, Calendar.OCTOBER, local
    [all...]

Completed in 100 milliseconds