OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XmlUtf8Encode
(Results
1 - 3
of
3
) sorted by null
/external/expat/lib/
xmltok.h
107
/* The size of the buffer passed to
XmlUtf8Encode
must be at least this. */
280
int FASTCALL
XmlUtf8Encode
(int charNumber, char *buf);
xmltok.c
1193
XmlUtf8Encode
(int c, char *buf)
1307
n =
XmlUtf8Encode
(c, buf);
[
all
...]
xmlparse.c
42
#define XmlEncode
XmlUtf8Encode
[
all
...]
Completed in 27 milliseconds