Lines Matching defs:u32
96 pub fn and_hms_opt(self, hour: u32, min: u32, sec: u32) -> LocalResult<DateTime<Tz>> { in and_hms_opt()
113 hour: u32, in and_hms_milli_opt()
114 min: u32, in and_hms_milli_opt()
115 sec: u32, in and_hms_milli_opt()
116 milli: u32, in and_hms_milli_opt()
134 hour: u32, in and_hms_micro_opt()
135 min: u32, in and_hms_micro_opt()
136 sec: u32, in and_hms_micro_opt()
137 micro: u32, in and_hms_micro_opt()
155 hour: u32, in and_hms_nano_opt()
156 min: u32, in and_hms_nano_opt()
157 sec: u32, in and_hms_nano_opt()
158 nano: u32, in and_hms_nano_opt()
213 fn ymd(&self, year: i32, month: u32, day: u32) -> Date<Self> { in ymd()
233 fn ymd_opt(&self, year: i32, month: u32, day: u32) -> LocalResult<Date<Self>> { in ymd_opt()
290 fn isoywd(&self, year: i32, week: u32, weekday: Weekday) -> Date<Self> { in isoywd()
303 fn isoywd_opt(&self, year: i32, week: u32, weekday: Weekday) -> LocalResult<Date<Self>> { in isoywd_opt()