Home
last modified time | relevance | path

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

/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DNumericString.cpp324 removeInPlace(tmp, thSep); in strToFloat()
325 removeInPlace(tmp, 'f'); in strToFloat()
341 removeInPlace(tmp, thSep); in strToDouble()
343 removeInPlace(tmp, 'f'); in strToDouble()
H A DString.cpp231 std::string& removeInPlace(std::string& str, const std::string::value_type ch, std::string::size_ty… in removeInPlace() function
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DString.h492 S& removeInPlace(S& str, const typename S::value_type ch, typename S::size_type start = 0)
546 Foundation_API std::string& removeInPlace(std::string& str, const std::string::value_type ch, std::…
/dports/devel/poco/poco-1.10.1-all/Foundation/testsuite/src/
H A DStringTest.cpp48 using Poco::removeInPlace;
410 removeInPlace(s, 'b', 1); in testReplaceInPlace()
412 removeInPlace(s, 'd'); in testReplaceInPlace()