Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dhebrwcal.cpp154 HebrewCalendar::HebrewCalendar(const Locale& aLocale, UErrorCode& success) in HebrewCalendar() function in HebrewCalendar
162 HebrewCalendar::~HebrewCalendar() { in ~HebrewCalendar()
165 const char *HebrewCalendar::getType() const { in getType()
169 Calendar* HebrewCalendar::clone() const { in clone()
170 return new HebrewCalendar(*this); in clone()
173 HebrewCalendar::HebrewCalendar(const HebrewCalendar& other) : Calendar(other) { in HebrewCalendar() function in HebrewCalendar
211 void HebrewCalendar::add(UCalendarDateFields field, int32_t amount, UErrorCode& status) in add()
271 void HebrewCalendar::add(EDateFields field, int32_t amount, UErrorCode& status) in add()
308 void HebrewCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) in roll()
342 void HebrewCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { in roll()
[all …]
Dhebrwcal.h83 class U_I18N_API HebrewCalendar : public Calendar {
165 HebrewCalendar(const Locale& aLocale, UErrorCode& success);
172 virtual ~HebrewCalendar();
179 HebrewCalendar(const HebrewCalendar& source);
186 HebrewCalendar& operator=(const HebrewCalendar& right);
Dsmpdtfmt.cpp1278 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subFormat()
2637 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subParse()
2685 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subParse()
3071 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subParse()
Dcalendar.cpp325 cal = new HebrewCalendar(loc, status); in createStandardCalendar()
/external/chromium_org/third_party/icu/source/i18n/
Dhebrwcal.cpp154 HebrewCalendar::HebrewCalendar(const Locale& aLocale, UErrorCode& success) in HebrewCalendar() function in HebrewCalendar
162 HebrewCalendar::~HebrewCalendar() { in ~HebrewCalendar()
165 const char *HebrewCalendar::getType() const { in getType()
169 Calendar* HebrewCalendar::clone() const { in clone()
170 return new HebrewCalendar(*this); in clone()
173 HebrewCalendar::HebrewCalendar(const HebrewCalendar& other) : Calendar(other) { in HebrewCalendar() function in HebrewCalendar
211 void HebrewCalendar::add(UCalendarDateFields field, int32_t amount, UErrorCode& status) in add()
271 void HebrewCalendar::add(EDateFields field, int32_t amount, UErrorCode& status) in add()
308 void HebrewCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) in roll()
342 void HebrewCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { in roll()
[all …]
Dhebrwcal.h83 class U_I18N_API HebrewCalendar : public Calendar {
165 HebrewCalendar(const Locale& aLocale, UErrorCode& success);
172 virtual ~HebrewCalendar();
179 HebrewCalendar(const HebrewCalendar& source);
186 HebrewCalendar& operator=(const HebrewCalendar& right);
Dsmpdtfmt.cpp1508 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subFormat()
2511 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subParse()
2543 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subParse()
Dcalendar.cpp310 cal = new HebrewCalendar(loc, status); in createStandardCalendar()
/external/chromium_org/third_party/icu/source/test/intltest/
Dcalcasts.cpp195 static const int32_t TISHRI = HebrewCalendar::TISHRI; in Hebrew()
206 static const int32_t AV = HebrewCalendar::AV; in Hebrew()
207 static const int32_t ELUL = HebrewCalendar::ELUL; in Hebrew()
Dcaltest.cpp2127 HebrewCalendar hc(loc,status); in Test1624()
2131 for (int32_t month = HebrewCalendar::TISHRI; month <= HebrewCalendar::ELUL; month++) { in Test1624()
2133 if (HebrewCalendar::isLeapYear(year) == FALSE && month == HebrewCalendar::ADAR_1) { in Test1624()
Duobjtest.cpp368 … TESTCLASSID_FACTORY(HebrewCalendar, Calendar::createInstance(Locale("@calendar=hebrew"), status)); in testIDs()
/external/icu4c/test/intltest/
Dcalcasts.cpp194 static const int32_t TISHRI = HebrewCalendar::TISHRI; in Hebrew()
205 static const int32_t AV = HebrewCalendar::AV; in Hebrew()
206 static const int32_t ELUL = HebrewCalendar::ELUL; in Hebrew()
Duobjtest.cpp380 … TESTCLASSID_FACTORY(HebrewCalendar, Calendar::createInstance(Locale("@calendar=hebrew"), status)); in testIDs()
Dcaltest.cpp2215 HebrewCalendar hc(loc,status); in Test1624()
2219 for (int32_t month = HebrewCalendar::TISHRI; month <= HebrewCalendar::ELUL; month++) { in Test1624()
2221 if (HebrewCalendar::isLeapYear(year) == FALSE && month == HebrewCalendar::ADAR_1) { in Test1624()
/external/chromium_org/third_party/icu/source/common/unicode/
Durename.h1954 #define HebrewCalendar U_ICU_ENTRY_POINT_RENAME(HebrewCalendar) macro