Home
last modified time | relevance | path

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

/external/chromium_org/base/strings/
Dstring_util.h276 template <class str> inline void StringToLowerASCII(str* s) { in StringToLowerASCII() function
281 template <class str> inline str StringToLowerASCII(const str& s) { in StringToLowerASCII() function
/external/chromium/base/
Dstring_util.h297 template <class str> inline void StringToLowerASCII(str* s) { in StringToLowerASCII() function
302 template <class str> inline str StringToLowerASCII(const str& s) { in StringToLowerASCII() function