Home
last modified time | relevance | path

Searched refs:ttisstdcnt (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_info.h91 std::size_t ttisstdcnt; // UTC/local indicators (unused) member
H A Dtime_zone_info.cc263 ttisstdcnt = static_cast<std::size_t>(v); in Build()
277 len += 1 * ttisstdcnt; // UTC/local indicators in DataLength()
419 if (hdr.ttisstdcnt != 0 && hdr.ttisstdcnt != hdr.typecnt) return false;
484 bp += 1 * hdr.ttisstdcnt; // UTC/local indicators
/third_party/tzdata/
H A Dlocaltime.c479 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt); in tzloadbody() local
495 && 0 <= ttisstdcnt && ttisstdcnt < TZ_MAX_TYPES in tzloadbody()
504 + ttisstdcnt /* ttisstds */ in tzloadbody()
511 if (! ((ttisstdcnt == typecnt || ttisstdcnt == 0) in tzloadbody()
612 if (ttisstdcnt == 0) in tzloadbody()
/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c392 int ttisstdcnt; in tzload() local
396 ttisstdcnt = (int) detzcode(up->tzhead.tzh_ttisstdcnt); in tzload()
407 (ttisstdcnt != sp->typecnt && ttisstdcnt != 0) || in tzload()
416 ttisstdcnt + /* ttisstds */ in tzload()
481 if (ttisstdcnt == 0) in tzload()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c390 int ttisstdcnt; in tzload() local
394 ttisstdcnt = (int) detzcode(up->tzhead.tzh_ttisstdcnt); in tzload()
405 (ttisstdcnt != sp->typecnt && ttisstdcnt != 0) || in tzload()
414 ttisstdcnt + /* ttisstds */ in tzload()
479 if (ttisstdcnt == 0) in tzload()

Completed in 10 milliseconds