Searched refs:regex_constants (Results 1 - 25 of 178) sorted by relevance

12345678

/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex_scanner.h81 typedef regex_constants::syntax_option_type _FlagT;
118 { return _M_flags & regex_constants::ECMAScript; }
122 { return _M_flags & (regex_constants::basic | regex_constants::grep); }
127 return _M_flags & (regex_constants::extended
128 | regex_constants::egrep
129 | regex_constants::awk);
134 { return _M_flags & (regex_constants::grep | regex_constants::egrep); }
138 { return _M_flags & regex_constants
[all...]
H A Dregex_error.h40 namespace regex_constants namespace
124 } // namespace regex_constants
137 regex_constants::error_type _M_code;
146 regex_error(regex_constants::error_type __ecode);
155 regex_constants::error_type
163 __throw_regex_error(regex_constants::error_type __ecode);
H A Dregex_executor.h59 typedef regex_constants::match_flag_type _FlagT;
77 _M_flags((__flags & regex_constants::match_prev_avail)
79 & ~regex_constants::match_not_bol
80 & ~regex_constants::match_not_bow)
125 && !(_M_flags & (regex_constants::match_not_bol
126 | regex_constants::match_prev_avail));
133 && !(_M_flags & regex_constants::match_not_eol);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex_scanner.h81 typedef regex_constants::syntax_option_type _FlagT;
118 { return _M_flags & regex_constants::ECMAScript; }
122 { return _M_flags & (regex_constants::basic | regex_constants::grep); }
127 return _M_flags & (regex_constants::extended
128 | regex_constants::egrep
129 | regex_constants::awk);
134 { return _M_flags & (regex_constants::grep | regex_constants::egrep); }
138 { return _M_flags & regex_constants
[all...]
H A Dregex_error.h40 namespace regex_constants namespace
124 } // namespace regex_constants
137 regex_constants::error_type _M_code;
146 regex_error(regex_constants::error_type __ecode);
155 regex_constants::error_type
163 __throw_regex_error(regex_constants::error_type __ecode);
H A Dregex_executor.h59 typedef regex_constants::match_flag_type _FlagT;
77 _M_flags((__flags & regex_constants::match_prev_avail)
79 & ~regex_constants::match_not_bol
80 & ~regex_constants::match_not_bow)
125 && !(_M_flags & (regex_constants::match_not_bol
126 | regex_constants::match_prev_avail));
133 && !(_M_flags & regex_constants::match_not_eol);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dregex_error.h40 namespace regex_constants namespace
125 } // namespace regex_constants
138 regex_constants::error_type _M_code;
147 regex_error(regex_constants::error_type __ecode);
156 regex_constants::error_type
164 __throw_regex_error(regex_constants::error_type __ecode);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dregex_error.h40 namespace regex_constants namespace
125 } // namespace regex_constants
138 regex_constants::error_type _M_code;
147 regex_error(regex_constants::error_type __ecode);
156 regex_constants::error_type
164 __throw_regex_error(regex_constants::error_type __ecode);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dregex_error.h40 namespace regex_constants namespace
125 } // namespace regex_constants
138 regex_constants::error_type _M_code;
147 regex_error(regex_constants::error_type __ecode);
156 regex_constants::error_type
164 __throw_regex_error(regex_constants::error_type __ecode);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dregex_error.h40 namespace regex_constants namespace
125 } // namespace regex_constants
138 regex_constants::error_type _M_code;
147 regex_error(regex_constants::error_type __ecode);
156 regex_constants::error_type
164 __throw_regex_error(regex_constants::error_type __ecode);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dregex_error.h35 namespace regex_constants namespace
120 } // namespace regex_constants
133 regex_constants::error_type _M_code;
142 regex_error(regex_constants::error_type __ecode);
151 regex_constants::error_type
158 __throw_regex_error(regex_constants::error_type __ecode);
H A Dregex.h348 typedef regex_constants::syntax_option_type flag_type;
356 static constexpr regex_constants::syntax_option_type icase
357 = regex_constants::icase;
358 static constexpr regex_constants::syntax_option_type nosubs
359 = regex_constants::nosubs;
360 static constexpr regex_constants::syntax_option_type optimize
361 = regex_constants::optimize;
362 static constexpr regex_constants::syntax_option_type collate
363 = regex_constants::collate;
364 static constexpr regex_constants
401 basic_regex(const _Ch_type* __p, flag_type __f = regex_constants::ECMAScript) argument
455 basic_regex(const std::basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, flag_type __f = regex_constants::ECMAScript) argument
477 basic_regex(_InputIterator __first, _InputIterator __last, flag_type __f = regex_constants::ECMAScript) argument
491 basic_regex(initializer_list<_Ch_type> __l, flag_type __f = regex_constants::ECMAScript) argument
581 assign(const _Ch_type* __p, flag_type __flags = regex_constants::ECMAScript) argument
615 assign(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s, flag_type __f = regex_constants::ECMAScript) argument
638 assign(_InputIterator __first, _InputIterator __last, flag_type __flags = regex_constants::ECMAScript) argument
653 assign(initializer_list<_Ch_type> __l, flag_type __f = regex_constants::ECMAScript) argument
1912 regex_match(_Bi_iter __s, _Bi_iter __e, match_results<_Bi_iter, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
1943 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
1968 regex_match(const _Ch_type* __s, match_results<const _Ch_type*, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __f = regex_constants::match_default) argument
1992 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, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2015 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
2037 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
2062 regex_search(_Bi_iter __first, _Bi_iter __last, match_results<_Bi_iter, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2083 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
2107 regex_search(const _Ch_type* __s, match_results<const _Ch_type*, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2127 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
2147 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
2170 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, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2196 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
2216 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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dregex_error.h35 namespace regex_constants namespace
120 } // namespace regex_constants
133 regex_constants::error_type _M_code;
142 regex_error(regex_constants::error_type __ecode);
151 regex_constants::error_type
158 __throw_regex_error(regex_constants::error_type __ecode);
H A Dregex.h349 typedef regex_constants::syntax_option_type flag_type;
357 static constexpr regex_constants::syntax_option_type icase
358 = regex_constants::icase;
359 static constexpr regex_constants::syntax_option_type nosubs
360 = regex_constants::nosubs;
361 static constexpr regex_constants::syntax_option_type optimize
362 = regex_constants::optimize;
363 static constexpr regex_constants::syntax_option_type collate
364 = regex_constants::collate;
365 static constexpr regex_constants
402 basic_regex(const _Ch_type* __p, flag_type __f = regex_constants::ECMAScript) argument
457 basic_regex(const std::basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, flag_type __f = regex_constants::ECMAScript) argument
479 basic_regex(_InputIterator __first, _InputIterator __last, flag_type __f = regex_constants::ECMAScript) argument
493 basic_regex(initializer_list<_Ch_type> __l, flag_type __f = regex_constants::ECMAScript) argument
583 assign(const _Ch_type* __p, flag_type __flags = regex_constants::ECMAScript) argument
617 assign(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s, flag_type __flags = regex_constants::ECMAScript) argument
640 assign(_InputIterator __first, _InputIterator __last, flag_type __flags = regex_constants::ECMAScript) argument
656 assign(initializer_list<_Ch_type> __l, flag_type __flags = regex_constants::ECMAScript) argument
1916 regex_match(_Bi_iter __s, _Bi_iter __e, match_results<_Bi_iter, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
1947 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
1972 regex_match(const _Ch_type* __s, match_results<const _Ch_type*, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __f = regex_constants::match_default) argument
1996 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, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2019 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
2041 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
2066 regex_search(_Bi_iter __first, _Bi_iter __last, match_results<_Bi_iter, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2087 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
2111 regex_search(const _Ch_type* __s, match_results<const _Ch_type*, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2131 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
2151 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
2174 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, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2200 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
2220 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/8/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dregex_error.h35 namespace regex_constants namespace
120 } // namespace regex_constants
133 regex_constants::error_type _M_code;
142 regex_error(regex_constants::error_type __ecode);
151 regex_constants::error_type
158 __throw_regex_error(regex_constants::error_type __ecode);
H A Dregex.h348 typedef regex_constants::syntax_option_type flag_type;
356 static constexpr regex_constants::syntax_option_type icase
357 = regex_constants::icase;
358 static constexpr regex_constants::syntax_option_type nosubs
359 = regex_constants::nosubs;
360 static constexpr regex_constants::syntax_option_type optimize
361 = regex_constants::optimize;
362 static constexpr regex_constants::syntax_option_type collate
363 = regex_constants::collate;
364 static constexpr regex_constants
401 basic_regex(const _Ch_type* __p, flag_type __f = regex_constants::ECMAScript) argument
455 basic_regex(const std::basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, flag_type __f = regex_constants::ECMAScript) argument
477 basic_regex(_InputIterator __first, _InputIterator __last, flag_type __f = regex_constants::ECMAScript) argument
491 basic_regex(initializer_list<_Ch_type> __l, flag_type __f = regex_constants::ECMAScript) argument
581 assign(const _Ch_type* __p, flag_type __flags = regex_constants::ECMAScript) argument
615 assign(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s, flag_type __f = regex_constants::ECMAScript) argument
638 assign(_InputIterator __first, _InputIterator __last, flag_type __flags = regex_constants::ECMAScript) argument
653 assign(initializer_list<_Ch_type> __l, flag_type __f = regex_constants::ECMAScript) argument
1912 regex_match(_Bi_iter __s, _Bi_iter __e, match_results<_Bi_iter, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
1943 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
1968 regex_match(const _Ch_type* __s, match_results<const _Ch_type*, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __f = regex_constants::match_default) argument
1992 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, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2015 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
2037 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
2062 regex_search(_Bi_iter __first, _Bi_iter __last, match_results<_Bi_iter, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2083 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
2107 regex_search(const _Ch_type* __s, match_results<const _Ch_type*, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2127 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
2147 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
2170 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, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2196 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
2216 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/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dregex_error.h35 namespace regex_constants namespace
120 } // namespace regex_constants
133 regex_constants::error_type _M_code;
142 regex_error(regex_constants::error_type __ecode);
151 regex_constants::error_type
158 __throw_regex_error(regex_constants::error_type __ecode);
H A Dregex.h348 typedef regex_constants::syntax_option_type flag_type;
356 static constexpr regex_constants::syntax_option_type icase
357 = regex_constants::icase;
358 static constexpr regex_constants::syntax_option_type nosubs
359 = regex_constants::nosubs;
360 static constexpr regex_constants::syntax_option_type optimize
361 = regex_constants::optimize;
362 static constexpr regex_constants::syntax_option_type collate
363 = regex_constants::collate;
364 static constexpr regex_constants
401 basic_regex(const _Ch_type* __p, flag_type __f = regex_constants::ECMAScript) argument
455 basic_regex(const std::basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, flag_type __f = regex_constants::ECMAScript) argument
477 basic_regex(_InputIterator __first, _InputIterator __last, flag_type __f = regex_constants::ECMAScript) argument
491 basic_regex(initializer_list<_Ch_type> __l, flag_type __f = regex_constants::ECMAScript) argument
581 assign(const _Ch_type* __p, flag_type __flags = regex_constants::ECMAScript) argument
615 assign(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s, flag_type __f = regex_constants::ECMAScript) argument
638 assign(_InputIterator __first, _InputIterator __last, flag_type __flags = regex_constants::ECMAScript) argument
653 assign(initializer_list<_Ch_type> __l, flag_type __f = regex_constants::ECMAScript) argument
1912 regex_match(_Bi_iter __s, _Bi_iter __e, match_results<_Bi_iter, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
1943 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
1968 regex_match(const _Ch_type* __s, match_results<const _Ch_type*, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __f = regex_constants::match_default) argument
1992 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, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2015 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
2037 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
2062 regex_search(_Bi_iter __first, _Bi_iter __last, match_results<_Bi_iter, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __flags = regex_constants::match_default) argument
2083 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
2107 regex_search(const _Ch_type* __s, match_results<const _Ch_type*, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2127 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
2147 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
2170 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, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2196 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
2216 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/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dregex_error.h35 namespace regex_constants namespace
120 } // namespace regex_constants
133 regex_constants::error_type _M_code;
142 regex_error(regex_constants::error_type __ecode);
151 regex_constants::error_type
158 __throw_regex_error(regex_constants::error_type __ecode);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
H A Dregex_error.h40 namespace regex_constants namespace
125 } // namespace regex_constants
138 regex_constants::error_type _M_code;
147 regex_error(regex_constants::error_type __ecode);
156 regex_constants::error_type
164 __throw_regex_error(regex_constants::error_type __ecode);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dregex_error.h35 namespace regex_constants namespace
120 } // namespace regex_constants
133 regex_constants::error_type _M_code;
142 regex_error(regex_constants::error_type __ecode);
151 regex_constants::error_type
158 __throw_regex_error(regex_constants::error_type __ecode);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dregex_error.h35 namespace regex_constants namespace
120 } // namespace regex_constants
133 regex_constants::error_type _M_code;
142 regex_error(regex_constants::error_type __ecode);
151 regex_constants::error_type
158 __throw_regex_error(regex_constants::error_type __ecode);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dregex_error.h35 namespace regex_constants namespace
120 } // namespace regex_constants
133 regex_constants::error_type _M_code;
142 regex_error(regex_constants::error_type __ecode);
151 regex_constants::error_type
158 __throw_regex_error(regex_constants::error_type __ecode);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
H A Dregex_error.h40 namespace regex_constants namespace
125 } // namespace regex_constants
138 regex_constants::error_type _M_code;
147 regex_error(regex_constants::error_type __ecode);
156 regex_constants::error_type
164 __throw_regex_error(regex_constants::error_type __ecode);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dregex_error.h35 namespace regex_constants namespace
120 } // namespace regex_constants
133 regex_constants::error_type _M_code;
142 regex_error(regex_constants::error_type __ecode);
151 regex_constants::error_type
158 __throw_regex_error(regex_constants::error_type __ecode);

Completed in 436 milliseconds

12345678