Searched refs:basic_regex (Results 1 - 25 of 57) sorted by relevance

123

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/re/re.regex/
H A Dtypes.pass.cpp13 // class basic_regex
27 static_assert((std::is_same<std::basic_regex<char>::value_type, char>::value), "");
28 static_assert((std::is_same<std::basic_regex<char>::flag_type,
30 static_assert((std::is_same<std::basic_regex<char>::locale_type, std::locale>::value), "");
32 static_assert((std::is_same<std::basic_regex<wchar_t>::value_type, wchar_t>::value), "");
33 static_assert((std::is_same<std::basic_regex<wchar_t>::flag_type,
35 static_assert((std::is_same<std::basic_regex<wchar_t>::locale_type, std::locale>::value), "");
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/
H A Dtypes.pass.cpp13 // class basic_regex
26 static_assert((std::is_same<std::basic_regex<char>::value_type, char>::value), "");
27 static_assert((std::is_same<std::basic_regex<char>::flag_type,
29 static_assert((std::is_same<std::basic_regex<char>::locale_type, std::locale>::value), "");
31 static_assert((std::is_same<std::basic_regex<wchar_t>::value_type, wchar_t>::value), "");
32 static_assert((std::is_same<std::basic_regex<wchar_t>::flag_type,
34 static_assert((std::is_same<std::basic_regex<wchar_t>::locale_type, std::locale>::value), "");
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.regex/
H A Dtypes.pass.cpp13 // class basic_regex
27 static_assert((std::is_same<std::basic_regex<char>::value_type, char>::value), "");
28 static_assert((std::is_same<std::basic_regex<char>::flag_type,
30 static_assert((std::is_same<std::basic_regex<char>::locale_type, std::locale>::value), "");
32 static_assert((std::is_same<std::basic_regex<wchar_t>::value_type, wchar_t>::value), "");
33 static_assert((std::is_same<std::basic_regex<wchar_t>::flag_type,
35 static_assert((std::is_same<std::basic_regex<wchar_t>::locale_type, std::locale>::value), "");
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/re/re.syn/
H A Dregex.pass.cpp12 // typedef basic_regex<char> regex;
20 static_assert((std::is_same<std::basic_regex<char>, std::regex>::value), "");
H A Dwregex.pass.cpp12 // typedef basic_regex<wchar_t> wregex;
20 static_assert((std::is_same<std::basic_regex<wchar_t>, std::wregex>::value), "");
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/
H A Dregex.pass.cpp12 // typedef basic_regex<char> regex;
19 static_assert((std::is_same<std::basic_regex<char>, std::regex>::value), "");
H A Dwregex.pass.cpp12 // typedef basic_regex<wchar_t> wregex;
19 static_assert((std::is_same<std::basic_regex<wchar_t>, std::wregex>::value), "");
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.syn/
H A Dregex.pass.cpp12 // typedef basic_regex<char> regex;
20 static_assert((std::is_same<std::basic_regex<char>, std::regex>::value), "");
H A Dwregex.pass.cpp12 // typedef basic_regex<wchar_t> wregex;
20 static_assert((std::is_same<std::basic_regex<wchar_t>, std::wregex>::value), "");
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/re/re.regex/re.regex.construct/
H A Ddefault.pass.cpp12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
14 // basic_regex();
24 std::basic_regex<CharT> r;
H A Dptr.pass.cpp12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
14 // basic_regex(const charT* p);
24 std::basic_regex<CharT> r(p);
H A Dstring.pass.cpp12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
15 // basic_regex(const basic_string<charT, ST, SA>& s);
25 std::basic_regex<typename String::value_type> r(p);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
H A Ddefault.pass.cpp12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
14 // basic_regex();
23 std::basic_regex<CharT> r;
H A Dptr.pass.cpp12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
14 // basic_regex(const charT* p);
23 std::basic_regex<CharT> r(p);
H A Dstring.pass.cpp12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
15 // basic_regex(const basic_string<charT, ST, SA>& s);
24 std::basic_regex<typename String::value_type> r(p);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.regex/re.regex.construct/
H A Ddefault.pass.cpp12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
14 // basic_regex();
24 std::basic_regex<CharT> r;
H A Dptr.pass.cpp12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
14 // basic_regex(const charT* p);
24 std::basic_regex<CharT> r(p);
H A Dstring.pass.cpp12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
15 // basic_regex(const basic_string<charT, ST, SA>& s);
25 std::basic_regex<typename String::value_type> r(p);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dregex.h326 // [7.8] Class basic_regex
335 class basic_regex class
367 basic_regex() function in class:basic_regex
385 basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript) function in class:basic_regex
403 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f) function in class:basic_regex
413 basic_regex(const basic_regex& __rhs) function in class:basic_regex
423 basic_regex(const basic_regex&& __rhs) noexcept
439 basic_regex(cons function in class:basic_regex
461 basic_regex(_InputIterator __first, _InputIterator __last, function in class:basic_regex
475 basic_regex(initializer_list<_Ch_type> __l, function in class:basic_regex
1878 regex_match(_Bi_iter __s, _Bi_iter __e, match_results<_Bi_iter, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
1909 regex_match(_Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
1934 regex_match(const _Ch_type* __s, match_results<const _Ch_type*, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __f = regex_constants::match_default) argument
1958 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
1981 regex_match(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2003 regex_match(const basic_string<_Ch_type, _Ch_traits, _Str_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2028 regex_search(_Bi_iter __first, _Bi_iter __last, match_results<_Bi_iter, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2049 regex_search(_Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2073 regex_search(const _Ch_type* __s, match_results<const _Ch_type*, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2093 regex_search(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2113 regex_search(const basic_string<_Ch_type, _Ch_traits, _String_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2136 regex_search(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2162 regex_replace(_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2182 regex_replace(const basic_string<_Ch_type>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dregex.h326 // [7.8] Class basic_regex
335 class basic_regex class
367 basic_regex() function in class:basic_regex
385 basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript) function in class:basic_regex
403 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f) function in class:basic_regex
413 basic_regex(const basic_regex& __rhs) function in class:basic_regex
423 basic_regex(const basic_regex&& __rhs) noexcept
439 basic_regex(cons function in class:basic_regex
461 basic_regex(_InputIterator __first, _InputIterator __last, function in class:basic_regex
475 basic_regex(initializer_list<_Ch_type> __l, function in class:basic_regex
1878 regex_match(_Bi_iter __s, _Bi_iter __e, match_results<_Bi_iter, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
1909 regex_match(_Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
1934 regex_match(const _Ch_type* __s, match_results<const _Ch_type*, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __f = regex_constants::match_default) argument
1958 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
1981 regex_match(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2003 regex_match(const basic_string<_Ch_type, _Ch_traits, _Str_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2028 regex_search(_Bi_iter __first, _Bi_iter __last, match_results<_Bi_iter, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2049 regex_search(_Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2073 regex_search(const _Ch_type* __s, match_results<const _Ch_type*, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2093 regex_search(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2113 regex_search(const basic_string<_Ch_type, _Ch_traits, _String_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2136 regex_search(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2162 regex_replace(_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2182 regex_replace(const basic_string<_Ch_type>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dregex.h326 // [7.8] Class basic_regex
335 class basic_regex class
367 basic_regex() function in class:basic_regex
385 basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript) function in class:basic_regex
403 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f) function in class:basic_regex
413 basic_regex(const basic_regex& __rhs) function in class:basic_regex
423 basic_regex(const basic_regex&& __rhs) noexcept
439 basic_regex(cons function in class:basic_regex
461 basic_regex(_InputIterator __first, _InputIterator __last, function in class:basic_regex
475 basic_regex(initializer_list<_Ch_type> __l, function in class:basic_regex
1878 regex_match(_Bi_iter __s, _Bi_iter __e, match_results<_Bi_iter, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
1909 regex_match(_Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
1934 regex_match(const _Ch_type* __s, match_results<const _Ch_type*, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __f = regex_constants::match_default) argument
1958 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
1981 regex_match(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2003 regex_match(const basic_string<_Ch_type, _Ch_traits, _Str_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2028 regex_search(_Bi_iter __first, _Bi_iter __last, match_results<_Bi_iter, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2049 regex_search(_Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2073 regex_search(const _Ch_type* __s, match_results<const _Ch_type*, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2093 regex_search(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2113 regex_search(const basic_string<_Ch_type, _Ch_traits, _String_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2136 regex_search(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2162 regex_replace(_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2182 regex_replace(const basic_string<_Ch_type>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dregex.h326 // [7.8] Class basic_regex
335 class basic_regex class
367 basic_regex() function in class:basic_regex
385 basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript) function in class:basic_regex
403 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f) function in class:basic_regex
413 basic_regex(const basic_regex& __rhs) function in class:basic_regex
423 basic_regex(const basic_regex&& __rhs) noexcept
439 basic_regex(cons function in class:basic_regex
461 basic_regex(_InputIterator __first, _InputIterator __last, function in class:basic_regex
475 basic_regex(initializer_list<_Ch_type> __l, function in class:basic_regex
1878 regex_match(_Bi_iter __s, _Bi_iter __e, match_results<_Bi_iter, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
1909 regex_match(_Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
1934 regex_match(const _Ch_type* __s, match_results<const _Ch_type*, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __f = regex_constants::match_default) argument
1958 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
1981 regex_match(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2003 regex_match(const basic_string<_Ch_type, _Ch_traits, _Str_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2028 regex_search(_Bi_iter __first, _Bi_iter __last, match_results<_Bi_iter, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2049 regex_search(_Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2073 regex_search(const _Ch_type* __s, match_results<const _Ch_type*, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2093 regex_search(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2113 regex_search(const basic_string<_Ch_type, _Ch_traits, _String_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2136 regex_search(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2162 regex_replace(_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2182 regex_replace(const basic_string<_Ch_type>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
[all...]
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex.h35 class basic_regex;
57 const basic_regex<_CharT, _TraitsT>& __re,
391 // [7.8] Class basic_regex
400 class basic_regex class
435 basic_regex() function in class:basic_regex
451 basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript) function in class:basic_regex
452 : basic_regex(__p, __p + _Rx_traits::length(__p), __f)
467 basic_regex(const _Ch_type* __p, std::size_t __len, function in class:basic_regex
469 : basic_regex(__p, __p + __len, __f)
477 basic_regex(cons
500 basic_regex(const std::basic_string<_Ch_type, _Ch_traits, function in class:basic_regex
520 basic_regex(_FwdIter __first, _FwdIter __last, function in class:basic_regex
539 basic_regex(initializer_list<_Ch_type> __l, flag_type __f = ECMAScript) function in class:basic_regex
1970 regex_match(_Bi_iter __s, _Bi_iter __e, match_results<_Bi_iter, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
1998 regex_match(_Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2023 regex_match(const _Ch_type* __s, match_results<const _Ch_type*, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2047 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2070 regex_match(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2092 regex_match(const basic_string<_Ch_type, _Ch_traits, _Str_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2115 regex_search(_Bi_iter __s, _Bi_iter __e, match_results<_Bi_iter, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2139 regex_search(_Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2162 regex_search(const _Ch_type* __s, match_results<const _Ch_type*, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2181 regex_search(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2200 regex_search(const basic_string<_Ch_type, _Ch_traits, _String_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2223 regex_search(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2249 regex_replace(_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type, _St, _Sa>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2294 regex_replace(const basic_string<_Ch_type, _St, _Sa>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type, _Fst, _Fsa>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2320 regex_replace(const basic_string<_Ch_type, _St, _Sa>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const _Ch_type* __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2346 regex_replace(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type, _St, _Sa>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2372 regex_replace(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const _Ch_type* __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex.h35 class basic_regex;
57 const basic_regex<_CharT, _TraitsT>& __re,
391 // [7.8] Class basic_regex
400 class basic_regex class
435 basic_regex() function in class:basic_regex
451 basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript) function in class:basic_regex
452 : basic_regex(__p, __p + _Rx_traits::length(__p), __f)
467 basic_regex(const _Ch_type* __p, std::size_t __len, function in class:basic_regex
469 : basic_regex(__p, __p + __len, __f)
477 basic_regex(cons function in class:basic_regex
492 basic_regex(basic_regex&& __rhs) function in class:basic_regex
512 basic_regex(const std::basic_string<_Ch_type, _Ch_traits, function in class:basic_regex
532 basic_regex(_FwdIter __first, _FwdIter __last, function in class:basic_regex
551 basic_regex(initializer_list<_Ch_type> __l, flag_type __f = ECMAScript) function in class:basic_regex
1983 regex_match(_Bi_iter __s, _Bi_iter __e, match_results<_Bi_iter, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2011 regex_match(_Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2036 regex_match(const _Ch_type* __s, match_results<const _Ch_type*, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2060 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2083 regex_match(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2105 regex_match(const basic_string<_Ch_type, _Ch_traits, _Str_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2128 regex_search(_Bi_iter __s, _Bi_iter __e, match_results<_Bi_iter, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2152 regex_search(_Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2175 regex_search(const _Ch_type* __s, match_results<const _Ch_type*, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2194 regex_search(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2213 regex_search(const basic_string<_Ch_type, _Ch_traits, _String_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2236 regex_search(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2262 regex_replace(_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type, _St, _Sa>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2307 regex_replace(const basic_string<_Ch_type, _St, _Sa>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type, _Fst, _Fsa>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2333 regex_replace(const basic_string<_Ch_type, _St, _Sa>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const _Ch_type* __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2359 regex_replace(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type, _St, _Sa>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2385 regex_replace(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const _Ch_type* __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex.h35 class basic_regex;
57 const basic_regex<_CharT, _TraitsT>& __re,
391 // [7.8] Class basic_regex
400 class basic_regex class
435 basic_regex() function in class:basic_regex
451 basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript) function in class:basic_regex
452 : basic_regex(__p, __p + _Rx_traits::length(__p), __f)
467 basic_regex(const _Ch_type* __p, std::size_t __len, function in class:basic_regex
469 : basic_regex(__p, __p + __len, __f)
477 basic_regex(cons function in class:basic_regex
492 basic_regex(basic_regex&& __rhs) function in class:basic_regex
512 basic_regex(const std::basic_string<_Ch_type, _Ch_traits, function in class:basic_regex
532 basic_regex(_FwdIter __first, _FwdIter __last, function in class:basic_regex
551 basic_regex(initializer_list<_Ch_type> __l, flag_type __f = ECMAScript) function in class:basic_regex
1983 regex_match(_Bi_iter __s, _Bi_iter __e, match_results<_Bi_iter, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2011 regex_match(_Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2036 regex_match(const _Ch_type* __s, match_results<const _Ch_type*, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2060 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2083 regex_match(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2105 regex_match(const basic_string<_Ch_type, _Ch_traits, _Str_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2128 regex_search(_Bi_iter __s, _Bi_iter __e, match_results<_Bi_iter, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2152 regex_search(_Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2175 regex_search(const _Ch_type* __s, match_results<const _Ch_type*, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2194 regex_search(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2213 regex_search(const basic_string<_Ch_type, _Ch_traits, _String_allocator>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2236 regex_search(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, match_results<typename basic_string<_Ch_type, _Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2262 regex_replace(_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type, _St, _Sa>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2307 regex_replace(const basic_string<_Ch_type, _St, _Sa>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type, _Fst, _Fsa>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2333 regex_replace(const basic_string<_Ch_type, _St, _Sa>& __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const _Ch_type* __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2359 regex_replace(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const basic_string<_Ch_type, _St, _Sa>& __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2385 regex_replace(const _Ch_type* __s, const basic_regex<_Ch_type, _Rx_traits>& __e, const _Ch_type* __fmt, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
[all...]

Completed in 315 milliseconds

123