UCharPredicate 840 Source/wtf/text/StringImpl.cpp template <class UCharPredicate> UCharPredicate 841 Source/wtf/text/StringImpl.cpp inline PassRefPtr<StringImpl> StringImpl::stripMatchedCharacters(UCharPredicate predicate) UCharPredicate 896 Source/wtf/text/StringImpl.cpp return stripMatchedCharacters(UCharPredicate(isWhiteSpace)); UCharPredicate 939 Source/wtf/text/StringImpl.cpp template <typename CharType, class UCharPredicate> UCharPredicate 940 Source/wtf/text/StringImpl.cpp inline PassRefPtr<StringImpl> StringImpl::simplifyMatchedCharactersToSpace(UCharPredicate predicate, StripBehavior stripBehavior) UCharPredicate 998 Source/wtf/text/StringImpl.cpp return StringImpl::simplifyMatchedCharactersToSpace<LChar>(UCharPredicate(isWhiteSpace), stripBehavior); UCharPredicate 999 Source/wtf/text/StringImpl.cpp return StringImpl::simplifyMatchedCharactersToSpace<UChar>(UCharPredicate(isWhiteSpace), stripBehavior); UCharPredicate 420 Source/wtf/text/StringImpl.h template <class UCharPredicate> PassRefPtr<StringImpl> stripMatchedCharacters(UCharPredicate); UCharPredicate 421 Source/wtf/text/StringImpl.h template <typename CharType, class UCharPredicate> PassRefPtr<StringImpl> simplifyMatchedCharactersToSpace(UCharPredicate, StripBehavior);