Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DHebrewCalendar.java581 static private final long MONTH_PARTS = MONTH_DAYS*DAY_PARTS + MONTH_FRACT; field in HebrewCalendar
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.java555 static private final long MONTH_PARTS = MONTH_DAYS*DAY_PARTS + MONTH_FRACT; field in HebrewCalendar
770 long m = (d * DAY_PARTS) / MONTH_PARTS; // Months (approx) in handleComputeFields()
/third_party/icu/icu4c/source/i18n/
H A Dhebrwcal.cpp363 static const int32_t MONTH_PARTS = MONTH_DAYS*DAY_PARTS + MONTH_FRACT; variable
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.cpp363 static const int32_t MONTH_PARTS = MONTH_DAYS*DAY_PARTS + MONTH_FRACT; variable
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.cpp367 static const int32_t MONTH_PARTS = MONTH_DAYS*DAY_PARTS + MONTH_FRACT; variable
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 9 milliseconds