Home
last modified time | relevance | path

Searched defs:search_text (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/regex/test/regress/
Dtest_partial_match.hpp83 const std::basic_string<charT>& search_text = test_info<charT>::search_text(); in test_simple_search() local
129 const std::basic_string<charT>& search_text = test_info<charT>::search_text(); in test_regex_iterator() local
190 const std::basic_string<charT>& search_text = test_info<charT>::search_text(); in test_regex_token_iterator() local
302 const std::basic_string<charT>& search_text = test_info<charT>::search_text(); in test_regex_grep() local
313 const std::basic_string<charT>& search_text = test_info<charT>::search_text(); in test_regex_match() local
Dtest_regex_search.hpp102 const std::basic_string<charT>& search_text = test_info<charT>::search_text(); in test_simple_search() local
182 const std::basic_string<charT>& search_text = test_info<charT>::search_text(); in test_regex_iterator() local
243 const std::basic_string<charT>& search_text = test_info<charT>::search_text(); in test_regex_token_iterator() local
426 const std::basic_string<charT>& search_text = test_info<charT>::search_text(); in test_regex_grep() local
437 const std::basic_string<charT>& search_text = test_info<charT>::search_text(); in test_regex_match() local
Dinfo.hpp87 string_type search_text; member
126 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
Dtest_deprecated.cpp84 const std::string& search_text = test_info<char>::search_text(); in test_deprecated() local
212 const std::wstring& search_text = test_info<wchar_t>::search_text(); in test_deprecated() local
Dtest_regex_replace.hpp27 const string_type& search_text = test_info<charT>::search_text(); in test_regex_replace() local
Dtest_icu.cpp165 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() local
566 string_type search_text; in test_icu() local
/third_party/python/Lib/idlelib/
Dsearchengine.py102 def search_text(self, text, prog=None, ok=0): member in SearchEngine
/third_party/boost/tools/auto_index/src/
Dauto_index.hpp32 boost::regex search_text; // What to search for when indexing the term. member