Home
last modified time | relevance | path

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

/external/protobuf/gtest/src/
Dgtest.cc3003 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter
3009 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()
3137 if (is_attribute && IsNormalizableWhitespace(*src)) in EscapeXml()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc2990 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter
2996 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()
3124 if (is_attribute && IsNormalizableWhitespace(*src)) in EscapeXml()
/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/google-breakpad/src/testing/gtest/src/
Dgtest.cc3016 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter
3022 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()
3150 if (is_attribute && IsNormalizableWhitespace(*src)) in EscapeXml()
/external/mesa3d/src/gtest/src/
Dgtest.cc3021 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter
3027 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()
3169 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest.cc3021 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter
3027 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()
3169 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/v8/testing/gtest/src/
Dgtest.cc3356 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter
3362 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()
3504 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/libvpx/libvpx/third_party/googletest/src/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/googletest/googletest/src/
Dgtest.cc3356 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter
3362 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()
3504 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc4343 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter
4349 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()
4477 if (is_attribute && IsNormalizableWhitespace(*src)) in EscapeXml()
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest-all.cc4505 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter
4511 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()
4653 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/fmtlib/test/
Dgmock-gtest-all.cc4505 static bool IsNormalizableWhitespace(char c) { in IsNormalizableWhitespace() function in testing::internal::XmlUnitTestResultPrinter
4511 return IsNormalizableWhitespace(c) || c >= 0x20; in IsValidXmlCharacter()
4653 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()