Lines Matching refs:GregorianCalendar
153 class U_I18N_API GregorianCalendar: public Calendar {
173 GregorianCalendar(UErrorCode& success);
185 GregorianCalendar(TimeZone* zoneToAdopt, UErrorCode& success);
196 GregorianCalendar(const TimeZone& zone, UErrorCode& success);
207 GregorianCalendar(const Locale& aLocale, UErrorCode& success);
220 GregorianCalendar(TimeZone* zoneToAdopt, const Locale& aLocale, UErrorCode& success);
232 GregorianCalendar(const TimeZone& zone, const Locale& aLocale, UErrorCode& success);
246 GregorianCalendar(int32_t year, int32_t month, int32_t date, UErrorCode& success);
262 …GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, UErrorC…
279 …GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t…
285 virtual ~GregorianCalendar();
292 GregorianCalendar(const GregorianCalendar& source);
299 GregorianCalendar& operator=(const GregorianCalendar& right);
306 virtual GregorianCalendar* clone() const;
490 GregorianCalendar(); // default constructor not implemented