Home | History | Annotate | Download | only in i18n

Lines Matching refs:GregorianCalendar

445     if ((era != GregorianCalendar::AD && era != GregorianCalendar::BC)
465 if(!useDaylight || year < startYear || era != GregorianCalendar::AD)
521 savingsDST = getOffset(GregorianCalendar::AD, year, month, dom,
549 savingsDST = getOffset(GregorianCalendar::AD, year, month, dom,
719 // This method is wasteful since it creates a new GregorianCalendar and
723 GregorianCalendar *gc = new GregorianCalendar(*this, status);
854 * really specific to GregorianCalendar, which does not use that month.