| /external/python/cpython3/Lib/test/ |
| test_strptime.py | 46 # Make sure that full and abbreviated weekday names are correct in 49 "Testing of full weekday name failed") 51 "Testing of abbreviated weekday name failed") 120 "did not find abbreviated weekday in pattern string '%s'" % 123 "did not find full weekday in pattern string '%s'" % 151 "re object couldn't find the abbreviated weekday month in " 221 # Ambiguous or incomplete cases using ISO year/week/weekday directives 226 # 2. ISO year (%G) and ISO week (%V) are specified, but weekday is not 229 # 3. ISO year (%G) and weekday are specified, but ISO week (%V) is not 311 # Test weekday directive [all...] |
| test_strftime.py | 88 ('%a', calendar.day_abbr[now[6]], 'abbreviated weekday name'), 89 ('%A', calendar.day_name[now[6]], 'full weekday name'), 103 ('%w', '0?%d' % ((1+now[6]) % 7), 'weekday as a number (Sun 1st)'),
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_strptime.py | 46 # Make sure that full and abbreviated weekday names are correct in
49 "Testing of full weekday name failed")
51 "Testing of abbreviated weekday name failed")
123 "did not find abbreviated weekday in pattern string '%s'" %
126 "did not find full weekday in pattern string '%s'" %
154 "re object couldn't find the abbreviated weekday month in "
284 # Test weekday directives
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_strptime.py | 46 # Make sure that full and abbreviated weekday names are correct in 49 "Testing of full weekday name failed") 51 "Testing of abbreviated weekday name failed") 120 "did not find abbreviated weekday in pattern string '%s'" % 123 "did not find full weekday in pattern string '%s'" % 151 "re object couldn't find the abbreviated weekday month in " 281 # Test weekday directives
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_strptime.py | 46 # Make sure that full and abbreviated weekday names are correct in 49 "Testing of full weekday name failed") 51 "Testing of abbreviated weekday name failed") 120 "did not find abbreviated weekday in pattern string '%s'" % 123 "did not find full weekday in pattern string '%s'" % 151 "re object couldn't find the abbreviated weekday month in " 281 # Test weekday directives
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_strptime.py | 46 # Make sure that full and abbreviated weekday names are correct in 49 "Testing of full weekday name failed") 51 "Testing of abbreviated weekday name failed") 120 "did not find abbreviated weekday in pattern string '%s'" % 123 "did not find full weekday in pattern string '%s'" % 151 "re object couldn't find the abbreviated weekday month in " 281 # Test weekday directives
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_strptime.py | 46 # Make sure that full and abbreviated weekday names are correct in 49 "Testing of full weekday name failed") 51 "Testing of abbreviated weekday name failed") 120 "did not find abbreviated weekday in pattern string '%s'" % 123 "did not find full weekday in pattern string '%s'" % 151 "re object couldn't find the abbreviated weekday month in " 281 # Test weekday directives
|
| /external/chromium-libpac/src/ |
| proxy_resolver_script.h | 117 " function getDay(weekday) {\n" \ 118 " if (weekday in wdays) {\n" \ 119 " return wdays[weekday];\n" \
|
| /external/v8/src/ |
| date.cc | 179 int* weekday, int* hour, int* min, int* sec, 184 *weekday = Weekday(days);
|
| /external/icu/icu4c/source/i18n/unicode/ |
| udat.h | 279 * Constant for date skeleton with weekday. 284 * Constant for date skeleton with abbreviated weekday. 289 * Constant for date skeleton with year, month, weekday, and day. 295 * Constant for date skeleton with year, abbreviated month, weekday, and day. 301 * Constant for date skeleton with year, numeric month, weekday, and day. 325 * Constant for date skeleton with month, weekday, and day. 331 * Constant for date skeleton with abbreviated month, weekday, and day. 337 * Constant for date skeleton with numeric month, weekday, and day. [all...] |
| /external/python/cpython2/Demo/turtle/ |
| tdemo_clock.py | 86 return wochentag[t.weekday()]
|
| /external/python/cpython3/Lib/turtledemo/ |
| clock.py | 86 return wochentag[t.weekday()]
|
| /external/python/cpython3/Misc/ |
| coverity_model.c | 177 weekday(int year, int month, int day) function
|
| /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
| ShadowTime.java | 53 time.weekDay = other.weekDay; 130 time.weekDay = 0; 154 time.weekDay = 0;
|
| /frameworks/opt/calendar/src/com/android/calendarcommon2/ |
| RecurrenceProcessor.java | 246 int v = EventRecurrence.timeDay2Day(iterator.weekDay); 329 int dotw = (instance.weekDay - instance.monthDay + 36) % 7; 514 first = generated.weekDay; [all...] |
| /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/ |
| __init__.py | 177 getbaseclasses(weekday) 372 'wkdy' : weekday,
|
| /external/toybox/toys/posix/ |
| date.c | 35 %a short weekday name %A weekday name %u day of week (1-7, 1=mon)
|
| /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;
|
| /packages/apps/TV/tests/unit/src/com/android/tv/recommendation/ |
| RoutineWatchEvaluatorTest.java | 266 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/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
| __init__.py | 177 getbaseclasses(weekday) 372 'wkdy' : weekday,
|
| /device/linaro/bootloader/edk2/StdLib/Include/ |
| time.h | 293 %a is replaced by the locale's abbreviated weekday name. [tm_wday]
294 %A is replaced by the locale's full weekday name. [tm_wday]
325 %u is replaced by the ISO 8601 weekday as a decimal number (1-7),
331 %w is replaced by the weekday as a decimal number (0-6), where Sunday is 0.
372 %Ou is replaced by the ISO 8601 weekday as a number in the locale's
377 %Ow is replaced by the weekday as a number, using the locale's alternative
|
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| DateFormatSymbols.java | 404 * Format wide weekday strings, for example: "Sunday", "Monday", etc. 413 * CLDR-style format abbreviated (not short) weekday strings, 423 * CLDR-style format short weekday strings, for example: "Su", "Mo", etc. 433 * CLDR-style format narrow weekday strings, for example: "S", "M", etc. 442 * Standalone wide weekday strings. For example: "Sunday", "Monday", etc. 451 * CLDR-style standalone abbreviated (not short) weekday strings, 461 * CLDR-style standalone short weekday strings, for example: "Sun", "Mon", etc. 471 * Standalone narrow weekday strings. For example: "S", "M", etc. An array 876 * Returns wide weekday strings. For example: "Sunday", "Monday", etc [all...] |
| DateTimePatternGenerator.java | [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| DateFormatSymbols.java | 415 * Format wide weekday strings, for example: "Sunday", "Monday", etc. 424 * CLDR-style format abbreviated (not short) weekday strings, 434 * CLDR-style format short weekday strings, for example: "Su", "Mo", etc. 444 * CLDR-style format narrow weekday strings, for example: "S", "M", etc. 453 * Standalone wide weekday strings. For example: "Sunday", "Monday", etc. 462 * CLDR-style standalone abbreviated (not short) weekday strings, 472 * CLDR-style standalone short weekday strings, for example: "Sun", "Mon", etc. 482 * Standalone narrow weekday strings. For example: "S", "M", etc. An array 897 * Returns wide weekday strings. For example: "Sunday", "Monday", etc. 898 * @return the weekday strings. Use <code>Calendar.SUNDAY</code> [all...] |