/dalvik/libcore/text/src/main/java/java/text/ |
SimpleDateFormat.java | 123 * <td>day of week</td> 135 * <td>day of week in month</td> 141 * <td>week in year</td> 147 * <td>week in month</td> 300 * The calendar defines the first day of the week, the first week of the year, [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
CalendarView.java | 72 * and week view to start with) that share some common code. 147 private int[] mEarliestStartHour; // indexed by the week day offset 148 private boolean[] mHasAllDayEvent; // indexed by the week day offset 446 // easily start the week display at any week day. 604 // Set the base date to the beginning of the week if we are displaying 803 * The current view and new view are either both Week views or both Day [all...] |
CalendarActivity.java | 44 * This is the base class for Day and Week Activities.
|
MonthActivity.java | 226 // Get first day of week based on locale and populate the day headers
|
Event.java | 114 // hour in the Day and Week view. 399 * are displayed in separate columns in the week view and day view. For
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
ExternalMessages.properties | 175 K00e7=day of week\: {0} 191 K00f8=day of week in month\: {0}
|
/external/icu4c/i18n/unicode/ |
rbtz.h | 142 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday) 163 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
|
datefmt.h | 15 * 11/15/99 weiv Added support for week of year/day of week formatting 53 * week, or even the calendar format: lunar vs. solar.
|
vtzone.h | 157 * BYDAY rule with day of week (such as BYDAY=1SUN). This method produce 194 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday) 215 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
|
udat.h | 33 * week, or even the calendar format: lunar vs. solar. 645 * the day of the week. 657 * the day of the week. [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
edid.h | 117 #define WEEK GET(V_WEEK) & 0xFF 350 int week; member in struct:vendor
|
/external/icu4c/i18n/ |
smpdtfmt.cpp | 23 * 11/15/99 weiv Added support for week of year/day of week format [all...] |
/bionic/libc/tzcode/ |
localtime.c | 185 int r_week; /* week number of rule */ 192 #define MONTH_NTH_DAY_OF_WEEK 2 /* Mm.n.d - month, week, day of week */ 855 ** Month, week, day. 942 ** Use Zeller's Congruence to get day-of-week of first day of 955 ** "dow" is the day-of-week of the first day of the month. Get [all...] |
/external/icu4c/tools/tzcode/ |
localtime.c | 126 int r_week; /* week number of rule */ 133 #define MONTH_NTH_DAY_OF_WEEK 2 /* Mm.n.d - month, week, day of week */ 772 ** Month, week, day. 859 ** Use Zeller's Congruence to get day-of-week of first day of 872 ** "dow" is the day-of-week of the first day of the month. Get [all...] |
zic.c | 1977 register int week; local [all...] |
/system/core/libcutils/ |
tztime.c | 159 int r_week; /* week number of rule */ 166 #define MONTH_NTH_DAY_OF_WEEK 2 /* Mm.n.d - month, week, day of week */ 792 ** Month, week, day. 879 ** Use Zeller's Congruence to get day-of-week of first day of 892 ** "dow" is the day-of-week of the first day of the month. Get [all...] |
/external/e2fsprogs/lib/e2p/ |
ls.c | 72 sprintf(tmp, "%s%d week%s", buf[0] ? ", " : "",
|
/packages/apps/Calendar/res/values-nl/ |
strings.xml | 46 <string name="week_view" msgid="6775043022159508060">"Week"</string>
|
/packages/apps/Music/res/values-nl/ |
strings.xml | 106 <item msgid="7005918873419323862">"1 week"</item>
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
RecurrenceProcessor.java | 391 // calculate the day of week for the first of this month (first) 406 // for the current week. 416 // v is 0, each day in the month/week 442 // overshot by one week [all...] |
/bionic/libc/bionic/ |
time64.c | 309 1) Starts on the same day of the week. 317 Finally, the next year must have the same start day of week. This
|
/dalvik/libcore/icu/src/main/native/ |
Resources.cpp | 349 // get the First day of week and the minimal days in first week numbers
|
/dalvik/libcore/luni/src/main/java/java/util/ |
Date.java | 250 * Returns the gregorian calendar day of the week for this {@code Date} object. 252 * @return the day of the week.
|
/frameworks/base/core/java/android/text/format/ |
DateUtils.java | 34 * elapsed time and date ranges, strings for days of the week and months, and AM/PM text etc. 296 * Return a string for the day of the week. 554 // above a week or exact dates below a day, so clamp 578 * today this function returns "Today", if the day was a week ago it returns "7 days ago", and [all...] |
/external/iproute2/examples/ |
cbq.init-v0.7.3 | 67 # - support for week days in TIME rules 418 # You can also specify days of week when the TIME rule applies. <dow> 886 ### Check the day-of-week (if present) [all...] |