OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stripMatchedCharacters
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp
827
inline PassRefPtr<StringImpl> StringImpl::
stripMatchedCharacters
(UCharPredicate predicate)
877
return
stripMatchedCharacters
(SpaceOrNewlinePredicate());
882
return
stripMatchedCharacters
(UCharPredicate(isWhiteSpace));
[
all
...]
StringImpl.h
441
template <class UCharPredicate> PassRefPtr<StringImpl>
stripMatchedCharacters
(UCharPredicate);
Completed in 203 milliseconds