Home
last modified time | relevance | path

Searched refs:ireplace_nth (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/algorithm/string/test/
Dreplace_test.cpp145 TEST_ALGO( ireplace_nth, "1AbC3abc2", "aBc" C_ 0 C_ "YYY", string("1YYY3abc2") ); in replace_nth_test()
146 TEST_ALGO( ireplace_nth, "1AbC3abc2", "aBc" C_ -1 C_ "YYY", string("1AbC3YYY2") ); in replace_nth_test()
/third_party/boost/boost/algorithm/string/
Dreplace.hpp572 inline void ireplace_nth( in ireplace_nth() function
914 using algorithm::ireplace_nth;
/third_party/boost/doc/html/
Ddoc_HTML.manifest711 boost/algorithm/ireplace_nth.html