Home
last modified time | relevance | path

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

/external/libxml2/doc/examples/
DtestWriter.c27 xmlChar *ConvertInput(const char *in, const char *encoding);
105 tmp = ConvertInput("This is a comment with special chars: <���>", in testXmlwriterFilename()
142 tmp = ConvertInput("<���>", MY_ENCODING); in testXmlwriterFilename()
180 tmp = ConvertInput("M�ller", MY_ENCODING); in testXmlwriterFilename()
190 tmp = ConvertInput("J�rg", MY_ENCODING); in testXmlwriterFilename()
384 tmp = ConvertInput("This is a comment with special chars: <���>", in testXmlwriterMemory()
421 tmp = ConvertInput("<���>", MY_ENCODING); in testXmlwriterMemory()
459 tmp = ConvertInput("M�ller", MY_ENCODING); in testXmlwriterMemory()
469 tmp = ConvertInput("J�rg", MY_ENCODING); in testXmlwriterMemory()
659 tmp = ConvertInput("This is a comment with special chars: <���>", in testXmlwriterDoc()
[all …]