Home | History | Annotate | Download | only in i18n

Lines Matching refs:GregorianCalendar

446     if ((era != GregorianCalendar::AD && era != GregorianCalendar::BC)
466 if(!useDaylight || year < startYear || era != GregorianCalendar::AD)
522 savingsDST = getOffset(GregorianCalendar::AD, year, month, dom,
550 savingsDST = getOffset(GregorianCalendar::AD, year, month, dom,
720 // This method is wasteful since it creates a new GregorianCalendar and
724 GregorianCalendar *gc = new GregorianCalendar(*this, status);
855 * really specific to GregorianCalendar, which does not use that month.