Searched refs:isNotHTMLSpace (Results 1 – 7 of 7) sorted by relevance
102 inline bool isNotHTMLSpace(CharType character) in isNotHTMLSpace() function
47 if (isNotHTMLSpace<CharType>(characters[numLeadingSpaces])) in stripLeadingAndTrailingHTMLSpaces()55 if (isNotHTMLSpace<CharType>(characters[length - numTrailingSpaces - 1])) in stripLeadingAndTrailingHTMLSpaces()
236 && (position = decodedSnippet.find(isNotHTMLSpace<UChar>, position + 1)) != kNotFound in truncateForScriptLikeAttribute()
188 skipLeading<isNotHTMLSpace<UChar> >(); in skipLeadingNonWhitespace()
65 while (end < length && isNotHTMLSpace<CharacterType>(characters[end])) in createVector()
222 while (position < inputLength && isNotHTMLSpace<UChar>(input[position])) in removeTokens()
1013 if (isNotHTMLSpace<CharacterType>(characters[i])) in classStringHasClassName()