Home
last modified time | relevance | path

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

/external/chromium_org/url/
Durl_util.cc28 inline bool DoLowerCaseEqualsASCII(Iter a_begin, Iter a_end, const char* b) { in DoLowerCaseEqualsASCII()
487 bool LowerCaseEqualsASCII(const char* a_begin, in LowerCaseEqualsASCII()
493 bool LowerCaseEqualsASCII(const char* a_begin, in LowerCaseEqualsASCII()
505 bool LowerCaseEqualsASCII(const base::char16* a_begin, in LowerCaseEqualsASCII()
/external/chromium_org/base/strings/
Dstring_util.cc360 static inline bool DoLowerCaseEqualsASCII(Iter a_begin, in DoLowerCaseEqualsASCII()
379 bool LowerCaseEqualsASCII(std::string::const_iterator a_begin, in LowerCaseEqualsASCII()
385 bool LowerCaseEqualsASCII(string16::const_iterator a_begin, in LowerCaseEqualsASCII()
393 bool LowerCaseEqualsASCII(const char* a_begin, in LowerCaseEqualsASCII()
399 bool LowerCaseEqualsASCII(const char16* a_begin, in LowerCaseEqualsASCII()