/external/rust/crates/chrono/src/format/ |
D | strftime.rs | 181 &[num0!(Month), lit!("/"), num0!(Day), lit!("/"), num0!(YearMod100)]; 187 nums!(Day), 354 recons![num0!(Month), lit!("/"), num0!(Day), lit!("/"), num0!(YearMod100)] in next() 356 'F' => recons![num0!(Year), lit!("-"), num0!(Month), lit!("-"), num0!(Day)], in next() 374 'd' => num0!(Day), in next() 375 'e' => nums!(Day), in next() 397 recons![nums!(Day), lit!("-"), fix!(ShortMonthName), lit!("-"), num0!(Year)] in next() 509 [num0!(Year), lit!("-"), num0!(Month), lit!("-"), num0!(Day)] in test_strftime_items() 512 assert_eq!(parse_and_collect("%m %d"), [num0!(Month), sp!(" "), num0!(Day)]); in test_strftime_items() 532 assert_eq!(parse_and_collect("%-e"), [num!(Day)]); in test_strftime_items() [all …]
|
D | parse.rs | 307 Day => (2, false, Parsed::set_day), in parse_internal() 469 Item::Numeric(Numeric::Day, Pad::Zero), in from_str() 603 [num!(Month), num!(Day), num!(WeekFromSun), num!(WeekFromMon), num!(IsoWeek), in test_parse() 743 check!("+12345", [fix!(TimezoneOffset), num!(Day)]; offset: 754 * 60, day: 5); in test_parse() 757 check!("CEST 5", [fix!(TimezoneName), lit!(" "), num!(Day)]; day: 5); in test_parse() 761 [num!(Year), lit!("-"), num!(Month), lit!("-"), num!(Day), lit!("T"), in test_parse() 766 [num!(Year), num!(Month), num!(Day), in test_parse() 771 [fix!(ShortWeekdayName), lit!(","), sp!(" "), num!(Day), sp!(" "), in test_parse() 778 num!(Day), sp!(" "), num!(Hour), lit!(":"), num!(Minute), lit!(":"), in test_parse() 783 [num!(Year), num!(Month), num!(Day), num!(Hour), num!(Minute), num!(Second)]; in test_parse()
|
/external/python/dateutil/docs/exercises/solutions/ |
D | mlk-day-rrule.rst | 3 Martin Luther King Day: Solution 6 Presented here is a solution to the :ref:`Martin Luther King Day exercises <mlk-day-exercise>`.
|
/external/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_posix.h | 79 struct Day { struct 92 Day n;
|
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_posix.h | 79 struct Day { struct 92 Day n;
|
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_posix.h | 79 struct Day { struct 92 Day n;
|
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/ |
D | time_zone_posix.h | 79 struct Day { struct 92 Day n;
|
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_posix.h | 79 struct Day { struct 92 Day n;
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_posix.h | 79 struct Day { struct 92 Day n;
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | ZoneParser.java | 208 public static class Day implements Comparable<Object> { class in ZoneParser 214 Day(String value) { in Day() method in ZoneParser.Day 343 public static Set<Day> days = new TreeSet<>(); 352 day = new Day(l.get(4)); in RuleLine() 374 public Day day; 440 public static Set<Day> untilDays = new TreeSet<>(); 455 untilDay = new Day(l.get(5)); // fall through in ZoneLine() 484 public Day untilDay; 525 …private long resolveTime(int gmtOffset, int untilYear, int untilMonth, Day untilDay, Time untilTim… in resolveTime()
|
/external/libtextclassifier/native/annotator/datetime/ |
D | datetime.fbs | 44 // Day of week, start of the week is Sunday & its value is 1. 47 // Day of the month starting with 1. 102 // Day value of the month starting with 1. 105 // Day of week, start of the week is Sunday and its value is 1.
|
/external/icu/icu4c/source/samples/msgfmt/ |
D | README.TXT | 17 Day 2: September 12th 2000 19 1. All the hardware and software requirements from Day 1. 20 2. Attended or fully understand Day 1 material.
|
/external/icu/icu4c/source/data/locales/ |
D | shi.txt | 82 Day{"{0} ({2}: {1})"} 83 Day-Of-Week{"{0} {1}"}
|
D | qu.txt | 794 dn{"Day"} 810 dn{"Day"} 821 dn{"Day"} 832 dn{"Day Of Year"} 835 dn{"Day Of Year"} 838 dn{"Day Of Year"} 1408 dn{"Day of the Week"} 1411 dn{"Day of the Week"} 1414 dn{"Day of the Week"}
|
D | khq.txt | 84 Day{"{0} ({2}: {1})"} 85 Day-Of-Week{"{0} {1}"}
|
D | ses.txt | 84 Day{"{0} ({2}: {1})"} 85 Day-Of-Week{"{0} {1}"}
|
D | mfe.txt | 72 Day{"{0} ({2}: {1})"} 73 Day-Of-Week{"{0} {1}"}
|
D | bm.txt | 74 Day{"{0} ({2}: {1})"} 75 Day-Of-Week{"{0} {1}"}
|
D | shi_Latn.txt | 84 Day{"{0} ({2}: {1})"} 85 Day-Of-Week{"{0} {1}"}
|
D | ff.txt | 85 Day{"{0} ({2}: {1})"} 86 Day-Of-Week{"{0} {1}"}
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_day.cpp | 17 XFA_Element::Day, in CXFA_Day()
|
D | cxfa_daynames.cpp | 15 {XFA_Element::Day, 7, 0},
|
/external/icu/icu4c/source/samples/translit/ |
D | README.TXT | 16 Day 2: September 12th 2000 18 1. All the hardware and software requirements from Day 1. 19 2. Attended or fully understand Day 1 material.
|
/external/pdfium/fxjs/ |
D | fx_date_helpers.cpp | 79 int Day(double t) { in Day() function 98 int day = Day(t); in DayWithinYear() 252 return Day(t) + dt - 1; in FX_MakeDay()
|
/external/cldr/common/testData/localeIdentifiers/ |
D | localeDisplayName.txt | 103 en-u-fw-fri; English (First Day of Week Is Friday) 104 en-u-fw-mon; English (First Day of Week Is Monday) 105 en-u-fw-sat; English (First Day of Week Is Saturday) 106 en-u-fw-sun; English (First Day of Week Is Sunday) 107 en-u-fw-thu; English (First Day of Week Is Thursday) 108 en-u-fw-tue; English (First Day of Week Is Tuesday) 109 en-u-fw-wed; English (First Day of Week Is Wednesday) 232 en-u-nu-hanidays; English (Chinese Calendar Day-of-Month Numerals)
|