Home
last modified time | relevance | path

Searched refs:get_category (Results 1 – 3 of 3) 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/char_encoding/unicode/
H A Dquery.hpp192 inline properties::category get_category(::boost::uint32_t ch) in get_category() function
199 return static_cast<properties::major_category>(get_category(ch) >> 3); in get_major_category()
209 return get_category(ch) == properties::decimal_number; in is_decimal_number()
219 return get_category(ch) == properties::control; in is_control()
255 && !( get_category(ch) == properties::line_separator in is_blank()
256 || get_category(ch) == properties::paragraph_separator in is_blank()
264 || get_category(ch) == properties::control in is_graph()
265 || get_category(ch) == properties::surrogate in is_graph()
266 || get_category(ch) == properties::unassigned in is_graph()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dtraits.hpp267 inline typename category_of<T>::type get_category(const T&) in get_category() function
/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 Dunicode.hpp163 return ucd::get_category(ch) == ucd::properties::name; \