Home
last modified time | relevance | path

Searched defs:days (Results 26 - 50 of 85) sorted by relevance

1234

/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DDurations.java278 public static Duration fromDays(long days) { in fromDays() argument
/third_party/icu/icu4c/source/samples/cal/
H A Dcal.c236 UChar *days [DAY_COUNT]; in cal() local
354 free_days(UChar *days[]) free_days() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DChineseCalendar.java673 daysToMillis(int days) daysToMillis() argument
730 newMoonNear(int days, boolean after) newMoonNear() argument
755 majorSolarTerm(int days) majorSolarTerm() argument
853 computeChineseFields(int days, int gyear, int gmonth, boolean setAllFields) computeChineseFields() argument
[all...]
H A DUniversalTimeScale.java294 private static final long days = hours * 24; field in UniversalTimeScale
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DChineseCalendar.java655 daysToMillis(int days) daysToMillis() argument
712 newMoonNear(int days, boolean after) newMoonNear() argument
737 majorSolarTerm(int days) majorSolarTerm() argument
834 computeChineseFields(int days, int gyear, int gmonth, boolean setAllFields) computeChineseFields() argument
[all...]
H A DUniversalTimeScale.java258 private static final long days = hours * 24; field in UniversalTimeScale
/third_party/icu/icu4c/source/i18n/
H A Dislamcal.cpp609 int32_t days = julianDay - CIVIL_EPOC; in handleComputeFields() local
[all...]
H A Dchnsecal.cpp566 newMoonNear(double days, UBool after) const newMoonNear() argument
673 computeChineseFields(int32_t days, int32_t gyear, int32_t gmonth, UBool setAllFields) computeChineseFields() argument
[all...]
H A Dgregocal.cpp668 int32_t days = internalGet(UCAL_DAY_OF_YEAR); in validateFields() local
[all...]
H A Dolsontz.cpp441 double days = ClockMath::floorDivide(((double)ms), (double)U_MILLIS_PER_DAY, millis); in printTime() local
/third_party/musl/porting/linux/user/src/time/
H A D__tz.c434 int days = d - wday; in rule_to_secs() local
/third_party/musl/src/time/
H A D__tz.c508 int days = d - wday; in rule_to_secs() local
/third_party/node/deps/icu-small/source/i18n/
H A Dislamcal.cpp639 int32_t days in inTemporalLeapYear() local
[all...]
H A Dgregocal.cpp644 int32_t days = internalGet(UCAL_DAY_OF_YEAR); in validateFields() local
[all...]
/third_party/node/deps/v8/src/date/
H A Ddate.h60 static int TimeInDay(int64_t time_ms, int days) { in TimeInDay() argument
69 int Weekday(int days) { in Weekday() argument
123 int days = DaysFromTime(time_ms); in EquivalentTime() local
[all...]
H A Ddate.cc82 void DateCache::YearMonthDayFromDays(int days, int* year, int* month, in YearMonthDayFromDays() argument
203 int const days = DaysFromTime(time_ms); BreakDownTime() local
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dtime.h72 static constexpr TimeDelta FromDays(int days) { in FromDays() argument
/third_party/python/Include/
H A Ddatetime.h38 int days; /* -MAX_DELTA_DAYS <= days <= MAX_DELTA_DAYS */ member
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dislamcal.cpp609 int32_t days = julianDay - CIVIL_EPOC; in handleComputeFields() local
[all...]
H A Dchnsecal.cpp566 newMoonNear(double days, UBool after) const newMoonNear() argument
673 computeChineseFields(int32_t days, int32_t gyear, int32_t gmonth, UBool setAllFields) computeChineseFields() argument
[all...]
H A Dgregocal.cpp668 int32_t days = internalGet(UCAL_DAY_OF_YEAR); in validateFields() local
[all...]
/third_party/skia/third_party/externals/icu/source/samples/cal/
H A Dcal.c236 UChar *days [DAY_COUNT]; in cal() local
354 free_days(UChar *days[]) free_days() argument
[all...]
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request_calendar.cpp220 uint8_t days; in GetDaysOfMonth() local
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dtzdst.c336 INT64 seconds, days; in DstGetDayOfMonth() local
/third_party/toybox/toys/pending/
H A Dcrond.c58 static char days[]={"sun""mon""tue""wed""thu""fri""sat"}; variable

Completed in 28 milliseconds

1234