Home
last modified time | relevance | path

Searched refs:trim_if (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/algorithm/string/
H A Dtrim.hpp358 inline void trim_if(SequenceT& Input, PredicateT IsSpace) in trim_if() function
375 ::boost::algorithm::trim_if( in trim()
392 using algorithm::trim_if;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dshaping.cpp274 boost::algorithm::trim_if(line, boost::algorithm::is_any_of(u" \t\n\v\f\r")); in shapeLines()