Home
last modified time | relevance | path

Searched refs:is_white_space (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.hpp242 inline bool is_white_space(::boost::uint32_t ch) in is_white_space() function
254 return is_white_space(ch) in is_blank()
263 return !( is_white_space(ch) in is_graph()
/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.hpp100 return ucd::is_white_space(ch); in isspace()