Lines Matching refs:ChineseCalendar
12 * 9/18/2007 ajmacher ported from java ChineseCalendar
29 * <code>ChineseCalendar</code> is a concrete subclass of {@link Calendar}
65 * <p>Because <code>ChineseCalendar</code> defines an additional field and
88 * ChineseCalendar usually should be instantiated using
97 class U_I18N_API ChineseCalendar : public Calendar {
104 * Constructs a ChineseCalendar based on the current time in the default time zone
108 * @param success Indicates the status of ChineseCalendar object construction.
112 ChineseCalendar(const Locale& aLocale, UErrorCode &success);
117 * Constructs a ChineseCalendar based on the current time in the default time zone
125 * @param success Indicates the status of ChineseCalendar object construction;
129 ChineseCalendar(const Locale& aLocale, int32_t epochYear, const TimeZone* zoneAstroCalc, UErrorCode &success);
136 ChineseCalendar(const ChineseCalendar& other);
142 virtual ~ChineseCalendar();
275 ChineseCalendar(); // default constructor not implemented