Searched refs:zone_abbr (Results 1 – 6 of 6) sorted by relevance
/third_party/abseil-cpp/absl/time/ |
D | time.cc | 81 bd.zone_abbr = "-00"; in InfiniteFutureBreakdown() 98 bd.zone_abbr = "-00"; in InfinitePastBreakdown() 108 ci.zone_abbr = "-00"; in InfiniteFutureCivilInfo() 118 ci.zone_abbr = "-00"; in InfinitePastCivilInfo() 226 bd.zone_abbr = al.abbr; in In() 363 ci.zone_abbr = al.abbr; in At()
|
D | time.h | 659 const char* zone_abbr; // time-zone abbreviation (e.g., "PST") member 891 const char* zone_abbr; // time-zone abbreviation (e.g., "PST") member
|
D | time_test.cc | 54 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()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
D | time.cc | 82 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()
|
D | time.h | 698 const char* zone_abbr; // time-zone abbreviation (e.g., "PST") member 940 const char* zone_abbr; // time-zone abbreviation (e.g., "PST") member
|
D | time_test.cc | 54 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()
|