stripMatchedCharacters  891 Source/wtf/text/StringImpl.cpp     return stripMatchedCharacters(SpaceOrNewlinePredicate());
stripMatchedCharacters  896 Source/wtf/text/StringImpl.cpp     return stripMatchedCharacters(UCharPredicate(isWhiteSpace));
stripMatchedCharacters  420 Source/wtf/text/StringImpl.h     template <class UCharPredicate> PassRefPtr<StringImpl> stripMatchedCharacters(UCharPredicate);