Home
last modified time | relevance | path

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

/third_party/boost/boost/date_time/
Dtime.hpp88 std::string zone_name(bool /*as_offset*/=false) const in zone_name() function in boost::date_time::base_time
90 return time_system::zone_name(time_); in zone_name()
97 return time_system::zone_name(time_); in zone_abbrev()
Dtime_system_split.hpp140 static std::string zone_name(const time_rep_type&) in zone_name() function in boost::date_time::split_timedate_system
Dtime_system_counted.hpp190 static std::string zone_name(const time_rep_type&) in zone_name() function in boost::date_time::counted_time_system
Dtime_facet.hpp330 if(time_arg.zone_name().empty()) { in put()
344 time_arg.zone_name()); in put()
366 if(time_arg.zone_name(true).empty()) { in put()
378 time_arg.zone_name(true)); in put()
/third_party/grpc/test/cpp/naming/
Dgen_build_yaml.py25 def _append_zone_name(name, zone_name): argument
26 return '%s.%s' % (name, zone_name)
/third_party/tzdata/
Dzdump.c929 struct tm const *tm, time_t t, char const *ab, char const *zone_name) in istrftime() argument
960 formatted_len = format_quoted_string(b, s, zone_name); in istrftime()
1007 char const *zone_name) in showtrans() argument
1017 while (! istrftime(buf, size, time_fmt, tm, t, ab, zone_name)) { in showtrans()
/third_party/boost/boost/date_time/local_time/
Dlocal_date_time.hpp320 std::string zone_name(bool as_offset=false) const in zone_name() function in boost::local_time::local_date_time_base
/third_party/boost/boost/log/support/
Ddate_time.hpp255 ctx.strm << ctx.value.m_time.zone_name(true); in format_extended_iso_time_zone()