Home
last modified time | relevance | path

Searched defs:weeks (Results 1 – 10 of 10) sorted by relevance

/external/python/dateutil/dateutil/
Drelativedelta.py92 years=0, months=0, days=0, leapdays=0, weeks=0, argument
251 def weeks(self): member in relativedelta
255 def weeks(self, value): member in relativedelta
/external/toybox/toys/other/
Duptime.c58 int weeks = days/7; in uptime_main() local
/external/icu/android_icu4j/src/main/java/android/icu/util/
DAnnualTimeZoneRule.java114 int weeks = dateTimeRule.getRuleWeekInMonth(); in getStartInYear() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DAnnualTimeZoneRule.java124 int weeks = dateTimeRule.getRuleWeekInMonth(); in getStartInYear() local
/external/python/cpython2/Lib/test/
Dtest_calendar.py324 def check_weeks(self, year, month, weeks): argument
/external/python/cpython3/Lib/test/
Dtest_calendar.py607 def check_weeks(self, year, month, weeks): argument
/external/icu/icu4c/source/i18n/
Dtzrule.cpp279 int32_t weeks = fDateTimeRule->getRuleWeekInMonth(); in getStartInYear() local
/external/libcxx/src/
Dlocale.cpp4523 static string weeks[14]; in init_weeks() local
4545 static wstring weeks[14]; in init_wweeks() local
4567 static const string* weeks = init_weeks(); in __weeks() local
4575 static const wstring* weeks = init_wweeks(); in __weeks() local
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
DAppleScript_Suite.py862 weeks = _Prop_weeks() variable
/external/python/cpython3/Lib/
Ddatetime.py474 milliseconds=0, minutes=0, hours=0, weeks=0): argument