Home
last modified time | relevance | path

Searched refs:HOUR_PARTS (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DHebrewCalendar.java573 private static final long HOUR_PARTS = 1080; field in HebrewCalendar
574 private static final long DAY_PARTS = 24*HOUR_PARTS;
580 static private final long MONTH_FRACT = 12*HOUR_PARTS + 793;
586 static private final long BAHARAD = 11*HOUR_PARTS + 204;
627 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) { in startOfYear()
633 else if (wd == 0 && frac > 21*HOUR_PARTS+589 && isLeapYear(year-1) ) { in startOfYear()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DHebrewCalendar.java547 private static final long HOUR_PARTS = 1080; field in HebrewCalendar
548 private static final long DAY_PARTS = 24*HOUR_PARTS;
554 static private final long MONTH_FRACT = 12*HOUR_PARTS + 793;
560 static private final long BAHARAD = 11*HOUR_PARTS + 204;
600 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) { in startOfYear()
606 else if (wd == 0 && frac > 21*HOUR_PARTS+589 && isLeapYear(year-1) ) { in startOfYear()
/third_party/icu/icu4c/source/i18n/
H A Dhebrwcal.cpp355 static const int32_t HOUR_PARTS = 1080; variable
356 static const int32_t DAY_PARTS = 24*HOUR_PARTS;
362 static const int32_t MONTH_FRACT = 12*HOUR_PARTS + 793;
368 static const int32_t BAHARAD = 11*HOUR_PARTS + 204;
410 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) { in startOfYear()
416 else if (wd == 0 && frac > 21*HOUR_PARTS+589 && isLeapYear(year-1) ) { in startOfYear()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dhebrwcal.cpp355 static const int32_t HOUR_PARTS = 1080; variable
356 static const int32_t DAY_PARTS = 24*HOUR_PARTS;
362 static const int32_t MONTH_FRACT = 12*HOUR_PARTS + 793;
368 static const int32_t BAHARAD = 11*HOUR_PARTS + 204;
410 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) { in startOfYear()
416 else if (wd == 0 && frac > 21*HOUR_PARTS+589 && isLeapYear(year-1) ) { in startOfYear()
/third_party/node/deps/icu-small/source/i18n/
H A Dhebrwcal.cpp359 static const int32_t HOUR_PARTS = 1080; variable
360 static const int32_t DAY_PARTS = 24*HOUR_PARTS;
366 static const int32_t MONTH_FRACT = 12*HOUR_PARTS + 793;
372 static const int32_t BAHARAD = 11*HOUR_PARTS + 204;
414 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) { in startOfYear()
420 else if (wd == 0 && frac > 21*HOUR_PARTS+589 && isLeapYear(year-1) ) { in startOfYear()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 8 milliseconds