Home | History | Annotate | Download | only in i18n

Lines Matching refs:JapaneseCalendar

31  * <code>JapaneseCalendar</code> is a subclass of <code>GregorianCalendar</code>
56 class JapaneseCalendar : public GregorianCalendar {
60 * Useful constants for JapaneseCalendar.
66 * Constructs a JapaneseCalendar based on the current time in the default time zone
70 * @param success Indicates the status of JapaneseCalendar object construction.
74 JapaneseCalendar(const Locale& aLocale, UErrorCode& success);
81 virtual ~JapaneseCalendar();
88 JapaneseCalendar(const JapaneseCalendar& source);
95 JapaneseCalendar& operator=(const JapaneseCalendar& right);
170 JapaneseCalendar(); // default constructor not implemented