HomeSort by relevance Sort by last modified time
    Searched full:week (Results 201 - 225 of 352) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/build/platforms/android-5/arch-arm/usr/include/
time.h 52 int tm_wday; /* day of the week */
  /ndk/build/platforms/android-5/arch-x86/usr/include/
time.h 52 int tm_wday; /* day of the week */
  /ndk/build/platforms/android-8/arch-arm/usr/include/
time.h 52 int tm_wday; /* day of the week */
  /ndk/build/platforms/android-8/arch-x86/usr/include/
time.h 52 int tm_wday; /* day of the week */
  /packages/apps/AlarmClock/res/layout/
alarm_time.xml 24 and an optional line below, used for day/days of week -->
  /packages/apps/Email/src/com/android/exchange/
Eas.java 55 // 3 1 week ago Yes No
  /external/bluetooth/glib/glib/
gdate.h 63 /* actual week and month values */
150 /* First monday/sunday is the start of week 1; if we haven't reached
  /external/bluetooth/glib/docs/reference/glib/tmpl/
date.sgml 230 Enumeration representing a day of the week; #G_DATE_MONDAY,
573 Returns the day of the week for a #GDate. The date must be valid.
577 @Returns: day of the week as a #GDateWeekday.
632 Returns the week of the year, where weeks are understood to start on
638 @Returns: week of the year
657 Returns the week of the year during which this date falls, if weeks
663 @Returns: week number
  /external/icu4c/test/cintltst/
ccaltst.c 371 /*setting the first day of the week to other values */
386 /*setting minimal days of the week to other values */
712 verify1("1997 Tuesday in week 1 of June = ", cal,datdef, 1997, UCAL_JUNE, 3);
718 verify1("1997 Tuesday in week 5 of June = ", cal,datdef, 1997, UCAL_JULY, 1);
728 log_err("FAIL: U_ILLEGAL_ARGUMENT_ERROR was not returned for : 1997 Tuesday zero-th week in June\n");
737 verify1("1997 Tuesday in week 1 of year = ", cal, datdef,1996, UCAL_DECEMBER, 31);
742 verify1("1997 Tuesday in week 10 of year = ", cal,datdef, 1997, UCAL_MARCH, 4);
    [all...]
  /external/icu4c/i18n/unicode/
smpdtfmt.h 70 * Y year (week of year) (Number) 1997
80 * E day of week (Text) Tuesday
81 * e day of week (local 1~7) (Text & Number) Tues & 2
83 * F day of week in month (Number) 2 (2nd Wed in July)
84 * w week in year (Number) 27
85 * W week in month (Number) 2
98 * c stand alone day of week (Text & Number) Tuesday & 2
204 * The calendar defines what is the first day of the week, the first week of the
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
TimeZone.java 380 * the {@code Calendar} day of the week.
657 * hour; tzinfo[3] -> the dst start day of week; tzinfo[4] -> the
658 * dst start week of month; tzinfo[5] -> the dst start month;
660 * week; tzinfo[8] -> the dst end week of month; tzinfo[9] -> the
  /external/stlport/src/
time_facets.cpp 181 /* The number of days from the first day of the first ISO week of this
182 year to the year day YDAY with week day WDAY. ISO weeks start on
183 Monday; the first ISO week has the year's first Thursday. YDAY may
396 /* This ISO week belongs to the previous year. */
403 /* This ISO week belongs to the next year. */
  /packages/apps/Calendar/res/values/
strings.xml 94 Week view. -->
95 <string name="week_view">"Week"</string>
113 (Day view, Week view, Agenda view, Month view) they are currently in. -->
292 repeats weekly on some day of the week. For example,
298 <!-- 2nd parameter is a day of the week, like 'Sunday' -->
  /external/icu4c/test/intltest/
callimts.cpp 225 // Week of year
237 // Day of week in month
249 // Week of month
calregts.cpp 540 errln("FAIL: Day of week %d out of range [%d,%d]\n", dow, min, max);
542 errln("FAIL: Day of week should be SUNDAY Got " + dow);
706 date = new SimpleDateFormat(UnicodeString("dd MMM yyy (zzzz) 'is in week' ww"),status);
926 logln(testDesc + " => 1st day of week=" +
928 ", minimum days in first week=" +
    [all...]
caltest.cpp 500 * Test the handling of the day of the week, checking for correctness and
529 dow > max) errln(UnicodeString("FAIL: Day of week ") + (int32_t)dow + " out of range");
530 if (dow != UCAL_SUNDAY) errln("FAIL: Day of week should be SUNDAY[%d] not %d", UCAL_SUNDAY, dow);
631 verify765("1997 Tuesday in week 1 of June = ", c, 1997, UCAL_JUNE, 3);
637 verify765("1997 Tuesday in week 5 of June = ", c, 1997, UCAL_JULY, 1);
647 verify765("1997 Tuesday in week 0 of June = ", status);
663 verify765("1997 Tuesday in week 1 of yearWOY = ", c, 1996, UCAL_DECEMBER, 31);
669 verify765("1997 Tuesday in week 1 of year = ", c, 1997, UCAL_DECEMBER, 30);
674 verify765("1997 Tuesday in week 10 of year = ", c, 1997, UCAL_MARCH, 4);
677 // {sfb} week 0 is no longer a valid week of yea
    [all...]
  /external/webkit/WebCore/html/
HTMLInputElement.h 67 WEEK,
70 static const int numberOfTypes = WEEK + 1;
ValidityState.cpp 102 case HTMLInputElement::WEEK:
  /external/webkit/WebKit/chromium/src/
AssertMatchingEnums.cpp 251 COMPILE_ASSERT_MATCHING_ENUM(WebInputElement::Week, HTMLInputElement::WEEK);
  /external/icu4c/i18n/
vtzone.cpp 372 * dow day of week in BYDAY, or 0 when not found
373 * wim day of week ordinal number in BYDAY, or 0 when not found
439 // Note: BYDAY may contain multiple day of week separated by comma. It is unlikely used for
442 // 2-letter format is used just for representing a day of week, for example, "SU" for Sunday
443 // 3 or 4-letter format is used for represeinging Nth day of week, for example, "-1SA" for last Saturday
449 // Nth day of week
705 // Nth day of week rule, for example, last Sunday
708 // First day of week after day of month rule, for example,
853 // Adjust day of week
    [all...]
  /external/clearsilver/cgi/
date.c 36 * prefix.wday - day of the week
  /external/e2fsprogs/misc/
e2image.8.in 52 command) at regular intervals --- at boot time, and/or every week or so.
  /external/quake/quake/src/WinQuake/data/
HELP.TXT 34 week ($1.75 per minute). Closed some holidays
  /packages/apps/DeskClock/res/layout/
alarm_time.xml 64 and an optional line below, used for day/days of week -->
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
RRuleTest.java 505 // 1 2 3 // < 4 days, so not a week
510 // 1 2 // < 4 days, so not a week
524 * Find the first weekday of the first week of the year.
525 * The first week of the year may be partial, and the first week is considered
    [all...]

Completed in 245 milliseconds

1 2 3 4 5 6 7 891011>>