Home
last modified time | relevance | path

Searched defs:Utf8ForCodePoint (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/debugging/internal/
H A Dutf8_for_code_point.h26 struct Utf8ForCodePoint { struct
33 bool ok() const { return length != 0; } in ok()
39 char bytes[4] = {};
40 uint32_t length = 0;
H A Dutf8_for_code_point.cc35 Utf8ForCodePoint::Utf8ForCodePoint(uint64_t code_point) { in Utf8ForCodePoint() function in absl::debugging_internal::Utf8ForCodePoint
/aosp_15_r20/external/abseil-cpp/absl/debugging/internal/
H A Dutf8_for_code_point.h26 struct Utf8ForCodePoint { struct
33 bool ok() const { return length != 0; } in ok()
39 char bytes[4] = {};
40 uint32_t length = 0;
H A Dutf8_for_code_point.cc35 Utf8ForCodePoint::Utf8ForCodePoint(uint64_t code_point) { in Utf8ForCodePoint() function in absl::debugging_internal::Utf8ForCodePoint