Home
last modified time | relevance | path

Searched refs:Format02d (Results 1 – 4 of 4) sorted by relevance

/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_fixed.cc37 char* Format02d(char* p, int v) { in Format02d() function
110 ep = Format02d(ep, offset_hours); in FixedOffsetToName()
112 ep = Format02d(ep, offset_minutes); in FixedOffsetToName()
114 ep = Format02d(ep, offset_seconds); in FixedOffsetToName()
Dtime_zone_format.cc175 char* Format02d(char* ep, int v) { in Format02d() function
198 ep = Format02d(ep, seconds); in FormatOffset()
206 ep = Format02d(ep, minutes); in FormatOffset()
209 ep = Format02d(ep, hours); in FormatOffset()
397 bp = Format02d(ep, al.cs.month()); in format()
402 bp = Format02d(ep, al.cs.day()); in format()
407 bp = Format02d(ep, ToWeek(civil_day(al.cs), weekday::sunday)); in format()
415 bp = Format02d(ep, ToWeek(civil_day(al.cs), weekday::monday)); in format()
423 bp = Format02d(ep, al.cs.hour()); in format()
427 bp = Format02d(ep, al.cs.minute()); in format()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_fixed.cc37 char* Format02d(char* p, int v) { in Format02d() function
110 ep = Format02d(ep, offset_hours); in FixedOffsetToName()
112 ep = Format02d(ep, offset_minutes); in FixedOffsetToName()
114 ep = Format02d(ep, offset_seconds); in FixedOffsetToName()
Dtime_zone_format.cc175 char* Format02d(char* ep, int v) { in Format02d() function
198 ep = Format02d(ep, seconds); in FormatOffset()
206 ep = Format02d(ep, minutes); in FormatOffset()
209 ep = Format02d(ep, hours); in FormatOffset()
397 bp = Format02d(ep, al.cs.month()); in format()
402 bp = Format02d(ep, al.cs.day()); in format()
407 bp = Format02d(ep, ToWeek(civil_day(al.cs), weekday::sunday)); in format()
415 bp = Format02d(ep, ToWeek(civil_day(al.cs), weekday::monday)); in format()
423 bp = Format02d(ep, al.cs.hour()); in format()
427 bp = Format02d(ep, al.cs.minute()); in format()
[all …]