Home | History | Annotate | Download | only in bits

Lines Matching refs:__f

236       isctype(_Ch_type __c, char_class_type __f) const;
284 isctype(_Ch_type __c, char_class_type __f) const
291 if (__ctype.is(__f, __c))
300 if (__f | __wt)
310 if (__f | __bt)
402 flag_type __f = regex_constants::ECMAScript)
403 : _M_flags(__f),
419 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f)
420 : _M_flags(__f),
457 flag_type __f = regex_constants::ECMAScript)
458 : _M_flags(__f),
478 flag_type __f = regex_constants::ECMAScript)
479 : _M_flags(__f),
492 flag_type __f = regex_constants::ECMAScript)
493 : _M_flags(__f),
616 flag_type __f = regex_constants::ECMAScript)
618 basic_regex __tmp(__s, __f);
654 flag_type __f = regex_constants::ECMAScript)
655 { return this->assign(__l.begin(), __l.end(), __f); }
1971 regex_constants::match_flag_type __f
1973 { return regex_match(__s, __s + _Rx_traits::length(__s), __m, __re, __f); }
2017 regex_constants::match_flag_type __f
2019 { return regex_match(__s, __s + _Rx_traits::length(__s), __re, __f); }
2110 regex_constants::match_flag_type __f
2112 { return regex_search(__s, __s + _Rx_traits::length(__s), __m, __e, __f); }
2129 regex_constants::match_flag_type __f
2131 { return regex_search(__s, __s + _Rx_traits::length(__s), __e, __f); }
2174 regex_constants::match_flag_type __f
2176 { return regex_search(__s.begin(), __s.end(), __m, __e, __f); }