Searched refs:XmlUtf8Encode (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/expat/files/lib/
H A Dxmltok.h107 /* The size of the buffer passed to XmlUtf8Encode must be at least this. */
280 int FASTCALL XmlUtf8Encode(int charNumber, char *buf);
H A Dxmltok.c1193 XmlUtf8Encode(int c, char *buf) function
1307 n = XmlUtf8Encode(c, buf);
1402 e->utf8[i][0] = (char)XmlUtf8Encode(c, e->utf8[i] + 1);
H A Dxmlparse.c42 #define XmlEncode XmlUtf8Encode
/external/expat/lib/
H A Dxmltok.h107 /* The size of the buffer passed to XmlUtf8Encode must be at least this. */
280 int FASTCALL XmlUtf8Encode(int charNumber, char *buf);
H A Dxmltok.c1193 XmlUtf8Encode(int c, char *buf) function
1307 n = XmlUtf8Encode(c, buf);
1402 e->utf8[i][0] = (char)XmlUtf8Encode(c, e->utf8[i] + 1);
H A Dxmlparse.c42 #define XmlEncode XmlUtf8Encode

Completed in 244 milliseconds