Home
last modified time | relevance | path

Searched refs:day_of_week (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Lib/
D_strptime.py278 def _calc_julian_from_U_or_W(year, week_of_year, day_of_week, week_starts_Mon): argument
288 day_of_week = (day_of_week + 1) % 7
293 return 1 + day_of_week - first_weekday
296 return 1 + days_to_week + day_of_week
/external/python/cpython3/Lib/
D_strptime.py272 def _calc_julian_from_U_or_W(year, week_of_year, day_of_week, week_starts_Mon): argument
282 day_of_week = (day_of_week + 1) % 7
287 return 1 + day_of_week - first_weekday
290 return 1 + days_to_week + day_of_week
/external/libtextclassifier/native/utils/calendar/
Dcalendar-common.h298 int day_of_week; in AdjustByRelation() local
299 TC3_CALENDAR_CHECK(calendar->GetDayOfWeek(&day_of_week)) in AdjustByRelation()
300 if (day_of_week == (date_time_component.value)) { in AdjustByRelation()
Dcalendar-javaicu.cc200 TC3_DEFINE_GET(DayOfWeek, day_of_week)
207 TC3_DEFINE_SET(DayOfWeek, day_of_week)
/external/libtextclassifier/native/annotator/datetime/
Dextractor.cc159 int day_of_week; in Extract() local
160 if (!ParseDayOfWeek(group_text, &day_of_week)) { in Extract()
164 result->SetAbsoluteValue(component_type, day_of_week); in Extract()
/external/libchrome/crypto/
Dnss_util_unittest.cc28 exploded.day_of_week = prxtime.tm_wday = 0; // Should be unused. in TEST()
/external/libchrome/base/time/
Dtime_exploded_posix.cc159 exploded->day_of_week = timestruct.tm_wday; in Explode()
185 timestruct.tm_wday = exploded.day_of_week; // mktime/timegm ignore this in FromExploded()
Dtime.cc412 is_in_range(day_of_week, 0, 6) && in HasValidValues()
Dtime_unittest.cc329 EXPECT_EQ(0, exploded.day_of_week); in TEST_F()
337 EXPECT_EQ(3, exploded.day_of_week); in TEST_F()
345 EXPECT_EQ(6, exploded.day_of_week); in TEST_F()
1201 exploded.day_of_week = 0; // Should be unusued. in TEST()
Dtime.h500 int day_of_week; // 0-based day of week (0 = Sunday, etc.) member
/external/libtextclassifier/native/utils/java/
Djni-cache.cc206 TC3_GET_STATIC_INT_FIELD(calendar, day_of_week, "DAY_OF_WEEK"); in Create()
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h703 uint16_t day_of_week; member
/external/google-breakpad/src/processor/
Dminidump.cc187 Swap(&system_time->day_of_week); in Swap()
4250 misc_info_.time_zone.standard_date.day_of_week, in Print()
4263 misc_info_.time_zone.daylight_date.day_of_week, in Print()
/external/libchrome/base/metrics/
Dfield_trial.cc107 exploded.day_of_week = 0; // Should be unused. in CreateTimeFromParams()
/external/guice/extensions/struts2/lib/
Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...