Home
last modified time | relevance | path

Searched refs:noon (Results 1 - 7 of 7) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dastro.cpp186 * julian days start at <em>noon</em>, not midnight.
315 * numbers start at <em>noon</em>. To get the jdn for
756 double noon = ClockMath::floorDivide(fTime + fGmtOffset, (double)DAY_MS)*DAY_MS - fGmtOffset + (12*HOUR_MS); in getSunRiseSet() local
758 U_DEBUG_ASTRO_MSG(("Noon=%.2lf, %sL, gmtoff %.2lf\n", noon, debug_astro_date(noon+fGmtOffset), fGmtOffset)); in getSunRiseSet()
759 setTime(noon + ((rise ? -6 : 6) * HOUR_MS)); in getSunRiseSet()
/third_party/node/deps/icu-small/source/i18n/
H A Dastro.cpp186 * julian days start at <em>noon</em>, not midnight.
315 * numbers start at <em>noon</em>. To get the jdn for
756 double noon = ClockMath::floorDivide(fTime + fGmtOffset, (double)DAY_MS)*DAY_MS - fGmtOffset + (12*HOUR_MS); in getSunRiseSet() local
758 U_DEBUG_ASTRO_MSG(("Noon=%.2lf, %sL, gmtoff %.2lf\n", noon, debug_astro_date(noon+fGmtOffset), fGmtOffset)); in getSunRiseSet()
759 setTime(noon + ((rise ? -6 : 6) * HOUR_MS)); in getSunRiseSet()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dastro.cpp186 * julian days start at <em>noon</em>, not midnight.
315 * numbers start at <em>noon</em>. To get the jdn for
756 double noon = ClockMath::floorDivide(fTime + fGmtOffset, (double)DAY_MS)*DAY_MS - fGmtOffset + (12*HOUR_MS); in getSunRiseSet() local
758 U_DEBUG_ASTRO_MSG(("Noon=%.2lf, %sL, gmtoff %.2lf\n", noon, debug_astro_date(noon+fGmtOffset), fGmtOffset)); in getSunRiseSet()
759 setTime(noon + ((rise ? -6 : 6) * HOUR_MS)); in getSunRiseSet()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCalendarAstronomer.java153 * julian days start at <em>noon</em>, not midnight.
290 * numbers start at <em>noon</em>. To get the jdn for
684 * time near local noon. Because of variations between the local
695 long noon = ((time + fGmtOffset)/DAY_MS)*DAY_MS - fGmtOffset + 12*HOUR_MS; in getSunRiseSet()
697 setTime(noon + (rise ? -6L : 6L) * HOUR_MS); in getSunRiseSet()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCalendarAstronomer.java155 * julian days start at <em>noon</em>, not midnight.
292 * numbers start at <em>noon</em>. To get the jdn for
686 * time near local noon. Because of variations between the local
697 long noon = ((time + fGmtOffset)/DAY_MS)*DAY_MS - fGmtOffset + 12*HOUR_MS; in getSunRiseSet()
699 setTime(noon + (rise ? -6L : 6L) * HOUR_MS); in getSunRiseSet()
/third_party/python/Lib/test/
H A Dtest_enum.py1391 noon = 2 variable in TestSpecial.test_getattr_getitem.Period
1394 self.assertIs(Period(2), Period.noon)
/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 23 milliseconds