Home
last modified time | relevance | path

Searched defs:days (Results 1 – 25 of 110) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
DdeclFileTypeofEnum.js17 var days; variable
18 (function (days) { argument
/third_party/nghttp2/src/
Dtimegm.c38 int days; in nghttp2_timegm() local
67 int days; in nghttp2_timegm_without_yday() local
/third_party/flutter/skia/third_party/externals/icu/source/samples/cal/
Dcal.c236 UChar *days [DAY_COUNT]; in cal() local
354 static void free_days(UChar *days[]) in free_days()
405 print_days(UChar *days [], in print_days()
422 print_month(UCalendar *c, in print_month()
539 print_year(UCalendar *c, in print_year()
/third_party/icu/icu4c/source/samples/cal/
Dcal.c236 UChar *days [DAY_COUNT]; in cal() local
354 static void free_days(UChar *days[]) in free_days()
405 print_days(UChar *days [], in print_days()
422 print_month(UCalendar *c, in print_month()
539 print_year(UCalendar *c, in print_year()
/third_party/skia/third_party/externals/icu/source/samples/cal/
Dcal.c236 UChar *days [DAY_COUNT]; in cal() local
354 static void free_days(UChar *days[]) in free_days()
405 print_days(UChar *days [], in print_days()
422 print_month(UCalendar *c, in print_month()
539 print_year(UCalendar *c, in print_year()
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/
Ddatedata.h15 static int days[] = { variable
/third_party/openssl/crypto/x509/
Dx509_r2x.c20 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey) in X509_REQ_to_X509()
/third_party/typescript/tests/cases/compiler/
DdeclFileTypeofEnum.ts3 enum days { enum
/third_party/toybox/toys/other/
Duptime.c31 unsigned int days, hours, minutes; in uptime_main() local
/third_party/gettext/gettext-tools/src/
Dpo-time.c37 long days = ( in difftm() local
/third_party/boost/libs/chrono/example/
Dio_ex5.cpp29 typedef duration<long long, ratio<86400> > days; in display() typedef
/third_party/boost/boost/date_time/
Ddate.hpp195 BOOST_CONSTEXPR explicit date(date_int_type days) : days_(days) {} in date()
196 BOOST_CXX14_CONSTEXPR explicit date(date_rep_type days) : days_(days.as_number()) {} in date()
Dfiletime_functions.hpp67 uint32_t days = static_cast< uint32_t >(sec / sec_per_day); in time_from_ftime() local
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/
DGenerateCTimeScaleData.java43 private static final long days = hours * 24; field in GenerateCTimeScaleData
DEpochOffsets.java44 private static final long days = hours * 24; field in EpochOffsets
/third_party/musl/porting/liteos_a/kernel/src/time/
D__secs_to_tm.c13 long long days, secs, years; in __secs_to_tm() local
/third_party/musl/porting/liteos_m/kernel/src/time/
D__secs_to_tm.c13 long long days, secs, years; in __secs_to_tm() local
/third_party/musl/src/time/
D__secs_to_tm.c13 long long days, secs, years; in __secs_to_tm() local
/third_party/musl/porting/uniproton/kernel/src/time/
D__secs_to_tm.c13 long long days, secs, years; in __secs_to_tm() local
/third_party/node/deps/icu-small/source/i18n/
Dutmscale.cpp22 #define days (hours * 24) macro
/third_party/icu/icu4c/source/i18n/
Dutmscale.cpp22 #define days (hours * 24) macro
/third_party/skia/third_party/externals/icu/source/i18n/
Dutmscale.cpp22 #define days (hours * 24) macro
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dutmscale.cpp22 #define days (hours * 24) macro
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DChineseCalendar.java673 private final long daysToMillis(int days) { in daysToMillis()
730 private int newMoonNear(int days, boolean after) { in newMoonNear()
755 private int majorSolarTerm(int days) { in majorSolarTerm()
853 private void computeChineseFields(int days, int gyear, int gmonth, in computeChineseFields()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DChineseCalendar.java655 private final long daysToMillis(int days) { in daysToMillis()
712 private int newMoonNear(int days, boolean after) { in newMoonNear()
737 private int majorSolarTerm(int days) { in majorSolarTerm()
834 private void computeChineseFields(int days, int gyear, int gmonth, in computeChineseFields()

12345