Searched refs:BAHARAD (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DHebrewCalendar.java558 // counting from noon on the day before. BAHARAD is an abbreviation of
560 static private final long BAHARAD = 11*HOUR_PARTS + 204; field in class:HebrewCalendar
589 long frac = months * MONTH_FRACT + BAHARAD; // Fractional part of day #
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DHebrewCalendar.java582 // counting from noon on the day before. BAHARAD is an abbreviation of
584 static private final long BAHARAD = 11*HOUR_PARTS + 204; field in class:HebrewCalendar
613 long frac = months * MONTH_FRACT + BAHARAD; // Fractional part of day #
/external/icu/icu4c/source/i18n/
H A Dhebrwcal.cpp366 // counting from noon on the day before. BAHARAD is an abbreviation of
368 static const int32_t BAHARAD = 11*HOUR_PARTS + 204; variable
398 int64_t frac = (int64_t)months * MONTH_FRACT + BAHARAD; // Fractional part of day #

Completed in 3121 milliseconds