Home
last modified time | relevance | path

Searched refs:TestFormatSpecifier (Results 1 – 12 of 12) sorted by relevance

/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
Dtime_zone_format_test.cc60 void TestFormatSpecifier(time_point<D> tp, time_zone tz, const std::string& fmt, in TestFormatSpecifier() function
159 TestFormatSpecifier(tp, tz, "%d", "01"); in TEST()
160 TestFormatSpecifier(tp, tz, "%e", " 1"); // extension but internal support in TEST()
161 TestFormatSpecifier(tp, tz, "%H", "00"); in TEST()
162 TestFormatSpecifier(tp, tz, "%I", "12"); in TEST()
163 TestFormatSpecifier(tp, tz, "%j", "001"); in TEST()
164 TestFormatSpecifier(tp, tz, "%m", "01"); in TEST()
165 TestFormatSpecifier(tp, tz, "%M", "00"); in TEST()
166 TestFormatSpecifier(tp, tz, "%S", "00"); in TEST()
167 TestFormatSpecifier(tp, tz, "%U", "00"); in TEST()
[all …]
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_format_test.cc60 void TestFormatSpecifier(time_point<D> tp, time_zone tz, const std::string& fmt, in TestFormatSpecifier() function
159 TestFormatSpecifier(tp, tz, "%d", "01"); in TEST()
160 TestFormatSpecifier(tp, tz, "%e", " 1"); // extension but internal support in TEST()
161 TestFormatSpecifier(tp, tz, "%H", "00"); in TEST()
162 TestFormatSpecifier(tp, tz, "%I", "12"); in TEST()
163 TestFormatSpecifier(tp, tz, "%j", "001"); in TEST()
164 TestFormatSpecifier(tp, tz, "%m", "01"); in TEST()
165 TestFormatSpecifier(tp, tz, "%M", "00"); in TEST()
166 TestFormatSpecifier(tp, tz, "%S", "00"); in TEST()
167 TestFormatSpecifier(tp, tz, "%U", "00"); in TEST()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_format_test.cc60 void TestFormatSpecifier(time_point<D> tp, time_zone tz, const std::string& fmt, in TestFormatSpecifier() function
159 TestFormatSpecifier(tp, tz, "%d", "01"); in TEST()
160 TestFormatSpecifier(tp, tz, "%e", " 1"); // extension but internal support in TEST()
161 TestFormatSpecifier(tp, tz, "%H", "00"); in TEST()
162 TestFormatSpecifier(tp, tz, "%I", "12"); in TEST()
163 TestFormatSpecifier(tp, tz, "%j", "001"); in TEST()
164 TestFormatSpecifier(tp, tz, "%m", "01"); in TEST()
165 TestFormatSpecifier(tp, tz, "%M", "00"); in TEST()
166 TestFormatSpecifier(tp, tz, "%S", "00"); in TEST()
167 TestFormatSpecifier(tp, tz, "%U", "00"); in TEST()
[all …]
/external/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_format_test.cc60 void TestFormatSpecifier(time_point<D> tp, time_zone tz, const std::string& fmt, in TestFormatSpecifier() function
159 TestFormatSpecifier(tp, tz, "%d", "01"); in TEST()
160 TestFormatSpecifier(tp, tz, "%e", " 1"); // extension but internal support in TEST()
161 TestFormatSpecifier(tp, tz, "%H", "00"); in TEST()
162 TestFormatSpecifier(tp, tz, "%I", "12"); in TEST()
163 TestFormatSpecifier(tp, tz, "%j", "001"); in TEST()
164 TestFormatSpecifier(tp, tz, "%m", "01"); in TEST()
165 TestFormatSpecifier(tp, tz, "%M", "00"); in TEST()
166 TestFormatSpecifier(tp, tz, "%S", "00"); in TEST()
167 TestFormatSpecifier(tp, tz, "%U", "00"); in TEST()
[all …]
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_format_test.cc60 void TestFormatSpecifier(time_point<D> tp, time_zone tz, const std::string& fmt, in TestFormatSpecifier() function
159 TestFormatSpecifier(tp, tz, "%d", "01"); in TEST()
160 TestFormatSpecifier(tp, tz, "%e", " 1"); // extension but internal support in TEST()
161 TestFormatSpecifier(tp, tz, "%H", "00"); in TEST()
162 TestFormatSpecifier(tp, tz, "%I", "12"); in TEST()
163 TestFormatSpecifier(tp, tz, "%j", "001"); in TEST()
164 TestFormatSpecifier(tp, tz, "%m", "01"); in TEST()
165 TestFormatSpecifier(tp, tz, "%M", "00"); in TEST()
166 TestFormatSpecifier(tp, tz, "%S", "00"); in TEST()
167 TestFormatSpecifier(tp, tz, "%U", "00"); in TEST()
[all …]
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_format_test.cc60 void TestFormatSpecifier(time_point<D> tp, time_zone tz, const std::string& fmt, in TestFormatSpecifier() function
159 TestFormatSpecifier(tp, tz, "%d", "01"); in TEST()
160 TestFormatSpecifier(tp, tz, "%e", " 1"); // extension but internal support in TEST()
161 TestFormatSpecifier(tp, tz, "%H", "00"); in TEST()
162 TestFormatSpecifier(tp, tz, "%I", "12"); in TEST()
163 TestFormatSpecifier(tp, tz, "%j", "001"); in TEST()
164 TestFormatSpecifier(tp, tz, "%m", "01"); in TEST()
165 TestFormatSpecifier(tp, tz, "%M", "00"); in TEST()
166 TestFormatSpecifier(tp, tz, "%S", "00"); in TEST()
167 TestFormatSpecifier(tp, tz, "%U", "00"); in TEST()
[all …]
/external/angle/third_party/abseil-cpp/absl/time/
Dformat_test.cc30 void TestFormatSpecifier(absl::Time t, absl::TimeZone tz, in TestFormatSpecifier() function
71 TestFormatSpecifier(t, tz, "%a", "Thu"); in TEST()
72 TestFormatSpecifier(t, tz, "%A", "Thursday"); in TEST()
73 TestFormatSpecifier(t, tz, "%b", "Jan"); in TEST()
74 TestFormatSpecifier(t, tz, "%B", "January"); in TEST()
82 TestFormatSpecifier(t, tz, "%p", "AM"); in TEST()
83 TestFormatSpecifier(t, tz, "%x", "01/01/70"); in TEST()
84 TestFormatSpecifier(t, tz, "%X", "00:00:00"); in TEST()
/external/openscreen/third_party/abseil/src/absl/time/
Dformat_test.cc30 void TestFormatSpecifier(absl::Time t, absl::TimeZone tz, in TestFormatSpecifier() function
71 TestFormatSpecifier(t, tz, "%a", "Thu"); in TEST()
72 TestFormatSpecifier(t, tz, "%A", "Thursday"); in TEST()
73 TestFormatSpecifier(t, tz, "%b", "Jan"); in TEST()
74 TestFormatSpecifier(t, tz, "%B", "January"); in TEST()
82 TestFormatSpecifier(t, tz, "%p", "AM"); in TEST()
83 TestFormatSpecifier(t, tz, "%x", "01/01/70"); in TEST()
84 TestFormatSpecifier(t, tz, "%X", "00:00:00"); in TEST()
/external/webrtc/third_party/abseil-cpp/absl/time/
Dformat_test.cc30 void TestFormatSpecifier(absl::Time t, absl::TimeZone tz, in TestFormatSpecifier() function
71 TestFormatSpecifier(t, tz, "%a", "Thu"); in TEST()
72 TestFormatSpecifier(t, tz, "%A", "Thursday"); in TEST()
73 TestFormatSpecifier(t, tz, "%b", "Jan"); in TEST()
74 TestFormatSpecifier(t, tz, "%B", "January"); in TEST()
82 TestFormatSpecifier(t, tz, "%p", "AM"); in TEST()
83 TestFormatSpecifier(t, tz, "%x", "01/01/70"); in TEST()
84 TestFormatSpecifier(t, tz, "%X", "00:00:00"); in TEST()
/external/abseil-cpp/absl/time/
Dformat_test.cc30 void TestFormatSpecifier(absl::Time t, absl::TimeZone tz, in TestFormatSpecifier() function
71 TestFormatSpecifier(t, tz, "%a", "Thu"); in TEST()
72 TestFormatSpecifier(t, tz, "%A", "Thursday"); in TEST()
73 TestFormatSpecifier(t, tz, "%b", "Jan"); in TEST()
74 TestFormatSpecifier(t, tz, "%B", "January"); in TEST()
82 TestFormatSpecifier(t, tz, "%p", "AM"); in TEST()
83 TestFormatSpecifier(t, tz, "%x", "01/01/70"); in TEST()
84 TestFormatSpecifier(t, tz, "%X", "00:00:00"); in TEST()
/external/libtextclassifier/abseil-cpp/absl/time/
Dformat_test.cc30 void TestFormatSpecifier(absl::Time t, absl::TimeZone tz, in TestFormatSpecifier() function
71 TestFormatSpecifier(t, tz, "%a", "Thu"); in TEST()
72 TestFormatSpecifier(t, tz, "%A", "Thursday"); in TEST()
73 TestFormatSpecifier(t, tz, "%b", "Jan"); in TEST()
74 TestFormatSpecifier(t, tz, "%B", "January"); in TEST()
82 TestFormatSpecifier(t, tz, "%p", "AM"); in TEST()
83 TestFormatSpecifier(t, tz, "%x", "01/01/70"); in TEST()
84 TestFormatSpecifier(t, tz, "%X", "00:00:00"); in TEST()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/
Dformat_test.cc30 void TestFormatSpecifier(absl::Time t, absl::TimeZone tz, in TestFormatSpecifier() function
71 TestFormatSpecifier(t, tz, "%a", "Thu"); in TEST()
72 TestFormatSpecifier(t, tz, "%A", "Thursday"); in TEST()
73 TestFormatSpecifier(t, tz, "%b", "Jan"); in TEST()
74 TestFormatSpecifier(t, tz, "%B", "January"); in TEST()
82 TestFormatSpecifier(t, tz, "%p", "AM"); in TEST()
83 TestFormatSpecifier(t, tz, "%x", "01/01/70"); in TEST()
84 TestFormatSpecifier(t, tz, "%X", "00:00:00"); in TEST()