#include "absl/strings/ascii.h"
Go to the source code of this file.
Namespaces | |
absl | |
absl::ascii_internal | |
Functions | |
void | absl::AsciiStrToLower (std::string *s) |
void | absl::AsciiStrToUpper (std::string *s) |
void | absl::RemoveExtraAsciiWhitespace (std::string *str) |
Variables | |
const unsigned char | absl::ascii_internal::kPropertyBits [256] |
const char | absl::ascii_internal::kToLower [256] |
const char | absl::ascii_internal::kToUpper [256] |