Home
last modified time | relevance | path

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

/external/chromium/googleurl/src/
Durl_util.cc51 inline bool DoLowerCaseEqualsASCII(Iter a_begin, Iter a_end, const char* b) { in DoLowerCaseEqualsASCII()
480 bool LowerCaseEqualsASCII(const char* a_begin, in LowerCaseEqualsASCII()
486 bool LowerCaseEqualsASCII(const char* a_begin, in LowerCaseEqualsASCII()
498 bool LowerCaseEqualsASCII(const char16* a_begin, in LowerCaseEqualsASCII()
/external/chromium/base/
Dstring_util.cc487 static inline bool DoLowerCaseEqualsASCII(Iter a_begin, in DoLowerCaseEqualsASCII()
512 bool LowerCaseEqualsASCII(std::string::const_iterator a_begin, in LowerCaseEqualsASCII()
518 bool LowerCaseEqualsASCII(std::wstring::const_iterator a_begin, in LowerCaseEqualsASCII()
525 bool LowerCaseEqualsASCII(string16::const_iterator a_begin, in LowerCaseEqualsASCII()
533 bool LowerCaseEqualsASCII(const char* a_begin, in LowerCaseEqualsASCII()
541 bool LowerCaseEqualsASCII(const wchar_t* a_begin, in LowerCaseEqualsASCII()
549 bool LowerCaseEqualsASCII(const char16* a_begin, in LowerCaseEqualsASCII()