Home
last modified time | relevance | path

Searched refs:no_case (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/char/
H A Dchar.hpp114 template <typename CharEncoding, bool no_attribute, bool no_case = false>
197 template <typename CharEncoding, bool no_case = false>
270 template <typename CharEncoding, bool no_attribute, bool no_case = false>
410 static bool const no_case = member
413 , tag::char_code_base<tag::no_case>
424 Modifiers, Encoding, no_case>::type
426 , no_case>
484 static bool const no_case = member
485 has_modifier<Modifiers, tag::char_code_base<tag::no_case> >::value;
494 , char_set<char_encoding, false, no_case>
[all …]
H A Dchar_class.hpp82 template <typename Tag, bool no_case = false>
98 static bool const no_case = member
99 has_modifier<Modifiers, tag::char_code_base<tag::no_case> >::value;
106 typename detail::make_char_class<CharClass, no_case>::type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/string/
H A Dlit.hpp188 typedef has_modifier<Modifiers, tag::char_code_base<tag::no_case> > no_case; typedef
192 no_case
200 return op(str, no_case()); in operator ()()
225 typedef has_modifier<Modifiers, tag::char_code_base<tag::no_case> > no_case; typedef
229 no_case
237 return op(fusion::at_c<0>(term.args), no_case()); in operator ()()
267 typedef has_modifier<Modifiers, tag::char_code_base<tag::no_case> > no_case; typedef
271 no_case
279 return op(fusion::at_c<0>(term.args), no_case()); in operator ()()
H A Dsymbols.hpp396 typedef has_modifier<Modifiers, tag::char_code_base<tag::no_case> > no_case; typedef
402 , no_case::value>::type>
406 no_case
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/
H A Dbool.hpp210 typedef has_modifier<Modifiers, tag::char_code_base<tag::no_case> >
211 no_case; typedef
215 no_case
232 typedef has_modifier<Modifiers, tag::char_code_base<tag::no_case> >
233 no_case; typedef
237 no_case
255 typedef has_modifier<Modifiers, tag::char_code_base<tag::no_case> >
256 no_case; typedef
260 no_case
277 typedef has_modifier<Modifiers, tag::char_code_base<tag::no_case> >
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/directive/
H A Dno_case.hpp24 qi::domain, tag::char_code<tag::no_case, CharEncoding> > // enables no_case
28 struct is_modifier_directive<qi::domain, tag::char_code<tag::no_case, CharEncoding> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dlanguage_tag.cpp112 using ascii::no_case; in bcp47_parser()
119 start %= no_case[langtag | privateuse | grandfathered]; in bcp47_parser()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dcommon_terminals.hpp227 BOOST_SPIRIT_CHAR_CODE(no_case, spirit::char_encoding::charset) \
H A Dchar_class.hpp90 struct no_case { BOOST_SPIRIT_IS_TAG() }; struct