Searched refs:icase_type (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/xpressive/detail/static/transforms/ |
D | as_set.hpp | 109 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
|
D | as_action.hpp | 180 , typename data_type::icase_type
|
/third_party/boost/boost/xpressive/detail/core/matcher/ |
D | literal_matcher.hpp | 33 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()
|
D | mark_matcher.hpp | 35 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()
|
D | string_matcher.hpp | 35 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()
|
D | charset_matcher.hpp | 32 typedef ICase icase_type; typedef 47 … if(state.eos() || !this->charset_.test(*state.cur_, traits_cast<Traits>(state), icase_type())) in match()
|
D | range_matcher.hpp | 34 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/ |
D | visitor.hpp | 107 typedef ICase icase_type; typedef
|