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

  /external/webkit/Source/WebCore/html/parser/
HTMLParserIdioms.h 35 bool isNotHTMLSpace(UChar);
69 inline bool isNotHTMLSpace(UChar character)
HTMLParserIdioms.cpp 42 if (isNotHTMLSpace(characters[numLeadingSpaces]))
51 if (isNotHTMLSpace(characters[length - numTrailingSpaces - 1]))
HTMLTreeBuilder.cpp 284 return takeLeading<isNotHTMLSpace>();
    [all...]
  /external/webkit/Source/WebCore/html/
DOMTokenList.cpp 82 while (position < inputLength && isNotHTMLSpace(input[position]))
  /external/webkit/Source/WebCore/dom/
SpaceSplitString.cpp 63 while (end < length && isNotHTMLSpace(characters[end]))
StyledElement.cpp 219 if (isNotHTMLSpace(characters[i]))

Completed in 1209 milliseconds