HomeSort by relevance Sort by last modified time
    Searched defs:ADAR_1 (Results 1 - 19 of 19) sorted by null

  /external/icu/icu4c/source/i18n/
hebrwcal.h 120 ADAR_1,
  /external/icu/android_icu4j/src/main/java/android/icu/util/
HebrewCalendar.java 115 public static final int ADAR_1 = 5;
431 // reason is ADAR_1. Suppose amount is +2 and we land in
432 // ADAR_1 -- then we have to bump to ADAR_2 aka ADAR. But
433 // if amount is -2 and we land in ADAR_1, then we have to
439 acrossAdar1 = (month < ADAR_1); // started before ADAR_1?
442 if (acrossAdar1 && month>=ADAR_1 && !isLeapYear(year)) {
453 acrossAdar1 = (month > ADAR_1); // started after ADAR_1?
456 if (acrossAdar1 && month<=ADAR_1 && !isLeapYear(year))
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
HebrewTest.java 40 public static final int ADAR_1 = HebrewCalendar.ADAR_1;
67 { 5757, SHEVAT, 2, MONTH, 1, 5757, ADAR_1, 2 },
110 { 5757, SHEVAT, 2, MONTH, 1, 5757, ADAR_1, 2 },
304 // We can't test complete() on some lines below because of ADAR_1 -- if
305 // the calendar is set to ADAR_1 on a non-leap year, the result is undefined.
368 * Test handling of ADAR_1.
376 cal.set(Calendar.MONTH, HebrewCalendar.ADAR_1);
377 logln("1903(leap)/ADAR_1 => " +
382 cal.set(Calendar.MONTH, HebrewCalendar.ADAR_1);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
HebrewCalendar.java 121 public static final int ADAR_1 = 5;
454 // reason is ADAR_1. Suppose amount is +2 and we land in
455 // ADAR_1 -- then we have to bump to ADAR_2 aka ADAR. But
456 // if amount is -2 and we land in ADAR_1, then we have to
462 acrossAdar1 = (month < ADAR_1); // started before ADAR_1?
465 if (acrossAdar1 && month>=ADAR_1 && !isLeapYear(year)) {
476 acrossAdar1 = (month > ADAR_1); // started after ADAR_1?
479 if (acrossAdar1 && month<=ADAR_1 && !isLeapYear(year))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
HebrewTest.java 37 public static final int ADAR_1 = HebrewCalendar.ADAR_1;
64 { 5757, SHEVAT, 2, MONTH, 1, 5757, ADAR_1, 2 },
107 { 5757, SHEVAT, 2, MONTH, 1, 5757, ADAR_1, 2 },
301 // We can't test complete() on some lines below because of ADAR_1 -- if
302 // the calendar is set to ADAR_1 on a non-leap year, the result is undefined.
365 * Test handling of ADAR_1.
373 cal.set(Calendar.MONTH, HebrewCalendar.ADAR_1);
374 logln("1903(leap)/ADAR_1 => " +
379 cal.set(Calendar.MONTH, HebrewCalendar.ADAR_1);
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
core.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 100 milliseconds