Home | History | Annotate | Download | only in i18n

Lines Matching defs:HebrewCalendar

30  * <code>HebrewCalendar</code> is a subclass of <code>Calendar</code>
83 class U_I18N_API HebrewCalendar : public Calendar {
86 * Useful constants for HebrewCalendar.
157 * Constructs a HebrewCalendar based on the current time in the default time zone
161 * @param success Indicates the status of HebrewCalendar object construction.
165 HebrewCalendar(const Locale& aLocale, UErrorCode& success);
172 virtual ~HebrewCalendar();
179 HebrewCalendar(const HebrewCalendar& source);
186 HebrewCalendar& operator=(const HebrewCalendar& right);