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

/freebsd-13-stable/contrib/expat/lib/
H A Dxmltok.h137 /* The size of the buffer passed to XmlUtf8Encode must be at least this. */
291 int FASTCALL XmlUtf8Encode(int charNumber, char *buf);
H A Dxmltok.c1257 XmlUtf8Encode(int c, char *buf) { function
1363 n = XmlUtf8Encode(c, buf);
1450 e->utf8[i][0] = (char)XmlUtf8Encode(c, e->utf8[i] + 1);
H A Dxmlparse.c133 # define XmlEncode XmlUtf8Encode

Completed in 175 milliseconds