Home | History | Annotate | Download | only in src

Lines Matching refs:IsNormalizableWhitespace

3006   static bool IsNormalizableWhitespace(char c) {
3012 return IsNormalizableWhitespace(c) || c >= 0x20;
3140 if (is_attribute && IsNormalizableWhitespace(*src))