Home | History | Annotate | Download | only in i18n

Lines Matching refs:IndianCalendar

25  * <code>IndianCalendar</code> is a subclass of <code>Calendar</code>
69 class IndianCalendar : public Calendar {
72 * Useful constants for IndianCalendar.
142 * Constructs an IndianCalendar based on the current time in the default time zone
146 * @param success Indicates the status of IndianCalendar object construction.
151 IndianCalendar(const Locale& aLocale, UErrorCode &success);
157 IndianCalendar(const IndianCalendar& other);
163 virtual ~IndianCalendar();
286 IndianCalendar(); // default constructor not implemented