Home
last modified time | relevance | path

Searched refs:get_major_category (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/char_encoding/unicode/
H A Dquery.hpp197 inline properties::major_category get_major_category(::boost::uint32_t ch) in get_major_category() function
204 return get_major_category(ch) == properties::punctuation; in is_punctuation()
/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.hpp144 return ucd::get_major_category(ch) == ucd::properties::name; \