Home | History | Annotate | Download | only in src

Lines Matching refs:IsNormalizableWhitespace

2995   static bool IsNormalizableWhitespace(char c) {
3001 return IsNormalizableWhitespace(c) || c >= 0x20;
3143 if (is_attribute && IsNormalizableWhitespace(ch))