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/
H A Dgtest-all.cc4505 static bool IsNormalizableWhitespace(char c) { function in class:testing::internal::XmlUnitTestResultPrinter
4511 return IsNormalizableWhitespace(c) || c >= 0x20;
4653 if (is_attribute && IsNormalizableWhitespace(ch))

Completed in 243 milliseconds