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

/external/chromium_org/base/strings/
H A Dstring_util.h254 template <class str> inline void StringToLowerASCII(str* s) { function in namespace:base
259 template <class str> inline str StringToLowerASCII(const str& s) { function in namespace:base
262 StringToLowerASCII(&output);

Completed in 451 milliseconds