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

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp 704 inline PassRefPtr<StringImpl> StringImpl::stripMatchedCharacters(UCharPredicate predicate)
754 return stripMatchedCharacters(SpaceOrNewlinePredicate());
759 return stripMatchedCharacters(UCharPredicate(isWhiteSpace));
    [all...]
StringImpl.h 423 template <class UCharPredicate> PassRefPtr<StringImpl> stripMatchedCharacters(UCharPredicate);

Completed in 104 milliseconds