Searched refs:PersianCalendar (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
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...]
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 Dcalendar.cpp324 cal = new PersianCalendar(loc, status);
/external/icu/icu4c/source/i18n/
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...]
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 Dcalendar.cpp324 cal = new PersianCalendar(loc, status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Duobjtest.cpp381 TESTCLASSID_FACTORY(PersianCalendar, Calendar::createInstance(Locale("@calendar=persian"), status));
/external/icu/icu4c/source/test/intltest/
H A Duobjtest.cpp381 TESTCLASSID_FACTORY(PersianCalendar, Calendar::createInstance(Locale("@calendar=persian"), status));

Completed in 136 milliseconds