Home | History | Annotate | Download | only in css

Lines Matching refs:CharType

378 template<typename CharType>
379 static inline bool containsHTMLSpaceTemplate(const CharType* string, unsigned length)
382 if (isHTMLSpace<CharType>(string[i]))