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

/external/chromium/googleurl/src/
H A Durl_util.cc49 // Backend for LowerCaseEqualsASCII.
99 return LowerCaseEqualsASCII(&spec[component.begin],
113 if (LowerCaseEqualsASCII(&spec[scheme.begin], &spec[scheme.end()],
479 // Front-ends for LowerCaseEqualsASCII.
480 bool LowerCaseEqualsASCII(const char* a_begin, function in namespace:url_util
486 bool LowerCaseEqualsASCII(const char* a_begin, function in namespace:url_util
498 bool LowerCaseEqualsASCII(const char16* a_begin, function in namespace:url_util
/external/chromium_org/chrome_frame/
H A Dhtml_utils.cc29 bool HTMLScanner::StringRange::LowerCaseEqualsASCII(const char* other) const { function in class:HTMLScanner::StringRange
30 return ::LowerCaseEqualsASCII(start_, end_, other);
81 // Use this so we can use the convenience method LowerCaseEqualsASCII()
134 if (::LowerCaseEqualsASCII(tokenizer.token_begin(), tokenizer.token_end(),
189 // Use this so we can use the convenience method LowerCaseEqualsASCII()
198 if (LowerCaseEqualsASCII(current_name, search_name_ascii.c_str())) {
200 } else if (LowerCaseEqualsASCII(current_name, stop_tag_ascii.c_str())) {
/external/chromium_org/url/
H A Durl_util.cc29 // Backend for LowerCaseEqualsASCII.
77 return LowerCaseEqualsASCII(&spec[component.begin],
91 if (LowerCaseEqualsASCII(&spec[scheme.begin], &spec[scheme.end()],
497 // Front-ends for LowerCaseEqualsASCII.
498 bool LowerCaseEqualsASCII(const char* a_begin, function in namespace:url_util
504 bool LowerCaseEqualsASCII(const char* a_begin, function in namespace:url_util
516 bool LowerCaseEqualsASCII(const base::char16* a_begin, function in namespace:url_util
/external/chromium/base/
H A Dstring_util.cc497 // Front-ends for LowerCaseEqualsASCII.
498 bool LowerCaseEqualsASCII(const std::string& a, const char* b) { function
502 bool LowerCaseEqualsASCII(const std::wstring& a, const char* b) { function
507 bool LowerCaseEqualsASCII(const string16& a, const char* b) { function
512 bool LowerCaseEqualsASCII(std::string::const_iterator a_begin, function
518 bool LowerCaseEqualsASCII(std::wstring::const_iterator a_begin, function
525 bool LowerCaseEqualsASCII(string16::const_iterator a_begin, function
533 bool LowerCaseEqualsASCII(const char* a_begin, function
541 bool LowerCaseEqualsASCII(const wchar_t* a_begin, function
549 bool LowerCaseEqualsASCII(cons function
[all...]
/external/chromium_org/base/strings/
H A Dstring_util.cc442 // Front-ends for LowerCaseEqualsASCII.
443 bool LowerCaseEqualsASCII(const std::string& a, const char* b) { function
447 bool LowerCaseEqualsASCII(const std::wstring& a, const char* b) { function
452 bool LowerCaseEqualsASCII(const string16& a, const char* b) { function
457 bool LowerCaseEqualsASCII(std::string::const_iterator a_begin, function
463 bool LowerCaseEqualsASCII(std::wstring::const_iterator a_begin, function
470 bool LowerCaseEqualsASCII(string16::const_iterator a_begin, function
479 bool LowerCaseEqualsASCII(const char* a_begin, function
485 bool LowerCaseEqualsASCII(const wchar_t* a_begin, function
492 bool LowerCaseEqualsASCII(cons function
[all...]

Completed in 186 milliseconds