Searched refs:IslamicCalendar (Results 1 - 11 of 11) sorted by last modified time

/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp327 cal = new IslamicCalendar(loc, status, IslamicCalendar::TBLA);
330 cal = new IslamicCalendar(loc, status, IslamicCalendar::CIVIL);
335 cal = new IslamicCalendar(loc, status, IslamicCalendar::ASTRONOMICAL);
338 cal = new IslamicCalendar(loc, status, IslamicCalendar::UMALQURA);
H A Dislamcal.cpp12 * 10/14/2003 srl ported from java IslamicCalendar
75 // Implementation of the IslamicCalendar class
173 const char *IslamicCalendar::getType() const {
197 Calendar* IslamicCalendar::clone() const {
198 return new IslamicCalendar(*this);
201 IslamicCalendar::IslamicCalendar(const Locale& aLocale, UErrorCode& success, ECalculationType type) function in class:IslamicCalendar
208 IslamicCalendar::IslamicCalendar(const IslamicCalendar function in class:IslamicCalendar
[all...]
H A Dislamcal.h12 * 10/14/2003 srl ported from java IslamicCalendar
28 * <code>IslamicCalendar</code> is a subclass of <code>Calendar</code>
53 * This is the default behavior of a newly-created <code>IslamicCalendar</code>
84 class U_I18N_API IslamicCalendar : public Calendar { class in inherits:Calendar
187 * Constructs an IslamicCalendar based on the current time in the default time zone
191 * @param success Indicates the status of IslamicCalendar object construction.
196 IslamicCalendar(const Locale& aLocale, UErrorCode &success, ECalculationType type = CIVIL);
202 IslamicCalendar(const IslamicCalendar& other);
208 virtual ~IslamicCalendar();
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp2812 IslamicCalendar* iCal = (IslamicCalendar*)tstCal;
2825 int32_t day=0, month=0, year=0, initDay = 27, initMonth = IslamicCalendar::RAJAB, initYear = 1434;
2832 initMonth = IslamicCalendar::RABI_2;
2848 if(day != (initDay + loopCnt - 1) || month != IslamicCalendar::RABI_2 || year != 1434)
2880 if(is_day != 29 || is_month != IslamicCalendar::RABI_2 || is_year != 1395)
2881 errln("unexpected conversion date month %i not %i or day %i not 20 or year %i not 1395", is_month, IslamicCalendar::RABI_2, is_day, is_year);
H A Duobjtest.cpp378 TESTCLASSID_FACTORY(IslamicCalendar, Calendar::createInstance(Locale("@calendar=islamic"), status));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp327 cal = new IslamicCalendar(loc, status, IslamicCalendar::TBLA);
330 cal = new IslamicCalendar(loc, status, IslamicCalendar::CIVIL);
335 cal = new IslamicCalendar(loc, status, IslamicCalendar::ASTRONOMICAL);
338 cal = new IslamicCalendar(loc, status, IslamicCalendar::UMALQURA);
H A Dislamcal.cpp12 * 10/14/2003 srl ported from java IslamicCalendar
75 // Implementation of the IslamicCalendar class
173 const char *IslamicCalendar::getType() const {
197 Calendar* IslamicCalendar::clone() const {
198 return new IslamicCalendar(*this);
201 IslamicCalendar::IslamicCalendar(const Locale& aLocale, UErrorCode& success, ECalculationType type) function in class:IslamicCalendar
208 IslamicCalendar::IslamicCalendar(const IslamicCalendar function in class:IslamicCalendar
[all...]
H A Dislamcal.h12 * 10/14/2003 srl ported from java IslamicCalendar
28 * <code>IslamicCalendar</code> is a subclass of <code>Calendar</code>
53 * This is the default behavior of a newly-created <code>IslamicCalendar</code>
84 class U_I18N_API IslamicCalendar : public Calendar { class in inherits:Calendar
187 * Constructs an IslamicCalendar based on the current time in the default time zone
191 * @param success Indicates the status of IslamicCalendar object construction.
196 IslamicCalendar(const Locale& aLocale, UErrorCode &success, ECalculationType type = CIVIL);
202 IslamicCalendar(const IslamicCalendar& other);
208 virtual ~IslamicCalendar();
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp2775 IslamicCalendar* iCal = (IslamicCalendar*)tstCal;
2788 int32_t day=0, month=0, year=0, initDay = 27, initMonth = IslamicCalendar::RAJAB, initYear = 1434;
2795 initMonth = IslamicCalendar::RABI_2;
2811 if(day != (initDay + loopCnt - 1) || month != IslamicCalendar::RABI_2 || year != 1434)
2843 if(is_day != 29 || is_month != IslamicCalendar::RABI_2 || is_year != 1395)
2844 errln("unexpected conversion date month %i not %i or day %i not 20 or year %i not 1395", is_month, IslamicCalendar::RABI_2, is_day, is_year);
H A Duobjtest.cpp378 TESTCLASSID_FACTORY(IslamicCalendar, Calendar::createInstance(Locale("@calendar=islamic"), status));

Completed in 361 milliseconds