Searched defs:XmlEncode (Results 1 - 3 of 3) sorted by relevance

/external/expat/lib/
H A Dxmlparse.c119 #define XmlEncode XmlUtf16Encode macro
128 #define XmlEncode XmlUtf8Encode macro
2978 parser->m_characterDataHandler(parser->m_handlerArg, buf, XmlEncode(n, (ICHAR *)buf));
5543 n = XmlEncode(n, (ICHAR *)buf);
5544 /* The XmlEncode() functions can never return 0 here. That
5550 * XmlEncode() is never passed a value it might return an
5818 n = XmlEncode(n, (ICHAR *)buf);
5819 /* The XmlEncode() functions can never return 0 here. That
5825 * XmlEncode() is never passed a value it might return an
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c33 #define XmlEncode XmlUtf16Encode macro
42 #define XmlEncode XmlUtf8Encode macro
2570 characterDataHandler(handlerArg, buf, XmlEncode(n, (ICHAR *)buf));
4987 n = XmlEncode(n, (ICHAR *)buf);
5228 n = XmlEncode(n, (ICHAR *)buf);
/external/python/cpython3/Modules/expat/
H A Dxmlparse.c33 #define XmlEncode XmlUtf16Encode macro
42 #define XmlEncode XmlUtf8Encode macro
2570 characterDataHandler(handlerArg, buf, XmlEncode(n, (ICHAR *)buf));
4987 n = XmlEncode(n, (ICHAR *)buf);
5228 n = XmlEncode(n, (ICHAR *)buf);

Completed in 157 milliseconds