Searched refs:XmlEncode (Results 1 – 2 of 2) sorted by relevance
174 # define XmlEncode XmlUtf16Encode182 # define XmlEncode XmlUtf8Encode3170 XmlEncode(n, (ICHAR *)buf)); in doContent() 6038 n = XmlEncode(n, (ICHAR *)buf); in appendAttributeValue() 6039 /* The XmlEncode() functions can never return 0 here. That in appendAttributeValue() 6045 * XmlEncode() is never passed a value it might return an in appendAttributeValue() 6330 n = XmlEncode(n, (ICHAR *)buf); in storeEntityValue() 6331 /* The XmlEncode() functions can never return 0 here. That in storeEntityValue() 6337 * XmlEncode() is never passed a value it might return an in storeEntityValue() 173 # define XmlEncode global() macro 181 # define XmlEncode global() macro
6168 class XmlEncode { class6172 XmlEncode( std::string const& str, ForWhat forWhat = ForTextNodes );6176 friend std::ostream& operator << ( std::ostream& os, XmlEncode const& xmlEncode );15167 XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat ) in XmlEncode() function in Catch::XmlEncode15172 void XmlEncode::encodeTo( std::ostream& os ) const { in encodeTo()15266 std::ostream& operator << ( std::ostream& os, XmlEncode const& xmlEncode ) { in operator <<()15358 m_os << ' ' << name << "=\"" << XmlEncode( attribute, XmlEncode::ForAttributes ) << '"'; in writeAttribute()15374 m_os << XmlEncode( text ); in writeText()