/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]);
|
CalendarViewAdapter.java | 179 TextView weekDay = (TextView) v.findViewById(R.id.top_button_weekday); 184 weekDay.setVisibility(View.VISIBLE); 185 weekDay.setText(buildDayOfWeek()); 190 weekDay.setVisibility(View.VISIBLE); 191 weekDay.setText(buildWeekNum()); 193 weekDay.setVisibility(View.GONE); 198 weekDay.setVisibility(View.GONE); 202 weekDay.setVisibility(View.VISIBLE); 203 weekDay.setText(buildDayOfWeek()); 391 int dayOfWeek = t.weekDay; [all...] |
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
TimeStatsAggregator.java | 40 static final String WEEKDAY = "Weekday"; 161 features.put(TIME_OF_WEEK, WEEKDAY); 165 features.put(DAY_OF_WEEK, getDayOfWeek(time.weekDay)); 166 if (time.weekDay == Time.SUNDAY || time.weekDay == Time.SATURDAY || 167 (time.weekDay == Time.FRIDAY && 171 features.put(TIME_OF_WEEK, WEEKDAY);
|
BaseCluster.java | 168 if (mHistogram.containsKey(TimeStatsAggregator.WEEKDAY)) { 169 mDuration += mHistogram.get(TimeStatsAggregator.WEEKDAY);
|
/external/chromium_org/v8/test/intl/date-format/ |
resolved-options.js | 52 assertFalse(resolved.hasOwnProperty('weekday')); 81 assertFalse(resolved.hasOwnProperty('weekday')); 85 'en-US', {weekday: 'short', era: 'short', year: 'numeric', month: 'short', 106 assertTrue(resolved.hasOwnProperty('weekday')); 107 assertEquals('short', resolved.weekday);
|
property-override.js | 47 'en-US', {weekday: 'short', era: 'short', year: 'numeric', month: 'short', 59 'second', 'timeZone', 'timeZoneName', 'weekday', 'year'
|
/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...] |
_strptime.py | 35 f_weekday -- full weekday names (7-item list) 36 a_weekday -- abbreviated weekday names (7-item list) 278 first_weekday = datetime_date(year, 1, 1).weekday() 338 # weekday and julian defaulted to -1 so as to signal need to calculate 340 weekday = julian = -1 395 weekday = locale_time.f_weekday.index(found_dict['A'].lower()) 397 weekday = locale_time.a_weekday.index(found_dict['a'].lower()) 399 weekday = int(found_dict['w']) 400 if weekday == 0: 401 weekday = [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...] |
_strptime.py | 35 f_weekday -- full weekday names (7-item list) 36 a_weekday -- abbreviated weekday names (7-item list) 278 first_weekday = datetime_date(year, 1, 1).weekday() 338 # weekday and julian defaulted to -1 so as to signal need to calculate 340 weekday = julian = -1 395 weekday = locale_time.f_weekday.index(found_dict['A'].lower()) 397 weekday = locale_time.a_weekday.index(found_dict['a'].lower()) 399 weekday = int(found_dict['w']) 400 if weekday == 0: 401 weekday = [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-builtinbust-7.js | 14 weekday: "long",
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
dtfmtsym.h | 310 * Gets weekday strings. For example: "Sunday", "Monday", etc. 312 * @return the weekday strings. (DateFormatSymbols retains ownership.) 319 * Sets weekday strings. For example: "Sunday", "Monday", etc. 320 * @param weekdays the new weekday strings. (not adopted; caller retains ownership) 327 * Gets short weekday strings. For example: "Sun", "Mon", etc. 329 * @return the short weekday strings. (DateFormatSymbols retains ownership.) 335 * Sets short weekday strings. For example: "Sun", "Mon", etc. 336 * @param shortWeekdays the new short weekday strings. (not adopted; caller retains ownership) 343 * Gets weekday strings by width and context. For example: "Sunday", "Monday", etc. 353 * Sets weekday strings by width and context. For example: "Sunday", "Monday", etc [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
dtfmtsym.h | 287 * Short width is currently only supported for weekday names. 318 * Gets wide weekday strings. For example: "Sunday", "Monday", etc. 320 * @return the weekday strings. (DateFormatSymbols retains ownership.) 327 * Sets wide weekday strings. For example: "Sunday", "Monday", etc. 328 * @param weekdays the new weekday strings. (not adopted; caller retains ownership) 335 * Gets abbreviated weekday strings. For example: "Sun", "Mon", etc. (Note: The method name is 336 * misleading; it does not get the CLDR-style "short" weekday strings, e.g. "Su", "Mo", etc.) 338 * @return the abbreviated weekday strings. (DateFormatSymbols retains ownership.) 344 * Sets abbreviated weekday strings. For example: "Sun", "Mon", etc. (Note: The method name is 345 * misleading; it does not set the CLDR-style "short" weekday strings, e.g. "Su", "Mo", etc. [all...] |
udat.h | 276 * Constant for date skeleton with weekday. 281 * Constant for date skeleton with abbreviated weekday. 286 * Constant for date skeleton with year, month, weekday, and day. 292 * Constant for date skeleton with year, abbreviated month, weekday, and day. 298 * Constant for date skeleton with year, numeric month, weekday, and day. 322 * Constant for date skeleton with month, weekday, and day. 328 * Constant for date skeleton with abbreviated month, weekday, and day. 334 * Constant for date skeleton with numeric month, weekday, and day. [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
date.test | 84 datetest 2.3 {date('2003-10-22','weekday 0')} 2003-10-26 85 datetest 2.4 {date('2003-10-22','weekday 1')} 2003-10-27 86 datetest 2.4a {date('2003-10-22','weekday 1')} 2003-10-27 87 datetest 2.4b {date('2003-10-22','weekday 1x')} NULL 88 datetest 2.4c {date('2003-10-22','weekday -1')} NULL 90 datetest 2.4e {date('2003-10-22','weekday ')} NULL 91 datetest 2.5 {date('2003-10-22','weekday 2')} 2003-10-28 92 datetest 2.6 {date('2003-10-22','weekday 3')} 2003-10-22 93 datetest 2.7 {date('2003-10-22','weekday 4')} 2003-10-23 94 datetest 2.8 {date('2003-10-22','weekday 5')} 2003-10-2 [all...] |
/frameworks/base/core/java/android/text/format/ |
Time.java | 110 public int weekDay; 210 * to April 1. It also fills in weekDay, yearDay, isDst and gmtoff. 306 this.weekDay = 0; 378 * <code>allDay</code> is set to false. The fields <code>weekDay</code>, 475 weekDay = 0; 663 this.weekDay = 0; 774 this.weekDay = that.weekDay; 781 * Sets the fields. Sets weekDay, yearDay and gmtoff to 0, and isDst to -1. 792 this.weekDay = 0 [all...] |
/external/chromium_org/v8/src/ |
date.h | 70 // Given the number of days since the epoch, computes the weekday. 72 int Weekday(int days) { 140 int week_day = Weekday(DaysFromYearMonth(year, 0));
|
objects-debug.cc | 430 CHECK(weekday()->IsUndefined() || weekday()->IsSmi() || weekday()->IsNaN()); 458 if (weekday()->IsSmi()) { 459 int weekday = Smi::cast(this->weekday())->value(); local 460 CHECK(0 <= weekday && weekday <= 6); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_strftime.py | 90 ('%a', calendar.day_abbr[now[6]], 'abbreviated weekday name'), 91 ('%A', calendar.day_name[now[6]], 'full weekday name'), 105 ('%w', '0?%d' % ((1+now[6]) % 7), 'weekday as a number (Sun 1st)'),
|
test_strptime.py | 46 # Make sure that full and abbreviated weekday names are correct in 49 "Testing of full weekday name failed") 51 "Testing of abbreviated weekday name failed") 120 "did not find abbreviated weekday in pattern string '%s'" % 123 "did not find full weekday in pattern string '%s'" % 151 "re object couldn't find the abbreviated weekday month in " 281 # Test weekday directives
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_strftime.py | 90 ('%a', calendar.day_abbr[now[6]], 'abbreviated weekday name'), 91 ('%A', calendar.day_name[now[6]], 'full weekday name'), 105 ('%w', '0?%d' % ((1+now[6]) % 7), 'weekday as a number (Sun 1st)'),
|
test_strptime.py | 46 # Make sure that full and abbreviated weekday names are correct in 49 "Testing of full weekday name failed") 51 "Testing of abbreviated weekday name failed") 120 "did not find abbreviated weekday in pattern string '%s'" % 123 "did not find full weekday in pattern string '%s'" % 151 "re object couldn't find the abbreviated weekday month in " 281 # Test weekday directives
|
/external/chromium-libpac/src/ |
proxy_resolver_script.h | 117 " function getDay(weekday) {\n" \ 118 " if (weekday in wdays) {\n" \ 119 " return wdays[weekday];\n" \
|
/external/chromium_org/net/proxy/ |
proxy_resolver_script.h | 117 " function getDay(weekday) {\n" \ 118 " if (weekday in wdays) {\n" \ 119 " return wdays[weekday];\n" \
|
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
TimeZoneInfo.java | 288 // String weekday = weekdayFormat.format(new Date(1000L * 290 // if (!weekday.equals("Sunday")) { 291 // f.format(" -- %s", weekday);
|