HomeSort by relevance Sort by last modified time
    Searched defs:weekday (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/v8/test/mjsunit/regress/
regress-builtinbust-7.js 14 weekday: "long",
  /packages/apps/Calendar/src/com/android/calendar/
EventRecurrenceFormatter.java 97 int day = EventRecurrence.timeDay2Day(recurrence.startDate.weekDay);
106 int weekday = recurrence.startDate.weekDay; local
108 cacheMonthRepeatStrings(r, weekday);
113 sb.append(mMonthRepeatByDayOfWeekStrs[weekday][dayNumber]);
127 private static void cacheMonthRepeatStrings(Resources r, int weekday) {
141 if (mMonthRepeatByDayOfWeekStrs[weekday] == null) {
142 mMonthRepeatByDayOfWeekStrs[weekday] =
143 r.getStringArray(mMonthRepeatByDayOfWeekIds[weekday]);
  /bionic/libc/tzcode/
strftime.c 49 const char * weekday[DAYSPERWEEK]; member in struct:lc_time_T
200 "?" : Locale->weekday[t->tm_wday],
411 ** "ISO 8601: Weekday as a decimal number
  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 45 const wchar_t * weekday[DAYSPERWEEK]; member in struct:lc_time_T
156 UNKNOWN : Locale->weekday[t->tm_wday],
320 ** "ISO 8601: Weekday as a decimal number
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
calendar.py 13 "firstweekday", "isleap", "leapdays", "weekday", "monthrange",
29 def __init__(self, weekday):
30 self.weekday = weekday
32 return "bad weekday number %r; must be 0 (Monday) to 6 (Sunday)" % self.weekday
110 def weekday(year, month, day): function
111 """Return weekday (0-6 ~ Mon-Sun) for year (1970-...), month (1-12),
113 return datetime.date(year, month, day).weekday()
117 """Return weekday (0-6 ~ Mon-Sun) and number of days (28-31) fo
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
calendar.py 13 "firstweekday", "isleap", "leapdays", "weekday", "monthrange",
29 def __init__(self, weekday):
30 self.weekday = weekday
32 return "bad weekday number %r; must be 0 (Monday) to 6 (Sunday)" % self.weekday
110 def weekday(year, month, day): function
111 """Return weekday (0-6 ~ Mon-Sun) for year (1970-...), month (1-12),
113 return datetime.date(year, month, day).weekday()
117 """Return weekday (0-6 ~ Mon-Sun) and number of days (28-31) fo
    [all...]
  /external/chromium_org/v8/src/
objects-debug.cc 433 CHECK(weekday()->IsUndefined() || weekday()->IsSmi() || weekday()->IsNaN());
461 if (weekday()->IsSmi()) {
462 int weekday = Smi::cast(this->weekday())->value(); local
463 CHECK(0 <= weekday && weekday <= 6);
    [all...]
objects.cc 16210 int weekday = date_cache->Weekday(days); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1400 weekday = weekdays variable
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 741 milliseconds