Home
last modified time | relevance | path

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

/external/chromium_org/base/strings/
Dstring_util.h278 template <class str> inline void StringToUpperASCII(str* s) { in StringToUpperASCII() function
283 template <class str> inline str StringToUpperASCII(const str& s) { in StringToUpperASCII() function