Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DHebrewCalendar.java574 private static final long DAY_PARTS = 24*HOUR_PARTS; field in HebrewCalendar
581 static private final long MONTH_PARTS = MONTH_DAYS*DAY_PARTS + MONTH_FRACT;
617 day = months * 29 + (frac / DAY_PARTS); // Whole # part of calculation in startOfYear()
618 frac = frac % DAY_PARTS; // Time of day in startOfYear()
804 long m = floorDivide((d * DAY_PARTS), MONTH_PARTS); // Months (approx) in handleComputeFields()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DHebrewCalendar.java548 private static final long DAY_PARTS = 24*HOUR_PARTS; field in HebrewCalendar
555 static private final long MONTH_PARTS = MONTH_DAYS*DAY_PARTS + MONTH_FRACT;
590 day = months * 29 + (frac / DAY_PARTS); // Whole # part of calculation in startOfYear()
591 frac = frac % DAY_PARTS; // Time of day in startOfYear()
770 long m = (d * DAY_PARTS) / MONTH_PARTS; // Months (approx) in handleComputeFields()
/third_party/icu/icu4c/source/i18n/
H A Dhebrwcal.cpp356 static const int32_t DAY_PARTS = 24*HOUR_PARTS; variable
363 static const int32_t MONTH_PARTS = MONTH_DAYS*DAY_PARTS + MONTH_FRACT;
400 day = months * 29 + (int32_t)(frac / DAY_PARTS); // Whole # part of calculation in startOfYear()
401 frac = frac % DAY_PARTS; // Time of day in startOfYear()
570 double m = ClockMath::floorDivide((d * (double)DAY_PARTS), (double) MONTH_PARTS); // Months (approx) in handleComputeFields()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dhebrwcal.cpp356 static const int32_t DAY_PARTS = 24*HOUR_PARTS; variable
363 static const int32_t MONTH_PARTS = MONTH_DAYS*DAY_PARTS + MONTH_FRACT;
400 day = months * 29 + (int32_t)(frac / DAY_PARTS); // Whole # part of calculation in startOfYear()
401 frac = frac % DAY_PARTS; // Time of day in startOfYear()
570 double m = ClockMath::floorDivide((d * (double)DAY_PARTS), (double) MONTH_PARTS); // Months (approx) in handleComputeFields()
/third_party/node/deps/icu-small/source/i18n/
H A Dhebrwcal.cpp360 static const int32_t DAY_PARTS = 24*HOUR_PARTS; variable
367 static const int32_t MONTH_PARTS = MONTH_DAYS*DAY_PARTS + MONTH_FRACT;
404 day = months * 29 + (int32_t)(frac / DAY_PARTS); // Whole # part of calculation in startOfYear()
405 frac = frac % DAY_PARTS; // Time of day in startOfYear()
575 double m = ClockMath::floorDivide((d * (double)DAY_PARTS), (double) MONTH_PARTS); // Months (approx) in handleComputeFields()
/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