Home
last modified time | relevance | path

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

12

/third_party/typescript/tests/cases/compiler/
DdeclFileTypeofInAnonymousType.ts7 weekday, enumerator
/third_party/python/Modules/clinic/
D_datetimemodule.c.h32 int weekday; in iso_calendar_date_new() local
/third_party/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.cc152 const std::int_fast64_t weekday = (jan1_weekday + days) % 7; in TransOffset() 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/boost/boost/log/sinks/
Dtext_file_backend.hpp235 weekday, enumerator
/third_party/python/Misc/
Dcoverity_model.c169 weekday(int year, int month, int day) in weekday() function
/third_party/curl/lib/
Dparsedate.c114 static const char * const weekday[] = variable
/third_party/tzdata/
Dstrftime.c50 const char * weekday[DAYSPERWEEK]; member
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_intl.js151 weekday: '[PC preview] unknow weekday', property
/third_party/typescript/tests/baselines/reference/
DconstructorWithIncompleteTypeAnnotation.js85 var weekday = Weekdays.Monday; variable
/third_party/boost/libs/log/src/
Dtext_file_backend.cpp1144 …int weekday = m_Day, previous_weekday = static_cast< int >(previous_date.day_of_week().as_number()… in operator ()() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dtime.h688 int weekday; // 1==Mon, ..., 7=Sun member
/third_party/abseil-cpp/absl/time/
Dtime.h649 int weekday; // 1==Mon, ..., 7=Sun member
/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/
Dcivil_time_detail.h535 enum class weekday { enum
/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/glib/glib/tests/
Dgdatetime.c2054 gint weekday; in test_all_dates() local

12