Searched defs:isAllSpecialCharacters (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/text/
H A 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, size_t length) function in namespace:WTF
491 template<bool isSpecialCharacter(UChar)> inline bool String::isAllSpecialCharacters() const function in class:WTF::String
493 return WTF::isAllSpecialCharacters<isSpecialCharacter>(characters(), length());
527 using WTF::isAllSpecialCharacters;

Completed in 1218 milliseconds