Home
last modified time | relevance | path

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

/external/llvm/utils/unittest/googletest/src/
Dgtest.cc2991 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter
2997 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()
3125 if (is_attribute && IsNormalizableWhitespace(*src)) in EscapeXml()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest.cc3358 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter
3364 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()
3506 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc3432 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter
3438 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()
3569 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc3491 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter
3497 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()
3626 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/mesa3d/src/gtest/src/
Dgtest.cc3529 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter
3535 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()
3664 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/googletest/googletest/src/
Dgtest.cc3893 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter
3899 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()
4038 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc3613 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter
3619 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()
3742 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/fmtlib/test/
Dgmock-gtest-all.cc4381 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter
4387 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()
4527 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc4806 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter
4812 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()
4954 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()