Searched defs:PersianCalendar (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dpersncal.h28 * <code>PersianCalendar</code> is a subclass of <code>Calendar</code>
48 class PersianCalendar : public Calendar { class in inherits:Calendar
140 * Constructs a PersianCalendar based on the current time in the default time zone
144 * @param success Indicates the status of PersianCalendar object construction.
148 PersianCalendar(const Locale& aLocale, UErrorCode &success);
154 PersianCalendar(const PersianCalendar& other);
160 virtual ~PersianCalendar();
280 PersianCalendar(); // default constructor not implemented
H A Dpersncal.cpp65 // Implementation of the PersianCalendar class
71 const char *PersianCalendar::getType() const {
75 Calendar* PersianCalendar::clone() const {
76 return new PersianCalendar(*this);
79 PersianCalendar::PersianCalendar(const Locale& aLocale, UErrorCode& success) function in class:PersianCalendar
85 PersianCalendar::PersianCalendar(const PersianCalendar& other) : Calendar(other) { function in class:PersianCalendar
88 PersianCalendar
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dpersncal.h28 * <code>PersianCalendar</code> is a subclass of <code>Calendar</code>
48 class PersianCalendar : public Calendar { class in inherits:Calendar
140 * Constructs a PersianCalendar based on the current time in the default time zone
144 * @param success Indicates the status of PersianCalendar object construction.
148 PersianCalendar(const Locale& aLocale, UErrorCode &success);
154 PersianCalendar(const PersianCalendar& other);
160 virtual ~PersianCalendar();
280 PersianCalendar(); // default constructor not implemented
H A Dpersncal.cpp176 // Implementation of the PersianCalendar class
182 const char *PersianCalendar::getType() const {
186 Calendar* PersianCalendar::clone() const {
187 return new PersianCalendar(*this);
190 PersianCalendar::PersianCalendar(const Locale& aLocale, UErrorCode& success) function in class:PersianCalendar
196 PersianCalendar::PersianCalendar(const PersianCalendar& other) : Calendar(other) { function in class:PersianCalendar
199 PersianCalendar
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h2070 #define PersianCalendar U_ICU_ENTRY_POINT_RENAME(PersianCalendar) macro

Completed in 198 milliseconds