Home
last modified time | relevance | path

Searched defs:weekday (Results 1 – 25 of 28) sorted by relevance

12

/third_party/typescript/tests/cases/compiler/
DdeclFileTypeofInAnonymousType.ts7 weekday, enumerator
/third_party/typescript/src/lib/
Des2017.intl.d.ts13 weekday: any property
Des5.d.ts4424 weekday?: "long" | "short" | "narrow" | undefined; property
4444 weekday?: string; property
/third_party/typescript/lib/
Dlib.es2017.intl.d.ts33 weekday: any property
Dlib.es5.d.ts4444 weekday?: "long" | "short" | "narrow" | undefined; property
4464 weekday?: string; property
/third_party/python/Modules/clinic/
D_datetimemodule.c.h32 int weekday; in iso_calendar_date_new() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.cc103 int weekday = 0; in ParseDateTime() local
Dtime_zone_posix.h85 std::int_fast8_t weekday; // 0==Sun, ..., 6=Sat member
Dtime_zone_info.cc153 const std::int_fast64_t weekday = (jan1_weekday + days) % 7; in TransOffset() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DSimpleDateRule.java189 int weekday = c.get(Calendar.DAY_OF_WEEK); in computeInYear() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DSimpleDateRule.java187 int weekday = c.get(Calendar.DAY_OF_WEEK); in computeInYear() local
/third_party/python/Lib/
Dcalendar.py32 def __init__(self, weekday): argument
113 def weekday(year, month, day): function
305 def formatday(self, day, weekday, width): argument
436 def formatday(self, day, weekday): argument
Ddatetime.py1055 def weekday(self): member in date
1185 def __new__(cls, year, week, weekday, /): argument
1197 def weekday(self): member in IsoCalendarDate
/third_party/node/deps/v8/src/date/
Ddate.cc201 int* weekday, int* hour, int* min, int* sec, in BreakDownTime()
565 int year, month, day, weekday, hour, min, sec, ms; in ToDateString() local
/third_party/python/Misc/
Dcoverity_model.c169 weekday(int year, int month, int day) in weekday() function
/third_party/tzdata/
Dstrftime.c50 const char * weekday[DAYSPERWEEK]; member
/third_party/curl/lib/
Dparsedate.c116 static const char * const weekday[] = variable
/third_party/typescript/tests/baselines/reference/
DconstructorWithIncompleteTypeAnnotation.js85 var weekday = Weekdays.Monday; variable
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_intl.js151 weekday: '[PC preview] unknow weekday', property
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dtime.h688 int weekday; // 1==Mon, ..., 7=Sun member
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
Dcivil_time_detail.h531 enum class weekday { enum
/third_party/python/Modules/
D_datetimemodule.c371 weekday(int year, int month, int day) in weekday() function
3241 PyObject* weekday = PyTuple_GetItem((PyObject *)self, 2); in iso_calendar_date_repr() local
3289 PyObject *weekday = PyTuple_GetItem((PyObject *)self, 2); in iso_calendar_date_weekday() local
3333 int weekday) in iso_calendar_date_new_impl()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-date.cc686 int year, month, day, weekday, hour, min, sec, ms; in BUILTIN() local
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc821 int weekday = Smi::ToInt(this->weekday()); in JSDateVerify() local
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavidemux.c3707 gchar weekday[4]; in gst_avi_demux_parse_idit_text() local

12