Home
last modified time | relevance | path

Searched refs:is_any_of (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dclassification.hpp203 is_any_of( const RangeT& Set ) in is_any_of() function
307 using algorithm::is_any_of;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dshaping.cpp233 … if (it != glyphs.end() && it->second && !boost::algorithm::is_any_of(u" \t\n\v\f\r")(codePoint)) { in determineLineBreaks()
274 boost::algorithm::trim_if(line, boost::algorithm::is_any_of(u" \t\n\v\f\r")); in shapeLines()
/OK3568_Linux_fs/u-boot/lib/
H A Dslre.c471 is_any_of(const unsigned char *p, int len, const char *s, int *ofs) in is_any_of() function
603 res = is_any_of(r->data + r->code[pc + 1], in match()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/svg/
H A Dsvg_mapper.hpp428 boost::split(splitted, s, boost::is_any_of("\n")); in text()