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

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
GregorianCalendarTest.java 133 GregorianCalendar gc1 = new GregorianCalendar(TimeZone local
135 gc1.setTime(date);
142 gc1.get(Calendar.HOUR) == ((gc2.get(Calendar.HOUR) + 1) % 12));
172 GregorianCalendar gc1 = new GregorianCalendar(TimeZone local
174 gc1.setTime(date);
184 gc1.get(Calendar.HOUR) == ((gc3.get(Calendar.HOUR) + 1) % 12));
185 assertTrue("Locales not created correctly", gc1.equals(gc2)
186 && !gc1.equals(gc3));
194 GregorianCalendar gc1 = new GregorianCalendar(1998, 11, 6); local
195 gc1.add(GregorianCalendar.YEAR, 1)
278 GregorianCalendar gc1 = new GregorianCalendar(1998, 11, 6); local
292 GregorianCalendar gc1 = new GregorianCalendar(1900, 1, 1); local
347 GregorianCalendar gc1 = new GregorianCalendar(1900, 1, 1); local
643 GregorianCalendar gc1 = new GregorianCalendar(1582, Calendar.OCTOBER, local
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldGregorianCalendarTest.java 33 GregorianCalendar gc1 = new GregorianCalendar(TimeZone.getTimeZone("GMT+1"), Locale.FRANCE); local
34 gc1.setTime(now);
38 assertTrue(gc2.get(Calendar.HOUR) == ((gc1.get(Calendar.HOUR) + 1) % 12));

Completed in 125 milliseconds