Home
last modified time | relevance | path

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

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DHebrewHoliday.java20 private static final HebrewCalendar gCalendar = new HebrewCalendar();
44 public static HebrewHoliday ROSH_HASHANAH = new HebrewHoliday(HebrewCalendar.TISHRI, 1, 2, "Rosh Hashanah");
49 public static HebrewHoliday GEDALIAH = new HebrewHoliday(HebrewCalendar.TISHRI, 3, "Fast of Gedaliah");
54 public static HebrewHoliday YOM_KIPPUR = new HebrewHoliday(HebrewCalendar.TISHRI, 10, "Yom Kippur");
59 public static HebrewHoliday SUKKOT = new HebrewHoliday(HebrewCalendar.TISHRI, 15, 6, "Sukkot");
64 public static HebrewHoliday HOSHANAH_RABBAH = new HebrewHoliday(HebrewCalendar.TISHRI, 21, "Hoshanah Rabbah");
69 public static HebrewHoliday SHEMINI_ATZERET = new HebrewHoliday(HebrewCalendar.TISHRI, 22, "Shemini Atzeret");
74 public static HebrewHoliday SIMCHAT_TORAH = new HebrewHoliday(HebrewCalendar.TISHRI, 23, "Simchat Torah");
79 public static HebrewHoliday HANUKKAH = new HebrewHoliday(HebrewCalendar
[all...]
H A DHebrewCalendar.java17 * <code>HebrewCalendar</code> is a subclass of <code>Calendar</code>
65 * HebrewCalendar usually should be instantiated using
76 public class HebrewCalendar extends Calendar { class
279 * Constructs a default <code>HebrewCalendar</code> using the current time
284 public HebrewCalendar() { in HebrewCalendar() method in HebrewCalendar
289 * Constructs a <code>HebrewCalendar</code> based on the current time
296 public HebrewCalendar(TimeZone zone) { in HebrewCalendar() method in HebrewCalendar
301 * Constructs a <code>HebrewCalendar</code> based on the current time
307 public HebrewCalendar(Locale aLocale) { in HebrewCalendar() method in HebrewCalendar
312 * Constructs a <code>HebrewCalendar</cod
318 public HebrewCalendar(ULocale locale) { HebrewCalendar() method in HebrewCalendar
331 public HebrewCalendar(TimeZone zone, Locale aLocale) { HebrewCalendar() method in HebrewCalendar
345 public HebrewCalendar(TimeZone zone, ULocale locale) { HebrewCalendar() method in HebrewCalendar
363 public HebrewCalendar(int year, int month, int date) { HebrewCalendar() method in HebrewCalendar
378 public HebrewCalendar(Date date) { HebrewCalendar() method in HebrewCalendar
402 public HebrewCalendar(int year, int month, int date, int hour, HebrewCalendar() method in HebrewCalendar
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DHebrewHoliday.java22 private static final HebrewCalendar gCalendar = new HebrewCalendar();
46 public static HebrewHoliday ROSH_HASHANAH = new HebrewHoliday(HebrewCalendar.TISHRI, 1, 2, "Rosh Hashanah");
51 public static HebrewHoliday GEDALIAH = new HebrewHoliday(HebrewCalendar.TISHRI, 3, "Fast of Gedaliah");
56 public static HebrewHoliday YOM_KIPPUR = new HebrewHoliday(HebrewCalendar.TISHRI, 10, "Yom Kippur");
61 public static HebrewHoliday SUKKOT = new HebrewHoliday(HebrewCalendar.TISHRI, 15, 6, "Sukkot");
66 public static HebrewHoliday HOSHANAH_RABBAH = new HebrewHoliday(HebrewCalendar.TISHRI, 21, "Hoshanah Rabbah");
71 public static HebrewHoliday SHEMINI_ATZERET = new HebrewHoliday(HebrewCalendar.TISHRI, 22, "Shemini Atzeret");
76 public static HebrewHoliday SIMCHAT_TORAH = new HebrewHoliday(HebrewCalendar.TISHRI, 23, "Simchat Torah");
81 public static HebrewHoliday HANUKKAH = new HebrewHoliday(HebrewCalendar
[all...]
H A DHebrewCalendar.java18 * <code>HebrewCalendar</code> is a subclass of <code>Calendar</code>
66 * HebrewCalendar usually should be instantiated using
76 public class HebrewCalendar extends Calendar { class
266 * Constructs a default <code>HebrewCalendar</code> using the current time
270 public HebrewCalendar() { in HebrewCalendar() method in HebrewCalendar
275 * Constructs a <code>HebrewCalendar</code> based on the current time
281 public HebrewCalendar(TimeZone zone) { in HebrewCalendar() method in HebrewCalendar
286 * Constructs a <code>HebrewCalendar</code> based on the current time
291 public HebrewCalendar(Locale aLocale) { in HebrewCalendar() method in HebrewCalendar
296 * Constructs a <code>HebrewCalendar</cod
301 public HebrewCalendar(ULocale locale) { HebrewCalendar() method in HebrewCalendar
313 public HebrewCalendar(TimeZone zone, Locale aLocale) { HebrewCalendar() method in HebrewCalendar
326 public HebrewCalendar(TimeZone zone, ULocale locale) { HebrewCalendar() method in HebrewCalendar
343 public HebrewCalendar(int year, int month, int date) { HebrewCalendar() method in HebrewCalendar
357 public HebrewCalendar(Date date) { HebrewCalendar() method in HebrewCalendar
380 public HebrewCalendar(int year, int month, int date, int hour, HebrewCalendar() method in HebrewCalendar
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DHebrewTest.java22 import com.ibm.icu.util.HebrewCalendar;
27 * Tests for the <code>HebrewCalendar</code> class.
32 public static final int TISHRI = HebrewCalendar.TISHRI;
33 public static final int HESHVAN = HebrewCalendar.HESHVAN;
34 public static final int KISLEV = HebrewCalendar.KISLEV;
35 public static final int TEVET = HebrewCalendar.TEVET;
36 public static final int SHEVAT = HebrewCalendar.SHEVAT;
37 public static final int ADAR_1 = HebrewCalendar.ADAR_1;
38 public static final int ADAR = HebrewCalendar.ADAR;
39 public static final int NISAN = HebrewCalendar
[all...]
H A DCalendarRegressionTest.java34 import com.ibm.icu.util.HebrewCalendar;
2462 new HebrewCalendar(), in TestT13080()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DHebrewTest.java23 import ohos.global.icu.util.HebrewCalendar;
29 * Tests for the <code>HebrewCalendar</code> class.
35 public static final int TISHRI = HebrewCalendar.TISHRI;
36 public static final int HESHVAN = HebrewCalendar.HESHVAN;
37 public static final int KISLEV = HebrewCalendar.KISLEV;
38 public static final int TEVET = HebrewCalendar.TEVET;
39 public static final int SHEVAT = HebrewCalendar.SHEVAT;
40 public static final int ADAR_1 = HebrewCalendar.ADAR_1;
41 public static final int ADAR = HebrewCalendar.ADAR;
42 public static final int NISAN = HebrewCalendar
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dhebrwcal.cpp14 * 12/03/2003 srl ported from java HebrewCalendar
153 * Constructs a default <code>HebrewCalendar</code> using the current time
157 HebrewCalendar::HebrewCalendar(const Locale& aLocale, UErrorCode& success) in HebrewCalendar() function in HebrewCalendar
165 HebrewCalendar::~HebrewCalendar() { in ~HebrewCalendar()
168 const char *HebrewCalendar::getType() const { in getType()
172 HebrewCalendar* HebrewCalendar::clone() const { in clone()
173 return new HebrewCalendar(*thi in clone()
176 HebrewCalendar::HebrewCalendar(const HebrewCalendar& other) : Calendar(other) { HebrewCalendar() function in HebrewCalendar
[all...]
H A Dhebrwcal.h32 * <code>HebrewCalendar</code> is a subclass of <code>Calendar</code>
85 class U_I18N_API HebrewCalendar : public Calendar { class
88 * Useful constants for HebrewCalendar.
159 * Constructs a HebrewCalendar based on the current time in the default time zone
163 * @param success Indicates the status of HebrewCalendar object construction.
167 HebrewCalendar(const Locale& aLocale, UErrorCode& success);
174 virtual ~HebrewCalendar();
181 HebrewCalendar(const HebrewCalendar& source);
188 virtual HebrewCalendar* clon
[all...]
H A Dsmpdtfmt.cpp1617 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subFormat()
3292 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subParse()
3340 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subParse()
3903 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subParse()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dhebrwcal.cpp14 * 12/03/2003 srl ported from java HebrewCalendar
153 * Constructs a default <code>HebrewCalendar</code> using the current time
157 HebrewCalendar::HebrewCalendar(const Locale& aLocale, UErrorCode& success) in HebrewCalendar() function in HebrewCalendar
165 HebrewCalendar::~HebrewCalendar() { in ~HebrewCalendar()
168 const char *HebrewCalendar::getType() const { in getType()
172 HebrewCalendar* HebrewCalendar::clone() const { in clone()
173 return new HebrewCalendar(*thi in clone()
176 HebrewCalendar::HebrewCalendar(const HebrewCalendar& other) : Calendar(other) { HebrewCalendar() function in HebrewCalendar
[all...]
H A Dhebrwcal.h32 * <code>HebrewCalendar</code> is a subclass of <code>Calendar</code>
85 class U_I18N_API HebrewCalendar : public Calendar { class
88 * Useful constants for HebrewCalendar.
159 * Constructs a HebrewCalendar based on the current time in the default time zone
163 * @param success Indicates the status of HebrewCalendar object construction.
167 HebrewCalendar(const Locale& aLocale, UErrorCode& success);
174 virtual ~HebrewCalendar();
181 HebrewCalendar(const HebrewCalendar& source);
188 HebrewCalendar
[all...]
H A Dsmpdtfmt.cpp1575 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subFormat()
3199 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subParse()
3247 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subParse()
3781 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subParse()
/third_party/node/deps/icu-small/source/i18n/
H A Dhebrwcal.cpp14 * 12/03/2003 srl ported from java HebrewCalendar
155 * Constructs a default <code>HebrewCalendar</code> using the current time
159 HebrewCalendar::HebrewCalendar(const Locale& aLocale, UErrorCode& success) in HebrewCalendar() function in HebrewCalendar
167 HebrewCalendar::~HebrewCalendar() { in ~HebrewCalendar()
170 const char *HebrewCalendar::getType() const { in getType()
174 HebrewCalendar* HebrewCalendar::clone() const { in clone()
175 return new HebrewCalendar(*thi in clone()
178 HebrewCalendar::HebrewCalendar(const HebrewCalendar& other) : Calendar(other) { HebrewCalendar() function in HebrewCalendar
[all...]
H A Dhebrwcal.h32 * <code>HebrewCalendar</code> is a subclass of <code>Calendar</code>
85 class U_I18N_API HebrewCalendar : public Calendar { class
88 * Useful constants for HebrewCalendar.
159 * Constructs a HebrewCalendar based on the current time in the default time zone
163 * @param success Indicates the status of HebrewCalendar object construction.
167 HebrewCalendar(const Locale& aLocale, UErrorCode& success);
174 virtual ~HebrewCalendar();
181 HebrewCalendar(const HebrewCalendar& source);
188 virtual HebrewCalendar* clon
[all...]
H A Dsmpdtfmt.cpp1581 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subFormat()
3243 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subParse()
3291 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subParse()
3854 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subParse()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DCalendarHandler.java23 import ohos.global.icu.util.HebrewCalendar;
194 HebrewCalendar calendars[] = new HebrewCalendar[locales.length]; in getTestObjects()
197 calendars[i] = new HebrewCalendar(jst, locales[i]); in getTestObjects()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DCalendarHandler.java22 import com.ibm.icu.util.HebrewCalendar;
193 HebrewCalendar calendars[] = new HebrewCalendar[locales.length]; in getTestObjects()
196 calendars[i] = new HebrewCalendar(jst, locales[i]); in getTestObjects()
/third_party/icu/icu4c/source/test/intltest/
H A Dcalcasts.cpp196 static const int32_t TISHRI = HebrewCalendar::TISHRI; in Hebrew()
197 //static const int32_t HESHVAN = HebrewCalendar::HESHVAN; in Hebrew()
198 //static const int32_t KISLEV = HebrewCalendar::KISLEV; in Hebrew()
199 //static const int32_t TEVET = HebrewCalendar::TEVET; in Hebrew()
200 //static const int32_t SHEVAT = HebrewCalendar::SHEVAT; in Hebrew()
201 //static const int32_t ADAR_1 = HebrewCalendar::ADAR_1; in Hebrew()
202 //static const int32_t ADAR = HebrewCalendar::ADAR; in Hebrew()
203 //static const int32_t NISAN = HebrewCalendar::NISAN; in Hebrew()
204 //static const int32_t IYAR = HebrewCalendar::IYAR; in Hebrew()
205 //static const int32_t SIVAN = HebrewCalendar in Hebrew()
[all...]
H A Dcaltest.cpp2297 HebrewCalendar hc(loc,status); in Test1624()
2301 for (int32_t month = HebrewCalendar::TISHRI; month <= HebrewCalendar::ELUL; month++) { in Test1624()
2303 if (HebrewCalendar::isLeapYear(year) == false && month == HebrewCalendar::ADAR_1) { in Test1624()
2312 if (failure(status, "HebrewCalendar.get()", true)) continue; in Test1624()
3469 pCal->set(5776, HebrewCalendar::ADAR_1, 1); in TestHebrewMonthValidation()
3477 pCal->set(5777, HebrewCalendar::ADAR_1, 1); in TestHebrewMonthValidation()
H A Duobjtest.cpp386 TESTCLASSID_FACTORY(HebrewCalendar, Calendar::createInstance(Locale("@calendar=hebrew"), status)); in testIDs()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarCalc.java44 import com.ibm.icu.util.HebrewCalendar;
575 new CalendarRec("Hebrew", new HebrewCalendar()),
H A DCalendarFrame.java44 import com.ibm.icu.util.HebrewCalendar;
429 new CalendarRec("Hebrew Calendar", new HebrewCalendar()),
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleDateFormat.java42 import com.ibm.icu.util.HebrewCalendar;
1662 boolean isLeap = HebrewCalendar.isLeapYear(cal.get(Calendar.YEAR)); in subFormat()
3374 if (!HebrewCalendar.isLeapYear(value)) { in subParse()
3406 if (!HebrewCalendar.isLeapYear(cal.get(Calendar.YEAR))) { in subParse()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DSimpleDateFormat.java42 import ohos.global.icu.util.HebrewCalendar;
1653 boolean isLeap = HebrewCalendar.isLeapYear(cal.get(Calendar.YEAR)); in subFormat()
3286 if (!HebrewCalendar.isLeapYear(value)) { in subParse()
3318 if (!HebrewCalendar.isLeapYear(cal.get(Calendar.YEAR))) { in subParse()

Completed in 48 milliseconds

12