Home
last modified time | relevance | path

Searched refs:isAllSpecialCharacters (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/text/
DWTFString.h85 template<bool isSpecialCharacter(UChar)> bool isAllSpecialCharacters(const UChar*, size_t);
240 template<bool isSpecialCharacter(UChar)> bool isAllSpecialCharacters() const;
482 template<bool isSpecialCharacter(UChar)> inline bool isAllSpecialCharacters(const UChar* characters… in isAllSpecialCharacters() function
491 template<bool isSpecialCharacter(UChar)> inline bool String::isAllSpecialCharacters() const in isAllSpecialCharacters() function
493 return WTF::isAllSpecialCharacters<isSpecialCharacter>(characters(), length()); in isAllSpecialCharacters()
527 using WTF::isAllSpecialCharacters;
/external/webkit/Source/WebCore/html/parser/
DHTMLTreeBuilder.cpp76 return string.isAllSpecialCharacters<isHTMLSpace>(); in isAllWhitespace()
81 return string.isAllSpecialCharacters<isHTMLSpaceOrReplacementCharacter>(); in isAllWhitespaceOrReplacementCharacters()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1614453 * wtf/text/WTFString.h: Added isAllSpecialCharacters, moved here from