Searched refs:HebrewCalendar (Results 1 - 15 of 15) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dhebrwcal.cpp12 * 12/03/2003 srl ported from java HebrewCalendar
150 * Constructs a default <code>HebrewCalendar</code> using the current time
154 HebrewCalendar::HebrewCalendar(const Locale& aLocale, UErrorCode& success) function in class:HebrewCalendar
162 HebrewCalendar::~HebrewCalendar() {
165 const char *HebrewCalendar::getType() const {
169 Calendar* HebrewCalendar::clone() const {
170 return new HebrewCalendar(*this);
173 HebrewCalendar function in class:HebrewCalendar
[all...]
H A Dhebrwcal.h30 * <code>HebrewCalendar</code> is a subclass of <code>Calendar</code>
83 class U_I18N_API HebrewCalendar : public Calendar { class in inherits: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
[all...]
H A Dsmpdtfmt.cpp1316 HebrewCalendar *hc = (HebrewCalendar*)&cal;
2658 HebrewCalendar *hc = (HebrewCalendar*)&cal;
2706 HebrewCalendar *hc = (HebrewCalendar*)&cal;
3112 HebrewCalendar *hc = (HebrewCalendar*)&cal;
H A Dcalendar.cpp341 cal = new HebrewCalendar(loc, status);
/external/chromium_org/third_party/icu/source/i18n/
H A Dhebrwcal.cpp12 * 12/03/2003 srl ported from java HebrewCalendar
150 * Constructs a default <code>HebrewCalendar</code> using the current time
154 HebrewCalendar::HebrewCalendar(const Locale& aLocale, UErrorCode& success) function in class:HebrewCalendar
162 HebrewCalendar::~HebrewCalendar() {
165 const char *HebrewCalendar::getType() const {
169 Calendar* HebrewCalendar::clone() const {
170 return new HebrewCalendar(*this);
173 HebrewCalendar function in class:HebrewCalendar
[all...]
H A Dhebrwcal.h30 * <code>HebrewCalendar</code> is a subclass of <code>Calendar</code>
83 class U_I18N_API HebrewCalendar : public Calendar { class in inherits: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
[all...]
H A Dsmpdtfmt.cpp1289 HebrewCalendar *hc = (HebrewCalendar*)&cal;
2631 HebrewCalendar *hc = (HebrewCalendar*)&cal;
2679 HebrewCalendar *hc = (HebrewCalendar*)&cal;
3065 HebrewCalendar *hc = (HebrewCalendar*)&cal;
H A Dcalendar.cpp341 cal = new HebrewCalendar(loc, status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcalcasts.cpp194 static const int32_t TISHRI = HebrewCalendar::TISHRI;
195 //static const int32_t HESHVAN = HebrewCalendar::HESHVAN;
196 //static const int32_t KISLEV = HebrewCalendar::KISLEV;
197 //static const int32_t TEVET = HebrewCalendar::TEVET;
198 //static const int32_t SHEVAT = HebrewCalendar::SHEVAT;
199 //static const int32_t ADAR_1 = HebrewCalendar::ADAR_1;
200 //static const int32_t ADAR = HebrewCalendar::ADAR;
201 //static const int32_t NISAN = HebrewCalendar::NISAN;
202 //static const int32_t IYAR = HebrewCalendar::IYAR;
203 //static const int32_t SIVAN = HebrewCalendar
[all...]
H A Duobjtest.cpp380 TESTCLASSID_FACTORY(HebrewCalendar, Calendar::createInstance(Locale("@calendar=hebrew"), status));
H A Dcaltest.cpp2234 HebrewCalendar hc(loc,status);
2238 for (int32_t month = HebrewCalendar::TISHRI; month <= HebrewCalendar::ELUL; month++) {
2240 if (HebrewCalendar::isLeapYear(year) == FALSE && month == HebrewCalendar::ADAR_1) {
2249 if (failure(status, "HebrewCalendar.get()", TRUE)) continue;
/external/icu/icu4c/source/test/intltest/
H A Dcalcasts.cpp194 static const int32_t TISHRI = HebrewCalendar::TISHRI;
195 //static const int32_t HESHVAN = HebrewCalendar::HESHVAN;
196 //static const int32_t KISLEV = HebrewCalendar::KISLEV;
197 //static const int32_t TEVET = HebrewCalendar::TEVET;
198 //static const int32_t SHEVAT = HebrewCalendar::SHEVAT;
199 //static const int32_t ADAR_1 = HebrewCalendar::ADAR_1;
200 //static const int32_t ADAR = HebrewCalendar::ADAR;
201 //static const int32_t NISAN = HebrewCalendar::NISAN;
202 //static const int32_t IYAR = HebrewCalendar::IYAR;
203 //static const int32_t SIVAN = HebrewCalendar
[all...]
H A Duobjtest.cpp380 TESTCLASSID_FACTORY(HebrewCalendar, Calendar::createInstance(Locale("@calendar=hebrew"), status));
H A Dcaltest.cpp2255 HebrewCalendar hc(loc,status);
2259 for (int32_t month = HebrewCalendar::TISHRI; month <= HebrewCalendar::ELUL; month++) {
2261 if (HebrewCalendar::isLeapYear(year) == FALSE && month == HebrewCalendar::ADAR_1) {
2270 if (failure(status, "HebrewCalendar.get()", TRUE)) continue;
2935 pCal->set(5776, HebrewCalendar::ADAR_1, 1);
2943 pCal->set(5777, HebrewCalendar::ADAR_1, 1);
/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 ...

Completed in 3945 milliseconds