Searched defs:StringToLowerASCII (Results 1 – 2 of 2) sorted by relevance
276 template <class str> inline void StringToLowerASCII(str* s) { in StringToLowerASCII() function281 template <class str> inline str StringToLowerASCII(const str& s) { in StringToLowerASCII() function
297 template <class str> inline void StringToLowerASCII(str* s) { in StringToLowerASCII() function302 template <class str> inline str StringToLowerASCII(const str& s) { in StringToLowerASCII() function