Lines Matching refs:GregorianCalendar
151 class U_I18N_API GregorianCalendar: public Calendar {
171 GregorianCalendar(UErrorCode& success);
183 GregorianCalendar(TimeZone* zoneToAdopt, UErrorCode& success);
194 GregorianCalendar(const TimeZone& zone, UErrorCode& success);
205 GregorianCalendar(const Locale& aLocale, UErrorCode& success);
218 GregorianCalendar(TimeZone* zoneToAdopt, const Locale& aLocale, UErrorCode& success);
230 GregorianCalendar(const TimeZone& zone, const Locale& aLocale, UErrorCode& success);
244 GregorianCalendar(int32_t year, int32_t month, int32_t date, UErrorCode& success);
260 …GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, UErrorC…
277 …GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t…
283 virtual ~GregorianCalendar();
290 GregorianCalendar(const GregorianCalendar& source);
297 GregorianCalendar& operator=(const GregorianCalendar& right);
486 GregorianCalendar(); // default constructor not implemented