Searched refs:IsNormalizableWhitespace (Results 1 – 9 of 9) sorted by relevance
2991 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter2997 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()3125 if (is_attribute && IsNormalizableWhitespace(*src)) in EscapeXml()
3358 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter3364 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()3506 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
3432 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter3438 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()3569 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
3491 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter3497 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()3626 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
3529 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter3535 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()3664 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
3893 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter3899 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()4038 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
3613 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter3619 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()3742 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
4381 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter4387 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()4527 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
4806 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter4812 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()4954 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()