simplifyMatchedCharactersToSpace  991 Source/wtf/text/StringImpl.cpp         return StringImpl::simplifyMatchedCharactersToSpace<LChar>(SpaceOrNewlinePredicate(), stripBehavior);
simplifyMatchedCharactersToSpace  992 Source/wtf/text/StringImpl.cpp     return StringImpl::simplifyMatchedCharactersToSpace<UChar>(SpaceOrNewlinePredicate(), stripBehavior);
simplifyMatchedCharactersToSpace  998 Source/wtf/text/StringImpl.cpp         return StringImpl::simplifyMatchedCharactersToSpace<LChar>(UCharPredicate(isWhiteSpace), stripBehavior);
simplifyMatchedCharactersToSpace  999 Source/wtf/text/StringImpl.cpp     return StringImpl::simplifyMatchedCharactersToSpace<UChar>(UCharPredicate(isWhiteSpace), stripBehavior);
simplifyMatchedCharactersToSpace  421 Source/wtf/text/StringImpl.h     template <typename CharType, class UCharPredicate> PassRefPtr<StringImpl> simplifyMatchedCharactersToSpace(UCharPredicate, StripBehavior);