HomeSort by relevance Sort by last modified time
    Searched refs:ConvertInput (Results 1 - 3 of 3) sorted by null

  /external/libxml2/doc/examples/
testWriter.c 27 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("This is a comment with special chars: <???>"
    [all...]
  /frameworks/av/media/libeffects/testlibs/
AudioFormatAdapter.h 98 ConvertInput(pIn, nSamplesChannels);
128 void ConvertInput(const void *& pIn, uint32_t numSamples) {
  /external/v8/src/compiler/
simplified-lowering.cc 684 void ConvertInput(Node* node, int index, UseInfo use) {
716 ConvertInput(node, index, use);
    [all...]

Completed in 169 milliseconds