Home
last modified time | relevance | path

Searched refs:icase_type (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/xpressive/detail/static/transforms/
Das_set.hpp109 typedef typename CharSet::icase_type icase_type; typedef
145 void set_(detail::literal_matcher<traits_type, icase_type, Not> const &ch) const in set_()
149 set_char(this->charset_.charset_, ch.ch_, this->visitor_.traits(), icase_type()); in set_()
152 void set_(detail::range_matcher<traits_type, icase_type> const &rg) const in set_()
156 … set_range(this->charset_.charset_, rg.ch_min_, rg.ch_max_, this->visitor_.traits(), icase_type()); in set_()
166 … set_char(this->charset_.charset_, set_.set_[i], this->visitor_.traits(), icase_type()); in set_()
203 , typename data_type::icase_type
Das_action.hpp180 , typename data_type::icase_type
/third_party/boost/boost/xpressive/detail/core/matcher/
Dliteral_matcher.hpp33 typedef ICase icase_type; typedef
41 : ch_(detail::translate(ch, tr, icase_type())) in literal_matcher()
48 … (detail::translate(*state.cur_, traits_cast<Traits>(state), icase_type()) == this->ch_)) in match()
Dmark_matcher.hpp35 typedef ICase icase_type; typedef
58 || detail::translate(*state.cur_, traits_cast<Traits>(state), icase_type()) in match()
59 != detail::translate(*begin, traits_cast<Traits>(state), icase_type())) in match()
Dstring_matcher.hpp35 typedef ICase icase_type; typedef
47 *cur = detail::translate(*cur, tr, icase_type()); in string_matcher()
66 … (detail::translate(*state.cur_, traits_cast<Traits>(state), icase_type()) != *begin)) in match()
Dcharset_matcher.hpp32 typedef ICase icase_type; typedef
47 … if(state.eos() || !this->charset_.test(*state.cur_, traits_cast<Traits>(state), icase_type())) in match()
Drange_matcher.hpp34 typedef ICase icase_type; typedef
65 this->in_range(traits_cast<Traits>(state), *state.cur_, icase_type())) in match()
/third_party/boost/boost/xpressive/detail/static/
Dvisitor.hpp107 typedef ICase icase_type; typedef