Searched refs:IsNormalizableWhitespace (Results 1 – 9 of 9) sorted by relevance
2990 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter2996 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()3124 if (is_attribute && IsNormalizableWhitespace(*src)) in EscapeXml()
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()
3016 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter3022 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()3150 if (is_attribute && IsNormalizableWhitespace(*src)) in EscapeXml()
3359 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter3365 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()3507 if (is_attribute && IsNormalizableWhitespace(ch)) 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()
3478 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter3484 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()3613 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
4810 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter4816 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()4958 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()