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

  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.h 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, size_t length)
491 template<bool isSpecialCharacter(UChar)> inline bool String::isAllSpecialCharacters() const
493 return WTF::isAllSpecialCharacters<isSpecialCharacter>(characters(), length());
527 using WTF::isAllSpecialCharacters;
  /external/webkit/Source/WebCore/html/parser/
HTMLTreeBuilder.cpp 76 return string.isAllSpecialCharacters<isHTMLSpace>();
81 return string.isAllSpecialCharacters<isHTMLSpaceOrReplacementCharacter>();
    [all...]

Completed in 126 milliseconds