Home | History | Annotate | Download | only in src

Lines Matching refs:IsNormalizableWhitespace

2921   static bool IsNormalizableWhitespace(char c) {
2927 return IsNormalizableWhitespace(c) || c >= 0x20;
3058 if (is_attribute && IsNormalizableWhitespace(*src))