/external/icu4c/i18n/unicode/ |
dtrule.h | 24 * a rule specified by month, day of month, day of week and 39 DOW, /**< The Nth occurence of the day of week, 41 DOW_GEQ_DOM, /**< The first occurence of the day of week on or after the day of monnth, 43 DOW_LEQ_DOM /**< The last occurence of the day of week on or before the day of month, 73 * Constructs a <code>DateTimeRule</code> by the day of week and its oridinal 78 * @param weekInMonth The ordinal number of the day of week. Negative number 81 * @param dayOfWeek The day of week, for example, <code>Calendar::SUNDAY</code>. 91 * Constructs a <code>DateTimeRule</code> by the first/last day of week 98 * @param dayOfWeek The day of week, for example, <code>Calendar::SUNDAY</code>. 185 * Gets the rule day of week. When the date rule typ [all...] |
simpletz.h | 143 * day-of-week-in-month. See setStartRule() for a 145 * @param savingsStartDayOfWeek The daylight savings starting day-of-week. 151 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month. 153 * @param savingsEndDayOfWeek The daylight savings ending day-of-week. 184 * day-of-week-in-month. See setStartRule() for a 186 * @param savingsStartDayOfWeek The daylight savings starting day-of-week. 192 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month. 194 * @param savingsEndDayOfWeek The daylight savings ending day-of-week. 228 * day-of-week-in-month. See setStartRule() for a 230 * @param savingsStartDayOfWeek The daylight savings starting day-of-week [all...] |
calendar.h | 130 * month, day-of-month <em>and</em> day-of-week in some cases. 193 YEAR_WOY, // 'Y' Example: 1..big number - Year of Week of Year 194 DOW_LOCAL, // 'e' Example: 1..7 - Day of Week / Localized 206 * Useful constant for days of week. Note: Calendar day-of-week is 1-based. Clients 207 * who create locale resources for the field of first-day-of-week should be aware of 208 * this. For instance, in US locale, first-day-of-week is set to 1, i.e., SUNDAY. [all...] |
ucal.h | 106 * month, day-of-month <em>and</em> day-of-week in some cases. 213 * week number within the current year. The first week of the year, as 216 * the value of <code>UCAL_WEEK_OF_YEAR</code> for days before the first week of 226 * week number within the current month. The first week of the month, as 229 * the value of <code>WEEK_OF_MONTH</code> for days before the first week of 257 * of the week. This field takes values <code>SUNDAY</code>, 273 * ordinal number of the day of the week within the current month. Together 282 * <code>DAY_OF_WEEK_IN_MONTH 0</code> indicates the week befor [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
EventRecurrenceFormatter.java | 75 * Converts day of week to a String. 77 * @return day of week as a string 84 * Converts EventRecurrence's day of week to DateUtil's day of week. 85 * @param day of week as an EventRecurrence value 86 * @return day of week as a DateUtil value.
|
/external/bluetooth/glib/tests/ |
date-test.c | 246 TEST("Monday week of year is not more than number of weeks in the year", 253 TEST("Monday week of year is >= than last week of year", 259 TEST("Monday week of year on Monday 1 more than previous day's week of year", 263 TEST("ISO 8601 week of year on Monday Dec 29 - Jan 4 is 1", 266 TEST("ISO 8601 week of year on Monday 1 more than previous day's week of year", 272 TEST("Monday week of year on non-Monday 0 more than previous day's week of year" [all...] |
testgdate.c | 253 TEST("Monday week of year is not more than number of weeks in the year", 260 TEST("Monday week of year is >= than last week of year", 266 TEST("Monday week of year on Monday 1 more than previous day's week of year", 270 TEST("ISO 8601 week of year on Monday Dec 29 - Jan 4 is 1", 273 TEST("ISO 8601 week of year on Monday 1 more than previous day's week of year", 279 TEST("Monday week of year on non-Monday 0 more than previous day's week of year" [all...] |
/packages/apps/Calendar/res/values-ja/ |
donottranslate.xml | 18 <!-- Order of weekday/day label in week view -->
|
/external/webkit/WebCore/html/ |
DateComponents.h | 44 // * Week type: year-week 69 int week() const { return m_week; } function in class:WebCore::DateComponents 98 // Sets year and week. 121 // For Week type. Updates m_year and m_week. 140 // Returns the maximum week number in this DateComponents's year. 182 Week,
|
HTMLInputElement.cpp | 188 case WEEK: 230 case WEEK: 292 case WEEK: 310 case WEEK: { 346 case WEEK: { 387 case WEEK: 434 case WEEK: 470 case WEEK: 526 case WEEK: { 586 case WEEK [all...] |
DateComponents.cpp | 352 int week; local 353 if (!toInt(src, length, index, 2, week) || week < 1 || week > maxWeekNumberInYear()) 358 m_week = week; 360 m_type = Week; 561 // Offset from January 1st to Monday of the ISO 8601's first week. 579 // We don't support gregorianStartYear. Week numbers are undefined in that year. 586 // The day belongs to the last week of the previous year. 598 m_type = Week; [all...] |
/external/icu4c/i18n/ |
calendar.cpp | 861 fprintf(stderr, "%p: setting week count data to locale %s, actual locale %s\n", c, (const char*)aLocale.getName(), (const char *)actualLoc.getName()); [all...] |
gregocal.cpp | 17 * week-based date determination. Removed quetionable 519 fprintf(stderr, "%s:%d: [WOY/WOM] gregorian week shift of %d += %d\n", 522 jd += weekShift; // shift by weeks for week based fields. 731 // * Compute the day of week, relative to the first day of week, from 747 // * Compute the day of week, relative to the first day of week, 764 // // Compute DOY from day of week plus week of year 766 // // Find the day of the week for the first of this year. Thi [all...] |
gregoimp.h | 172 * month, day-of-month, and day-of-week. 177 * @param dow output parameter to receive day-of-week (1-based, 1==Sun) 185 * month, day-of-month, and day-of-week. 190 * @param dow output parameter to receive day-of-week (1-based, 1==Sun) 197 * month, day-of-month, and day-of-week, day of year and millis-in-day. 202 * @param dow output parameter to receive day-of-week (1-based, 1==Sun) 210 * Return the day of week on the 1970-epoch day 212 * @return the day of week 217 * Returns the ordinal number for the specified day of week within the month. 222 * @return The ordinal number for the specified day of week within the mont [all...] |
/external/icu4c/samples/cal/ |
cal.c | 86 /* Number of days in a week */ 249 /* Determine the first day of the week */ 265 /* Determine the first day of the week */ 284 * in locales where the week doesn't start on Sunday. 476 /* The day of the week for the first day of the month is based on 477 1-based days of the week, which were also reordered when placed 479 first day of the week for the locale, which is also 1-based. */ 485 /* Indent the correct number of spaces for the first week */ 513 /* If we're at day 0 (first day of the week), insert a newline */ 625 /* The day of the week for the first day of the month is based o [all...] |
/frameworks/base/core/tests/coretests/res/values/ |
arrays.xml | 32 <item>1 week</item>
|
/packages/apps/Calendar/res/values/ |
donottranslate.xml | 18 <!-- Order of weekday/day label in week view -->
|
/dalvik/libcore/luni/src/main/java/java/util/ |
SimpleTimeZone.java | 142 * By default, this constructor specifies day-of-week-in-month rules. That 151 * Day of week after day of month: To specify the first day of the week 152 * occurring on or after an exact day of the month, make the day of the week 157 * Day of week before day of month: To specify the last day of the week 159 * week and the day of the month negative. For example, if {@code startDay} is {@code -21} 177 * the daylight savings starting day-of-week-in-month. Please see 180 * the daylight savings starting day-of-week. Please see the 190 * the daylight savings ending day-of-week-in-month. Please se [all...] |
/bionic/libc/tzcode/ |
strftime.c | 440 case 'V': /* ISO 8601 week number */ 444 ** From Arnold Robbins' strftime version 3.0: "the week number of the 445 ** year (the first Monday as the first day of week 1) as a decimal number 450 ** "Week 01 of a year is per definition the first week which has the 451 ** Thursday in this year, which is equivalent to the week which contains 452 ** the fourth day of January. In other words, the first week of a new year 453 ** is the week which has the majority of its days in the new year. Week 01 454 ** might also contain days from the previous year and the week before wee [all...] |
/system/core/libcutils/ |
tzstrftime.c | 390 case 'V': /* ISO 8601 week number */ 394 ** From Arnold Robbins' strftime version 3.0: "the week number of the 395 ** year (the first Monday as the first day of week 1) as a decimal number 400 ** "Week 01 of a year is per definition the first week which has the 401 ** Thursday in this year, which is equivalent to the week which contains 402 ** the fourth day of January. In other words, the first week of a new year 403 ** is the week which has the majority of its days in the new year. Week 01 404 ** might also contain days from the previous year and the week before wee [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9/ |
date-format-tofte.js | 118 // A full textual representation of the day of the week 191 // there's a chance it's "week 1" of next year. 211 // return that week. 216 // week 1, is the week that has the first thursday in it. 227 // Numeric representation of the day of the week
|
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
date-format-tofte.js | 118 // A full textual representation of the day of the week 191 // there's a chance it's "week 1" of next year. 211 // return that week. 216 // week 1, is the week that has the first thursday in it. 227 // Numeric representation of the day of the week
|
/packages/apps/Calendar/res/values-nl/ |
arrays.xml | 34 <item msgid="3390146235648970198">"1 week"</item> 52 <item msgid="5840973497558794742">"1 week"</item>
|
/external/icu4c/test/cintltst/ |
ccaltst.h | 47 * Test that the days of the week progress properly when add is called repeatedly
|
/frameworks/base/core/java/android/pim/ |
EventRecurrence.java | 118 throw new RuntimeException("bad day of week: " + day); 141 throw new RuntimeException("bad day of week: " + day); 163 throw new RuntimeException("bad day of week: " + day); 191 throw new RuntimeException("bad day of week: " + day);
|