Home | History | Annotate | Download | only in calendar

Lines Matching defs:gregorian

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();
503 doLimitsTest(gregorian, null, cal.getTime());
504 doTheoreticalLimitsTest(gregorian, false);
1044 "buddhist", "chinese", "coptic", "ethiopic", "gregorian", "hebrew",
1087 "en_US_VALLEYGIRL@collation=phonebook;calendar=gregorian",
1093 "th_TH_TRADITIONAL@calendar=gregorian",
1107 // Android patch: Force default Gregorian calendar.
1109 "gregorian",
1111 "gregorian",
1114 "gregorian",
1117 "gregorian",
1118 "gregorian",
1119 "gregorian",
1120 "gregorian",
1121 "gregorian",
1122 "gregorian", // iso8601 is a gregorian sub type
1123 "gregorian",
1124 "gregorian",
1125 "gregorian",
1127 "gregorian",
1128 "gregorian",
1163 // calendar type must be Gregorian
1164 if (!cal.getType().equals("gregorian")) {
1165 errln("Error: Gregorian calendar is not used for locale: " + locale);
1595 "en@calendar=gregorian",
1615 boolean era0YearsGoBackwards = (calType.equals("gregorian") || calType.equals("roc") || calType.equals("coptic"));