Home
last modified time | relevance | path

Searched refs:ConvertInput (Results 1 – 2 of 2) 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 …]
/external/v8/src/compiler/
Dsimplified-lowering.cc684 void ConvertInput(Node* node, int index, UseInfo use) { in ConvertInput() function in v8::internal::compiler::RepresentationSelector
716 ConvertInput(node, index, use); in ProcessInput()