Home
last modified time | relevance | path

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

/external/chromium/base/
Dstring_util.h311 template <class str> inline void StringToUpperASCII(str* s) { in StringToUpperASCII() function
316 template <class str> inline str StringToUpperASCII(const str& s) { in StringToUpperASCII() function