Lines Matching full:gregorian
698 * Confirm that the Gregorian cutoff value works as advertised.
2094 case 7: return "th_TH_TRADITIONAL@calendar=gregorian";
2254 // Create a new Gregorian Calendar.
2255 cal = Calendar::createInstance("en_US@calender=gregorian", status);
2257 dataerrln("Error creating Gregorian calendar.");
2262 // Set the Gregorian Calendar to a specific date for testing.
2311 if (uprv_strcmp(cal->getType(), "gregorian") != 0) {
2312 errln("Error: Gregorian calendar is not used for locale: %s", TEST_LOCALES[i]);