Lines Matching defs:fmt
78 constexpr std::basic_string_view<CharT> fmt =
88 fmt,
92 fmt,
134 constexpr std::basic_string_view<CharT> fmt = SV("{:%%b='%b'%t%%h='%h'%t%%B='%B'%t%%m='%m'%t%%Om='%Om'%n}");
142 fmt,
146 fmt,
224 constexpr std::basic_string_view<CharT> fmt = SV("{:%%d='%d'%t%%Od='%Od'%t%%e='%e'%t%%Oe='%Oe'%n}");
232 fmt,
236 fmt,
279 constexpr std::basic_string_view<CharT> fmt =
289 fmt,
293 fmt,
346 constexpr std::basic_string_view<CharT> fmt = SV("{:%%j='%j'%n}");
353 check(SV("%j='001'\n"), fmt, std::chrono::local_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
354 check(SV("%j='138'\n"), fmt, std::chrono::local_seconds(2'000'000'000s)); // 03:33:20 UTC on Wednesday, 18 May 2033
375 constexpr std::basic_string_view<CharT> fmt = SV("{:%%U='%U'%t%%OU='%OU'%t%%W='%W'%t%%OW='%OW'%n}");
383 fmt,
387 fmt,
428 constexpr std::basic_string_view<CharT> fmt = SV("{:%%g='%g'%t%%G='%G'%t%%V='%V'%t%%OV='%OV'%n}");
436 fmt,
440 fmt,
482 constexpr std::basic_string_view<CharT> fmt = SV("{:%%D='%D'%t%%F='%F'%t%%x='%x'%t%%Ex='%Ex'%n}");
490 fmt,
494 fmt,
546 constexpr std::basic_string_view<CharT> fmt = SV(
600 fmt,
618 fmt,
806 constexpr std::basic_string_view<CharT> fmt = SV("{:%%c='%c'%t%%Ec='%Ec'%n}");
814 fmt,
818 fmt,