Searched refs:find_this (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/base/i18n/
H A Dstring_search.h16 // Returns true if |in_this| contains |find_this|. If |match_index| or
24 bool StringSearchIgnoringCaseAndAccents(const string16& find_this,
30 // with the same |find_this| argument. |find_this| is passed as the constructor
35 const string16& find_this);
38 // Returns true if |in_this| contains |find_this|. If |match_index| or
H A Dstring_search.cc14 FixedPatternStringSearchIgnoringCaseAndAccents(const string16& find_this) argument
15 : find_this_(find_this) {
46 // if either |find_this| or |in_this| are empty. In either case basic
71 bool StringSearchIgnoringCaseAndAccents(const string16& find_this, argument
75 return FixedPatternStringSearchIgnoringCaseAndAccents(find_this).Search(
/external/chromium/base/
H A Dstring_util.cc711 const StringType& find_this,
717 DCHECK(!find_this.empty());
718 for (typename StringType::size_type offs(str->find(find_this, start_offset));
719 offs != StringType::npos; offs = str->find(find_this, offs)) {
720 str->replace(offs, find_this.length(), replace_with);
730 const string16& find_this,
732 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
738 const std::string& find_this,
740 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
746 const string16& find_this,
709 DoReplaceSubstringsAfterOffset(StringType* str, typename StringType::size_type start_offset, const StringType& find_this, const StringType& replace_with, bool replace_all) argument
728 ReplaceFirstSubstringAfterOffset(string16* str, string16::size_type start_offset, const string16& find_this, const string16& replace_with) argument
736 ReplaceFirstSubstringAfterOffset(std::string* str, std::string::size_type start_offset, const std::string& find_this, const std::string& replace_with) argument
744 ReplaceSubstringsAfterOffset(string16* str, string16::size_type start_offset, const string16& find_this, const string16& replace_with) argument
752 ReplaceSubstringsAfterOffset(std::string* str, std::string::size_type start_offset, const std::string& find_this, const std::string& replace_with) argument
[all...]
H A Dstring_util.h444 // |find_this| with |replace_with|.
447 const string16& find_this,
452 const std::string& find_this,
456 // instances of |find_this| with |replace_with|.
463 const string16& find_this,
467 const std::string& find_this,
H A Dstring_util_unittest.cc563 const char* find_this; member in struct:base::__anon1779
584 ASCIIToUTF16(cases[i].find_this),
594 const char* find_this; member in struct:base::__anon1780
614 ASCIIToUTF16(cases[i].find_this),
/external/chromium_org/base/strings/
H A Dstring_util.cc541 const StringType& find_this,
547 DCHECK(!find_this.empty());
548 for (typename StringType::size_type offs(str->find(find_this, start_offset));
549 offs != StringType::npos; offs = str->find(find_this, offs)) {
550 str->replace(offs, find_this.length(), replace_with);
560 const string16& find_this,
562 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
568 const std::string& find_this,
570 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
576 const string16& find_this,
539 DoReplaceSubstringsAfterOffset(StringType* str, typename StringType::size_type start_offset, const StringType& find_this, const StringType& replace_with, bool replace_all) argument
558 ReplaceFirstSubstringAfterOffset(string16* str, string16::size_type start_offset, const string16& find_this, const string16& replace_with) argument
566 ReplaceFirstSubstringAfterOffset(std::string* str, std::string::size_type start_offset, const std::string& find_this, const std::string& replace_with) argument
574 ReplaceSubstringsAfterOffset(string16* str, string16::size_type start_offset, const string16& find_this, const string16& replace_with) argument
582 ReplaceSubstringsAfterOffset(std::string* str, std::string::size_type start_offset, const std::string& find_this, const std::string& replace_with) argument
[all...]
H A Dstring_util.h390 // |find_this| with |replace_with|.
394 const base::string16& find_this,
399 const std::string& find_this,
403 // instances of |find_this| with |replace_with|.
411 const base::string16& find_this,
416 const std::string& find_this,
H A Dstring_util_unittest.cc531 const char* find_this; member in struct:base::__anon3965
552 ASCIIToUTF16(cases[i].find_this),
562 const char* find_this; member in struct:base::__anon3966
582 ASCIIToUTF16(cases[i].find_this),

Completed in 395 milliseconds