Searched defs:Utf8ForCodePoint (Results 1 – 4 of 4) sorted by relevance
26 struct Utf8ForCodePoint { struct33 bool ok() const { return length != 0; } in ok()39 char bytes[4] = {};40 uint32_t length = 0;
35 Utf8ForCodePoint::Utf8ForCodePoint(uint64_t code_point) { in Utf8ForCodePoint() function in absl::debugging_internal::Utf8ForCodePoint