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

/macosx-10.10.1/libxml2-26/libxml2/doc/examples/
H A DtestWriter.c27 xmlChar *ConvertInput(const char *in, const char *encoding);
105 tmp = ConvertInput("This is a comment with special chars: <���>",
142 tmp = ConvertInput("<���>", MY_ENCODING);
180 tmp = ConvertInput("M�ller", MY_ENCODING);
190 tmp = ConvertInput("J�rg", MY_ENCODING);
384 tmp = ConvertInput("This is a comment with special chars: <���>",
421 tmp = ConvertInput("<���>", MY_ENCODING);
459 tmp = ConvertInput("M�ller", MY_ENCODING);
469 tmp = ConvertInput("J�rg", MY_ENCODING);
659 tmp = ConvertInput("Thi
1144 ConvertInput(const char *in, const char *encoding) function
[all...]

Completed in 141 milliseconds