Searched defs:AsciiStrToUpper (Results 1 – 10 of 10) sorted by relevance
164 void AsciiStrToUpper(std::string* s) { in AsciiStrToUpper() function
189 ABSL_MUST_USE_RESULT inline std::string AsciiStrToUpper(absl::string_view s) { in AsciiStrToUpper() function