Home
last modified time | relevance | path

Searched refs:kZoneAbbrRE (Results 1 – 8 of 8) sorted by relevance

/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/time/internal/
H A Dtest_util.h40 testing::MatchesRegex(absl::time_internal::kZoneAbbrRE)); \
47 extern const char kZoneAbbrRE[];
H A Dtest_util.cc30 extern const char kZoneAbbrRE[] = ".*"; // just punt
32 extern const char kZoneAbbrRE[] = "[A-Za-z]{3,4}|[-+][0-9]{2}([0-9]{2})?";
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/time/
H A Dtime_test.cc37 const char kZoneAbbrRE[] = ".*"; // just punt variable
39 const char kZoneAbbrRE[] = "[A-Za-z]{3,4}|[-+][0-9]{2}([0-9]{2})?";
54 EXPECT_THAT(ci.zone_abbr, testing::MatchesRegex(kZoneAbbrRE)); \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/time/
H A Dtime_test.cc37 const char kZoneAbbrRE[] = ".*"; // just punt variable
39 const char kZoneAbbrRE[] = "[A-Za-z]{3,4}|[-+][0-9]{2}([0-9]{2})?";
54 EXPECT_THAT(ci.zone_abbr, testing::MatchesRegex(kZoneAbbrRE)); \
/dports/devel/abseil/abseil-cpp-20211102.0/absl/time/
H A Dtime_test.cc37 const char kZoneAbbrRE[] = ".*"; // just punt variable
39 const char kZoneAbbrRE[] = "[A-Za-z]{3,4}|[-+][0-9]{2}([0-9]{2})?";
54 EXPECT_THAT(ci.zone_abbr, testing::MatchesRegex(kZoneAbbrRE)); \
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/time/
H A Dtime_test.cc37 const char kZoneAbbrRE[] = ".*"; // just punt variable
39 const char kZoneAbbrRE[] = "[A-Za-z]{3,4}|[-+][0-9]{2}([0-9]{2})?";
54 EXPECT_THAT(ci.zone_abbr, testing::MatchesRegex(kZoneAbbrRE)); \
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/time/
H A Dtime_test.cc37 const char kZoneAbbrRE[] = ".*"; // just punt variable
39 const char kZoneAbbrRE[] = "[A-Za-z]{3,4}|[-+][0-9]{2}([0-9]{2})?";
54 EXPECT_THAT(ci.zone_abbr, testing::MatchesRegex(kZoneAbbrRE)); \
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/time/
H A Dtime_test.cc37 const char kZoneAbbrRE[] = ".*"; // just punt variable
39 const char kZoneAbbrRE[] = "[A-Za-z]{3,4}|[-+][0-9]{2}([0-9]{2})?";
54 EXPECT_THAT(ci.zone_abbr, testing::MatchesRegex(kZoneAbbrRE)); \