Home | History | Annotate | Download | only in i18n

Lines Matching refs:TaiwanCalendar

32  * <code>TaiwanCalendar</code> is a subclass of <code>GregorianCalendar</code>
43 class TaiwanCalendar : public GregorianCalendar {
47 * Useful constants for TaiwanCalendar. Only one Era.
56 * Constructs a TaiwanCalendar based on the current time in the default time zone
60 * @param success Indicates the status of TaiwanCalendar object construction.
64 TaiwanCalendar(const Locale& aLocale, UErrorCode& success);
71 virtual ~TaiwanCalendar();
78 TaiwanCalendar(const TaiwanCalendar& source);
85 TaiwanCalendar& operator=(const TaiwanCalendar& right);
129 TaiwanCalendar(); // default constructor not implemented