HomeSort by relevance Sort by last modified time
    Searched defs:wday (Results 1 - 7 of 7) sorted by null

  /system/core/include/cutils/
tztime.h 36 const char *wday[7]; /* short names */ member in struct:strftime_locale
  /bionic/libc/include/
time.h 87 const char * wday[7]; member in struct:strftime_locale
  /bionic/libc/tzcode/
strftime.c 51 const char * wday[DAYSPERWEEK]; member in struct:lc_time_T
221 "?" : locale->wday[t->tm_wday],
465 int wday; local
471 wday = t->tm_wday;
484 bot = ((yday + 11 - wday) %
  /system/core/libcutils/
tzstrftime.c 171 "?" : Locale->wday[t->tm_wday],
415 int wday; local
421 wday = t->tm_wday;
434 bot = ((yday + 11 - wday) %
  /frameworks/opt/calendar/src/com/android/calendarcommon/
EventRecurrence.java 840 Integer wday = sParseWeekdayMap.get(wdayStr); local
841 if (wday == null) {
844 byday[index] = wday;
    [all...]
  /external/icu4c/i18n/
vtzone.cpp 467 int32_t wday; local
468 for (wday = 0; wday < 7; wday++) {
469 if (value.compare(ICAL_DOW_NAMES[wday], 2) == 0) {
473 if (wday < 7) {
475 dow = wday + 1;
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 2821 register long wday; local
    [all...]

Completed in 612 milliseconds