Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.cc108 inline std::uint_fast8_t Decode8(const char* cp) { in Decode8() function
120 for (int i = 0; i != (32 / 8); ++i) v = (v << 8) | Decode8(cp++); in Decode32()
129 for (int i = 0; i != (64 / 8); ++i) v = (v << 8) | Decode8(cp++); in Decode64()
442 transitions_[i].type_index = Decode8(bp++); in Load()
457 transition_types_[i].is_dst = (Decode8(bp++) != 0); in Load()
458 transition_types_[i].abbr_index = Decode8(bp++); in Load()