Home
last modified time | relevance | path

Searched refs:zone_abbr (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dtime.cc82 bd.zone_abbr = "-00"; in InfiniteFutureBreakdown()
99 bd.zone_abbr = "-00"; in InfinitePastBreakdown()
109 ci.zone_abbr = "-00"; in InfiniteFutureCivilInfo()
119 ci.zone_abbr = "-00"; in InfinitePastCivilInfo()
227 bd.zone_abbr = al.abbr; in In()
364 ci.zone_abbr = al.abbr; in At()
Dtime.h698 const char* zone_abbr; // time-zone abbreviation (e.g., "PST") member
940 const char* zone_abbr; // time-zone abbreviation (e.g., "PST") member
Dtime_test.cc54 EXPECT_THAT(ci.zone_abbr, testing::MatchesRegex(kZoneAbbrRE)); \
1056 EXPECT_STREQ("-00", ci.zone_abbr); // artifact of TimeZone::At() in TEST()
1063 EXPECT_STREQ("-00", ci.zone_abbr); // artifact of TimeZone::At() in TEST()