HomeSort by relevance Sort by last modified time
    Searched refs:stripMatchedCharacters (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp 841 inline PassRefPtr<StringImpl> StringImpl::stripMatchedCharacters(UCharPredicate predicate)
891 return stripMatchedCharacters(SpaceOrNewlinePredicate());
896 return stripMatchedCharacters(UCharPredicate(isWhiteSpace));
    [all...]
StringImpl.h 420 template <class UCharPredicate> PassRefPtr<StringImpl> stripMatchedCharacters(UCharPredicate);

Completed in 828 milliseconds