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

  /external/icu/android_icu4j/src/main/java/android/icu/util/
EasterHoliday.java 249 // We're past the Gregorian switchover, so use the Gregorian rules.
277 private static GregorianCalendar gregorian = new GregorianCalendar(/* new SimpleTimeZone(0, "UTC") */); field in class:EasterRule
281 private GregorianCalendar calendar = gregorian;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
EasterHoliday.java 263 // We're past the Gregorian switchover, so use the Gregorian rules.
291 private static GregorianCalendar gregorian = new GregorianCalendar(/* new SimpleTimeZone(0, "UTC") */); field in class:EasterRule
295 private GregorianCalendar calendar = gregorian;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
IBMCalendarTest.java 155 * Run a test of a quasi-Gregorian calendar. This is a calendar
156 * that behaves like a Gregorian but has different year/era mappings.
338 // Android patch: Force default Gregorian calendar.
339 if (!type.equals("gregorian")) {
340 errln("FAIL: Gregorian calendar is not returned for locale " + cal.toString());
497 * Test limits of the Gregorian calendar.
505 GregorianCalendar gregorian = new GregorianCalendar(); local
506 doLimitsTest(gregorian, null, cal.getTime());
507 doTheoreticalLimitsTest(gregorian, false);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IBMCalendarTest.java 152 * Run a test of a quasi-Gregorian calendar. This is a calendar
153 * that behaves like a Gregorian but has different year/era mappings.
335 // Android patch: Force default Gregorian calendar.
336 if (!type.equals("gregorian")) {
337 errln("FAIL: Gregorian calendar is not returned for locale " + cal.toString());
494 * Test limits of the Gregorian calendar.
502 GregorianCalendar gregorian = new GregorianCalendar(); local
503 doLimitsTest(gregorian, null, cal.getTime());
504 doTheoreticalLimitsTest(gregorian, false);
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 111 milliseconds