Home
last modified time | relevance | path

Searched refs:IsNormalizableWhitespace (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest.cc3500 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter
3506 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()
3637 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()