Lines Matching refs:GregorianCalendar
149 class U_I18N_API GregorianCalendar: public Calendar {
169 GregorianCalendar(UErrorCode& success);
181 GregorianCalendar(TimeZone* zoneToAdopt, UErrorCode& success);
192 GregorianCalendar(const TimeZone& zone, UErrorCode& success);
203 GregorianCalendar(const Locale& aLocale, UErrorCode& success);
216 GregorianCalendar(TimeZone* zoneToAdopt, const Locale& aLocale, UErrorCode& success);
228 GregorianCalendar(const TimeZone& zone, const Locale& aLocale, UErrorCode& success);
242 GregorianCalendar(int32_t year, int32_t month, int32_t date, UErrorCode& success);
258 …GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, UErrorC…
275 …GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t…
281 virtual ~GregorianCalendar();
288 GregorianCalendar(const GregorianCalendar& source);
295 GregorianCalendar& operator=(const GregorianCalendar& right);
484 GregorianCalendar(); // default constructor not implemented