Home
last modified time | relevance | path

Searched refs:cast_char (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dchar_class.hpp45 TargetChar cast_char(SourceChar ch) in cast_char() function
297 (detail::cast_char<char_type>(ch)); \
321 return CharEncoding::islower(detail::cast_char<char_type>(ch)) || in BOOST_SPIRIT_CLASSIFY()
322 CharEncoding::isdigit(detail::cast_char<char_type>(ch)); in BOOST_SPIRIT_CLASSIFY()
329 return CharEncoding::isupper(detail::cast_char<char_type>(ch)) || in is()
330 CharEncoding::isdigit(detail::cast_char<char_type>(ch)); in is()
340 return CharEncoding::is_##name(detail::cast_char<char_type>(ch)); \
521 CharEncoding::tolower(detail::cast_char<char_type>(ch))); in to()
529 CharEncoding::toupper(detail::cast_char<char_type>(ch))); in to()
537 CharEncoding::toucs4(detail::cast_char<char_type>(ch))); in to()
/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.hpp282 using spirit::detail::cast_char; in char_set()
305 chset.set(cast_char<char_type>(ch)); in char_set()
310 cast_char<char_type>(ch), in char_set()
311 cast_char<char_type>(next) in char_set()
316 chset.set(cast_char<char_type>(ch)); in char_set()