Searched refs:isAllSpecialCharacters (Results 1 – 3 of 3) sorted by relevance
85 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() function491 template<bool isSpecialCharacter(UChar)> inline bool String::isAllSpecialCharacters() const in isAllSpecialCharacters() function493 return WTF::isAllSpecialCharacters<isSpecialCharacter>(characters(), length()); in isAllSpecialCharacters()527 using WTF::isAllSpecialCharacters;
76 return string.isAllSpecialCharacters<isHTMLSpace>(); in isAllWhitespace()81 return string.isAllSpecialCharacters<isHTMLSpaceOrReplacementCharacter>(); in isAllWhitespaceOrReplacementCharacters()
14453 * wtf/text/WTFString.h: Added isAllSpecialCharacters, moved here from