HomeSort by relevance Sort by last modified time
    Searched full:weekday (Results 51 - 75 of 399) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/v8/src/
objects-debug.cc 461 CHECK(weekday()->IsUndefined(isolate) || weekday()->IsSmi() ||
462 weekday()->IsNaN());
489 if (weekday()->IsSmi()) {
490 int weekday = Smi::cast(this->weekday())->value(); local
491 CHECK(0 <= weekday && weekday <= 6);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeeksAdapter.java 92 // When the week starts; numbered like Time.<WEEKDAY> (e.g. SUNDAY=0).
229 selectedDay = mSelectedDay.weekDay;
SimpleWeekView.java 264 if (time.weekDay != mWeekStart) {
265 int diff = time.weekDay - mWeekStart;
  /packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
RoutineWatchEvaluatorTest.java 209 assertEquals("Weekday", expectedWeekDay, actualProgramTime.weekDay);
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 177 getbaseclasses(weekday)
372 'wkdy' : weekday,
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_windows.go 108 // d.DayOfWeek is appropriate weekday (Sunday=0 to Saturday=6)
113 i := int(d.DayOfWeek) - int(t.Weekday())
format_test.go 114 hasWD bool // contains a weekday
290 if test.hasWD && time.Weekday() != Thursday {
291 t.Errorf("%s: bad weekday: %s not %s", test.name, time.Weekday(), Thursday)
  /prebuilts/go/linux-x86/src/time/
zoneinfo_windows.go 108 // d.DayOfWeek is appropriate weekday (Sunday=0 to Saturday=6)
113 i := int(d.DayOfWeek) - int(t.Weekday())
format_test.go 114 hasWD bool // contains a weekday
290 if test.hasWD && time.Weekday() != Thursday {
291 t.Errorf("%s: bad weekday: %s not %s", test.name, time.Weekday(), Thursday)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 177 getbaseclasses(weekday)
372 'wkdy' : weekday,
  /frameworks/base/core/java/android/text/style/
TtsSpan.java 312 * Argument used to specify the weekday of a date. The value should be
319 public static final String ARG_WEEKDAY = "android.arg.weekday";
    [all...]
  /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],
315 ** "ISO 8601: Weekday as a decimal number
  /packages/apps/DeskClock/src/com/android/deskclock/
ClockFragment.java 393 // Compute if the city week day matches the weekday of the current timezone.
403 final String weekday = cityCal.getDisplayName(DAY_OF_WEEK, Calendar.SHORT, locale); local
404 dayOfWeek.setText(mContext.getString(R.string.world_day_of_week_label, weekday));
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 126 /** maps a two-character weekday string to an integer constant */
417 * Determines whether this rule specifies a simple monthly rule by weekday, such as
550 * ( ";" "WKST" "=" weekday ) /
829 /** parses [int]weekday, putting the pieces into parallel array entries */
835 /* number is included; parse it out and advance to weekday */
841 /* just the weekday string */
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateTimePatternGenerator.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateTimePatternGenerator.java     [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
HeaderParser.java 46 * Parse the weekday field
  /frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
ICU_Delegate.java 202 // the constants from java.util.Calendar.<weekday>
  /libcore/luni/src/test/java/libcore/icu/
LocaleDataTest.java 95 // Russian stand-alone weekday names have no initial capital since CLDR 28/ICU 56.
  /libcore/luni/src/test/java/libcore/java/text/
DateFormatSymbolsTest.java 53 // The Polish language needs stand-alone month and weekday names.
  /frameworks/base/core/java/android/text/format/
DateUtils.java 583 * If FORMAT_SHOW_WEEKDAY is set, then the weekday is shown.
653 * If FORMAT_ABBREV_WEEKDAY is set, then the weekday (if shown) is
661 * If FORMAT_ABBREV_ALL is set, then the weekday and the month (if shown)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
volume.py 370 if week_boundary.weekday() != 0:
371 delta = datetime.timedelta(days=week_boundary.weekday())
  /external/curl/lib/
parsedate.c 89 static const char * const weekday[] = variable
210 what = &weekday[0];
  /external/icu/icu4c/source/test/intltest/
tsdtfmsy.cpp 156 errln("ERROR: English format short weekday names don't match prefixes of format abbreviated names");
159 errln("ERROR: English standalone short weekday names don't match prefixes of format abbreviated names");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets_nonio.h 461 * @brief Parse input weekday string.
463 * This function parses a weekday name and puts the results into a
467 * Parsing starts by parsing an abbreviated weekday name. If a valid
469 * weekday name, parsing continues until the full name is found or an
481 * @return Iterator to first char beyond weekday name.
600 * @brief Parse input weekday string.
602 * This function parses a weekday name and puts the results into a
612 * @return Iterator to first char beyond weekday name.
    [all...]

Completed in 3044 milliseconds

1 23 4 5 6 7 8 91011>>