HomeSort by relevance Sort by last modified time
    Searched full:weekday (Results 151 - 175 of 552) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/icu/icu4c/source/i18n/unicode/
ucal.h     [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
IBMCalendarTest.java 91 Calendar.MONDAY, Calendar.WEEKDAY,
92 Calendar.FRIDAY, Calendar.WEEKDAY,
97 Calendar.WEDNESDAY,Calendar.WEEKDAY,
98 Calendar.THURSDAY, Calendar.WEEKDAY,
103 Calendar.MONDAY, Calendar.WEEKDAY,
104 Calendar.FRIDAY, Calendar.WEEKDAY,
105 Calendar.SATURDAY, Calendar.WEEKDAY,
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IBMCalendarTest.java 88 Calendar.MONDAY, Calendar.WEEKDAY,
89 Calendar.FRIDAY, Calendar.WEEKDAY,
94 Calendar.WEDNESDAY,Calendar.WEEKDAY,
95 Calendar.THURSDAY, Calendar.WEEKDAY,
100 Calendar.MONDAY, Calendar.WEEKDAY,
101 Calendar.FRIDAY, Calendar.WEEKDAY,
102 Calendar.SATURDAY, Calendar.WEEKDAY,
    [all...]
  /external/python/cpython2/Doc/library/
time.rst 259 | ``%a`` | Locale's abbreviated weekday | |
262 | ``%A`` | Locale's full weekday name. | |
304 | ``%w`` | Weekday as a decimal number | |
  /external/python/cpython3/Modules/
timemodule.c 538 %a Locale's abbreviated weekday name.\n\
539 %A Locale's full weekday name.\n\
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 643 mModel.weeklyByDayOfWeek[mTime.weekDay] = true;
651 mModel.weeklyByDayOfWeek[mTime.weekDay] = true;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cookielib.py 230 09 Feb 1994 22:23:32 GMT -- HTTP format (no weekday)
231 08-Feb-94 14:15:29 GMT -- rfc850 format (no weekday)
232 08-Feb-1994 14:15:29 GMT -- broken rfc850 format (no weekday)
254 text = WEEKDAY_RE.sub("", text, 1) # Useless weekday
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
handlers.py 29 # Weekday and month names for HTTP date/time formatting; always English!
  /external/curl/lib/
mk-ca-bundle.vbs 378 output = WeekDayName(WeekDay(input), TRUE) & " " & _
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
CalendarTest.java 505 assertEquals(Calendar.WEEKDAY, cal.getDayOfWeekType(Calendar.FRIDAY));
  /external/python/cpython2/Lib/
cookielib.py 230 09 Feb 1994 22:23:32 GMT -- HTTP format (no weekday)
231 08-Feb-94 14:15:29 GMT -- rfc850 format (no weekday)
232 08-Feb-1994 14:15:29 GMT -- broken rfc850 format (no weekday)
254 text = WEEKDAY_RE.sub("", text, 1) # Useless weekday
    [all...]
  /external/python/cpython2/Lib/wsgiref/
handlers.py 29 # Weekday and month names for HTTP date/time formatting; always English!
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowTimeTest.java 117 assertEquals(0, t.weekDay);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 79 // When the week starts; numbered like Time.<WEEKDAY> (e.g. SUNDAY=0).
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekAdapter.java 232 selectedDay = mSelectedDay.weekDay;
  /packages/apps/DeskClock/src/com/android/deskclock/
ClockFragment.java 479 // Compute if the city week day matches the weekday of the current timezone.
  /packages/apps/DeskClock/src/com/android/deskclock/data/
SettingsDAO.java 258 throw new IllegalArgumentException("Unknown weekday: " + firstCalendarDay);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 452 time.monthDay -= time.weekDay - FIRST_DAY_OF_WEEK;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cookielib.py 230 09 Feb 1994 22:23:32 GMT -- HTTP format (no weekday)
231 08-Feb-94 14:15:29 GMT -- rfc850 format (no weekday)
232 08-Feb-1994 14:15:29 GMT -- broken rfc850 format (no weekday)
254 text = WEEKDAY_RE.sub("", text, 1) # Useless weekday
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
handlers.py 29 # Weekday and month names for HTTP date/time formatting; always English!
  /prebuilts/gdb/linux-x86/lib/python2.7/
cookielib.py 230 09 Feb 1994 22:23:32 GMT -- HTTP format (no weekday)
231 08-Feb-94 14:15:29 GMT -- rfc850 format (no weekday)
232 08-Feb-1994 14:15:29 GMT -- broken rfc850 format (no weekday)
254 text = WEEKDAY_RE.sub("", text, 1) # Useless weekday
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
handlers.py 29 # Weekday and month names for HTTP date/time formatting; always English!
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/go/internal/
version.a 272 UnmarshalBinary^??"??&UnmarshalJSON^??"??&UnmarshalText^??"??& Weekday^?? ??6hv Year^?? YearDay^??Zone^?V ??abs^?? addSec^t·1?
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/runtime/
debug.a 68 UnmarshalBinary>jB"?B&UnmarshalJSON>jB"?B&UnmarshalText>jB"?B& Weekday>jB ??:Jp Year>jB YearDay>jBZone>?L PRabs>jB addSec>t·1B

Completed in 68 milliseconds

1 2 3 4 5 67 8 91011>>