Home
last modified time | relevance | path

Searched defs:days (Results 126 - 134 of 134) sorted by relevance

123456

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcalendar.cpp1540 int32_t days = (int32_t)ClockMath::floorDivide(localMillis, (double)kOneDay); in computeFields() local
[all...]
H A Dvtzone.cpp542 int32_t days[7]; in createRuleByRRULE() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc5485 int days = DateCache::DaysFromTime(local_time_ms); in DoGetField() local
5507 int days = DateCache::DaysFromTime(time_ms); in GetUTCField() local
5568 int days = DateCache::DaysFromTime(local_time_ms); in SetCachedFields() local
[all...]
H A Djs-temporal-objects.cc91 int64_t days; member
793 CreateTemporalDuration( Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, int64_t years, int64_t months, int64_t weeks, int64_t days, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds) CreateTemporalDuration() argument
846 CreateTemporalDuration( Isolate* isolate, int64_t years, int64_t months, int64_t weeks, int64_t days, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds) CreateTemporalDuration() argument
3596 BalanceDuration(Isolate* isolate, int64_t* days, int64_t* hours, int64_t* minutes, int64_t* seconds, int64_t* milliseconds, int64_t* microseconds, int64_t* nanoseconds, Unit largest_unit, const char* method_name) BalanceDuration() argument
3609 BalanceDuration(Isolate* isolate, int64_t* days, int64_t* hours, int64_t* minutes, int64_t* seconds, int64_t* milliseconds, int64_t* microseconds, int64_t* nanoseconds, Unit largest_unit, Handle<Object> relative_to_obj, const char* method_name) BalanceDuration() argument
4013 int64_t days = date_difference.days; NanosecondsToDays() local
4561 int64_t days = floor_divide(hour, 24L); BalanceTime() local
4657 TotalDurationNanoseconds(Isolate* isolate, int64_t days, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds, int64_t offset_shift) TotalDurationNanoseconds() argument
4693 Constructor( Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, Handle<Object> years, Handle<Object> months, Handle<Object> weeks, Handle<Object> days, Handle<Object> hours, Handle<Object> minutes, Handle<Object> seconds, Handle<Object> milliseconds, Handle<Object> microseconds, Handle<Object> nanoseconds) Constructor() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c3208 set_cert_times(X509 *x, const char *startdate, const char *enddate, int days) set_cert_times() argument
3253 set_crl_nextupdate(X509_CRL *crl, const char *nextupdate, long days, long hours, long secs) set_crl_nextupdate() argument
/third_party/openssl/apps/lib/
H A Dapps.c3201 set_cert_times(X509 *x, const char *startdate, const char *enddate, int days) set_cert_times() argument
3246 set_crl_nextupdate(X509_CRL *crl, const char *nextupdate, long days, long hours, long secs) set_crl_nextupdate() argument
/third_party/python/Modules/
H A D_datetimemodule.c251 int days; in days_before_month() local
439 check_delta_day_range(int days) check_delta_day_range() argument
1116 new_delta_ex(int days, int seconds, int microseconds, int normalize, PyTypeObject *type) new_delta_ex() argument
2163 int days = GET_TD_DAYS(left) + GET_TD_DAYS(right); delta_add() local
2222 int days = GET_TD_DAYS(left) - GET_TD_DAYS(right); delta_subtract() local
2685 int days = GET_TD_DAYS(self); delta_str() local
6018 int days, seconds; datetime_hash() local
[all...]
H A D_testcapimodule.c2884 int days, seconds, microseconds; in get_delta_fromdsu() local
3012 int days, seconds, microseconds; in test_PyDateTime_DELTA_GET() local
/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 45 milliseconds

123456