Searched defs:ToLowerASCII (Results 1 - 2 of 2) sorted by path

/external/chromium/base/
H A Dstring_util.h124 template <class Char> inline Char ToLowerASCII(Char c) { function in namespace:base
148 return ToLowerASCII(x) == ToLowerASCII(y);
299 *i = base::ToLowerASCII(*i);
/external/chromium/googleurl/src/
H A Durl_util.cc45 template <class Char> inline Char ToLowerASCII(Char c) { function in namespace:url_util::__anon2764
53 if (!*b || ToLowerASCII(*it) != *b)
491 ToLowerASCII(*a_begin) == *b_begin) {

Completed in 120 milliseconds