Lines Matching full:gregorian
154 "gregorian",
859 // It's a unicode string telling us what type of calendar to load ("gregorian", etc)
873 // may be something like "@calendar=gregorian" -- TODO investigate
1245 * For example, in a Gregorian calendar pinning the {@link #DAY_OF_MONTH DAY_OF_MONTH}
1371 * Compute the Gregorian calendar year, month, and day of month from
1394 * Compute the Gregorian calendar year, month, and day of month from the
1397 * subclasses that are Gregorian derivatives. Subclasses may call this
1398 * method to perform a Gregorian calendar millis->fields computation.
1423 * proleptic Gregorian calendar, which has no field larger than a year.
1434 // Compute the week of the year. For the Gregorian calendar, valid week
1630 if ( uprv_strcmp(calType,"gregorian")==0 || uprv_strcmp(calType,"roc")==0 || uprv_strcmp(calType,"coptic")==0 ) {
1934 if ( uprv_strcmp(calType,"gregorian")==0 || uprv_strcmp(calType,"roc")==0 || uprv_strcmp(calType,"coptic")==0 ) {
3025 // or Gregorian). (or it is before the month we are in, if useMonth is True)
3219 // or Gregorian). (or it is before the month we are in, if useMonth is True)