Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
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()