Home
last modified time | relevance | path

Searched refs:is_iequal (Results 1 – 6 of 6) 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 Derase.hpp199 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ierase_first_copy()
215 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ierase_first_copy()
236 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ierase_first()
337 ::boost::algorithm::last_finder(Search, is_iequal(Loc)), in ierase_last_copy()
353 ::boost::algorithm::last_finder(Search, is_iequal(Loc)), in ierase_last_copy()
374 ::boost::algorithm::last_finder(Search, is_iequal(Loc)), in ierase_last()
486 ::boost::algorithm::nth_finder(Search, Nth, is_iequal(Loc)), in ierase_nth_copy()
503 ::boost::algorithm::nth_finder(Search, Nth, is_iequal(Loc)), in ierase_nth_copy()
527 ::boost::algorithm::nth_finder(Search, Nth, is_iequal(Loc)), in ierase_nth()
630 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ierase_all_copy()
[all …]
H A Dreplace.hpp220 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ireplace_first_copy()
237 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ireplace_first_copy()
261 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ireplace_first()
373 ::boost::algorithm::last_finder(Search, is_iequal(Loc)), in ireplace_last_copy()
390 ::boost::algorithm::last_finder(Search, is_iequal(Loc)), in ireplace_last_copy()
414 ::boost::algorithm::last_finder(Search, is_iequal(Loc)), in ireplace_last()
536 ::boost::algorithm::nth_finder(Search, Nth, is_iequal(Loc) ), in ireplace_nth_copy()
554 ::boost::algorithm::nth_finder(Search, Nth, is_iequal(Loc)), in ireplace_nth_copy()
581 ::boost::algorithm::nth_finder(Search, Nth, is_iequal(Loc)), in ireplace_nth()
693 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ireplace_all_copy()
[all …]
H A Dcompare.hpp52 struct is_iequal struct
58 is_iequal( const std::locale& Loc=std::locale() ) : in is_iequal() argument
190 using algorithm::is_iequal;
H A Dfind.hpp111 … return ::boost::algorithm::find(Input, ::boost::algorithm::first_finder(Search,is_iequal(Loc))); in ifind_first()
164 … return ::boost::algorithm::find(Input, ::boost::algorithm::last_finder(Search, is_iequal(Loc))); in ifind_last()
223 … return ::boost::algorithm::find(Input, ::boost::algorithm::nth_finder(Search,Nth,is_iequal(Loc))); in ifind_nth()
H A Dpredicate.hpp117 return ::boost::algorithm::starts_with(Input, Test, is_iequal(Loc)); in istarts_with()
194 return ::boost::algorithm::ends_with(Input, Test, is_iequal(Loc)); in iends_with()
262 return ::boost::algorithm::contains(Input, Test, is_iequal(Loc)); in icontains()
346 return ::boost::algorithm::equals(Input, Test, is_iequal(Loc)); in iequals()
H A Dsplit.hpp106 ::boost::algorithm::first_finder(Search, is_iequal(Loc) ) ); in ifind_all()