Searched defs:search_text (Results 1 – 8 of 8) sorted by relevance
83 const std::basic_string<charT>& search_text = test_info<charT>::search_text(); in test_simple_search() local129 const std::basic_string<charT>& search_text = test_info<charT>::search_text(); in test_regex_iterator() local190 const std::basic_string<charT>& search_text = test_info<charT>::search_text(); in test_regex_token_iterator() local302 const std::basic_string<charT>& search_text = test_info<charT>::search_text(); in test_regex_grep() local313 const std::basic_string<charT>& search_text = test_info<charT>::search_text(); in test_regex_match() local
102 const std::basic_string<charT>& search_text = test_info<charT>::search_text(); in test_simple_search() local182 const std::basic_string<charT>& search_text = test_info<charT>::search_text(); in test_regex_iterator() local243 const std::basic_string<charT>& search_text = test_info<charT>::search_text(); in test_regex_token_iterator() local426 const std::basic_string<charT>& search_text = test_info<charT>::search_text(); in test_regex_grep() local437 const std::basic_string<charT>& search_text = test_info<charT>::search_text(); in test_regex_match() local
87 string_type search_text; member126 const string_type& search_text = string_type(), in set_info()161 static const string_type& search_text() in search_text() function in test_info_base
84 const std::string& search_text = test_info<char>::search_text(); in test_deprecated() local212 const std::wstring& search_text = test_info<wchar_t>::search_text(); in test_deprecated() local
27 const string_type& search_text = test_info<charT>::search_text(); in test_regex_replace() local
165 void test_icu_grep(const boost::u32regex& r, const std::vector< ::UChar32>& search_text) in test_icu_grep()258 std::vector< ::UChar32> search_text; in test_icu() local566 string_type search_text; in test_icu() local
102 def search_text(self, text, prog=None, ok=0): member in SearchEngine
32 boost::regex search_text; // What to search for when indexing the term. member