Home
last modified time | relevance | path

Searched refs:char_encoding (Results 1 – 12 of 12) 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.hpp123 typedef CharEncoding char_encoding; typedef
140 return traits::ischar<CharParam, char_encoding>::call(ch_) && in test()
147 return info("literal-char", char_encoding::toucs4(ch)); in what()
161 typedef CharEncoding char_encoding; typedef
164 : lo(static_cast<char_type>(char_encoding::tolower(ch))) in literal_char()
165 , hi(static_cast<char_type>(char_encoding::toupper(ch))) {} in literal_char()
178 if (!traits::ischar<CharParam, char_encoding>::call(ch_)) in test()
188 return info("no-case-literal-char", char_encoding::toucs4(lo)); in what()
202 typedef CharEncoding char_encoding; typedef
210 if (!traits::ischar<CharParam, char_encoding>::call(ch_)) in test()
[all …]
H A Dchar_class.hpp59 : char_parser<char_class<Tag>, typename Tag::char_encoding::char_type>
61 typedef typename Tag::char_encoding char_encoding; typedef
68 return traits::ischar<CharParam, char_encoding>::call(ch) && in test()
69 classify<char_encoding>::is(classification(), ch); in test()
75 typedef spirit::char_class::what<char_encoding> what_; in what()
103 char_encoding; typedef
107 , char_encoding>
/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.hpp30 spirit::char_encoding::ascii
31 , spirit::char_encoding::iso8859_1
32 , spirit::char_encoding::standard
33 , spirit::char_encoding::standard_wide
35 , spirit::char_encoding::unicode
44 struct is_char_encoding<spirit::char_encoding::ascii> : mpl::true_ {};
47 struct is_char_encoding<spirit::char_encoding::iso8859_1> : mpl::true_ {};
50 struct is_char_encoding<spirit::char_encoding::standard> : mpl::true_ {};
53 struct is_char_encoding<spirit::char_encoding::standard_wide> : mpl::true_ {};
57 struct is_char_encoding<spirit::char_encoding::unicode> : mpl::true_ {};
[all …]
H A Dchar_class.hpp276 typedef CharEncoding char_encoding; // e.g. ascii typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_encoding/
H A Dstandard.hpp18 namespace boost { namespace spirit { namespace char_encoding namespace
H A Dstandard_wide.hpp36 namespace boost { namespace spirit { namespace char_encoding namespace
H A Dascii.hpp31 namespace boost { namespace spirit { namespace char_encoding namespace
H A Dunicode.hpp18 namespace boost { namespace spirit { namespace char_encoding namespace
H A Diso8859_1.hpp31 namespace boost { namespace spirit { namespace char_encoding namespace
/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.hpp213 spirit::char_encoding::standard>::type encoding; in op()
H A Dsymbols.hpp401 , char_encoding::standard
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/detail/
H A Dnumeric_utils.hpp116 return spirit::char_encoding::ascii::tolower(ch) - 'a' + 10; in digit()