Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_xmlwriter.cpp56 XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat ) in XmlEncode() function in Catch::XmlEncode
61 void XmlEncode::encodeTo( std::ostream& os ) const { in encodeTo()
155 std::ostream& operator << ( std::ostream& os, XmlEncode const& xmlEncode ) { in operator <<()
231 m_os << ' ' << name << "=\"" << XmlEncode( attribute, XmlEncode::ForAttributes ) << '"'; in writeAttribute()
246 m_os << XmlEncode( text ); in writeText()
Dcatch_xmlwriter.h18 class XmlEncode {
22 XmlEncode( std::string const& str, ForWhat forWhat = ForTextNodes );
26 friend std::ostream& operator << ( std::ostream& os, XmlEncode const& xmlEncode );
/external/catch2/projects/SelfTest/IntrospectiveTests/
DXml.tests.cpp6 …ne std::string encode( std::string const& str, Catch::XmlEncode::ForWhat forWhat = Catch::XmlEncod… in encode()
8 oss << Catch::XmlEncode( str, forWhat ); in encode()
32 …REQUIRE( encode( stringWithQuotes, Catch::XmlEncode::ForAttributes ) == "don't &quot;quote&quot; m…
/external/catch2/projects/SelfTest/Baselines/
Dautomake.std.approved.txt121 :test-result: PASS XmlEncode
Dconsole.sw.approved.txt8786 XmlEncode
8798 XmlEncode
8810 XmlEncode
8822 XmlEncode
8834 XmlEncode
8853 XmlEncode
8867 …REQUIRE( encode( stringWithQuotes, Catch::XmlEncode::ForAttributes ) == "don't &quot;quote&quot; m…
8874 XmlEncode
8886 XmlEncode
8898 XmlEncode: UTF-8
[all …]
Dcompact.sw.approved.txt1215 Xml.tests.cpp:<line number>: passed: encode( stringWithQuotes, Catch::XmlEncode::ForAttributes ) ==…
/external/catch2/single_include/catch2/
Dcatch.hpp5566 class XmlEncode { class
5570 XmlEncode( std::string const& str, ForWhat forWhat = ForTextNodes );
5574 friend std::ostream& operator << ( std::ostream& os, XmlEncode const& xmlEncode );
12761 XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat ) in XmlEncode() function in Catch::XmlEncode
12766 void XmlEncode::encodeTo( std::ostream& os ) const { in encodeTo()
12860 std::ostream& operator << ( std::ostream& os, XmlEncode const& xmlEncode ) { in operator <<()
12935 m_os << ' ' << name << "=\"" << XmlEncode( attribute, XmlEncode::ForAttributes ) << '"'; in writeAttribute()
12950 m_os << XmlEncode( text ); in writeText()
/external/python/cpython3/Modules/expat/
Dxmlparse.c119 #define XmlEncode XmlUtf16Encode macro
128 #define XmlEncode XmlUtf8Encode macro
3001 parser->m_characterDataHandler(parser->m_handlerArg, buf, XmlEncode(n, (ICHAR *)buf)); in doContent()
5566 n = XmlEncode(n, (ICHAR *)buf); in appendAttributeValue()
5841 n = XmlEncode(n, (ICHAR *)buf); in storeEntityValue()
/external/expat/lib/
Dxmlparse.c119 #define XmlEncode XmlUtf16Encode macro
128 #define XmlEncode XmlUtf8Encode macro
3001 parser->m_characterDataHandler(parser->m_handlerArg, buf, XmlEncode(n, (ICHAR *)buf)); in doContent()
5566 n = XmlEncode(n, (ICHAR *)buf); in appendAttributeValue()
5841 n = XmlEncode(n, (ICHAR *)buf); in storeEntityValue()
/external/python/cpython2/Modules/expat/
Dxmlparse.c119 #define XmlEncode XmlUtf16Encode macro
128 #define XmlEncode XmlUtf8Encode macro
3001 parser->m_characterDataHandler(parser->m_handlerArg, buf, XmlEncode(n, (ICHAR *)buf)); in doContent()
5566 n = XmlEncode(n, (ICHAR *)buf); in appendAttributeValue()
5841 n = XmlEncode(n, (ICHAR *)buf); in storeEntityValue()
/external/bcc/tests/cc/
Dcatch.hpp8854 class XmlEncode { class
8858 XmlEncode( std::string const& str, ForWhat forWhat = ForTextNodes ) in XmlEncode() function in Catch::XmlEncode
8899 friend std::ostream& operator << ( std::ostream& os, XmlEncode const& xmlEncode ) { in operator <<()
8992 … stream() << " " << name << "=\"" << XmlEncode( attribute, XmlEncode::ForAttributes ) << "\""; in writeAttribute()
9014 stream() << XmlEncode( text ); in writeText()