#include <cstddef>
#include <cstdint>
Go to the source code of this file.
Namespaces | |
absl | |
absl::strings_internal | |
Enumerations | |
enum | { absl::strings_internal::kMaxEncodedUTF8Size = 4 } |
Functions | |
size_t | absl::strings_internal::EncodeUTF8Char (char *buffer, char32_t utf8_char) |