Searched refs:removeInPlace (Results 1 – 4 of 4) sorted by relevance
/dports/devel/poco/poco-1.10.1-all/Foundation/src/ |
H A D | NumericString.cpp | 324 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 D | String.cpp | 231 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 D | String.h | 492 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 D | StringTest.cpp | 48 using Poco::removeInPlace; 410 removeInPlace(s, 'b', 1); in testReplaceInPlace() 412 removeInPlace(s, 'd'); in testReplaceInPlace()
|