Searched refs:wregex (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/
H A Dpstring_wchar_t.cc34 std::wregex re(cs, 3, std::wregex::basic);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/
H A Dhex.cc38 VERIFY(regex_match_debug(L"\u1234", wregex(L"\\u1234")));
H A Danymatcher.cc40 wregex re(res);\
H A Dcjk_match.cc40 wregex re(s);
H A D63199.cc38 std::vector<std::wregex> regex_vector;
45 std::wregex reg;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/wchar_t/
H A D51711.cc30 = std::regex_replace(toProcess, std::wregex(L"\\r"), std::wstring(L"\\r"));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/
H A Dwstring_locale.cc40 std::wregex re2;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/wchar_t/
H A Dwstring_02.cc38 std::wregex re2;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/28_regex/
H A Drange.cc31 auto re = std::wregex(L'[' + std::wstring(300, L'a') + L"bc"
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/wchar_t/
H A Dstring_02.cc39 std::wregex re2;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/requirements/
H A Dconstexpr_data.cc70 test.operator()<std::wregex>();
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dregex.h790 typedef basic_regex<wchar_t> wregex; typedef

Completed in 104 milliseconds