Searched defs:quotechar (Results 1 – 11 of 11) sorted by relevance
35 quotechar = None variable in Dialect57 quotechar = '"' variable in excel72 quotechar = '"' variable in unix_dialect
17 quotechar (unsigned char c) in quotechar() function
38 quotechar = None variable in Dialect60 quotechar = '"' variable in excel
99 char quotechar; /* quote character */ member351 PyObject *quotechar = NULL; in dialect_new() local
98 Py_UCS4 quotechar; /* quote character */ member400 PyObject *quotechar = NULL; in dialect_new() local
100 quotechar='#' variable in Test_Csv._test_dialect_attrs.dialect
113 quotechar='#' variable in Test_Csv._test_dialect_attrs.dialect
4624 xmlTextWriterSetQuoteChar(xmlTextWriterPtr writer, xmlChar quotechar) in xmlTextWriterSetQuoteChar()
43106 xmlChar quotechar; /* the quote character */ in test_xmlTextWriterSetQuoteChar() local