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

  /prebuilts/gdb/darwin-x86/lib/python2.7/
csv.py 30 delimiter, quotechar, escapechar, doublequote, skipinitialspace,
38 quotechar = None variable in class:Dialect
60 quotechar = '"' variable in class:excel
164 "Sniffs" the format of a CSV file (i.e. delimiter, quotechar)
177 quotechar, doublequote, delimiter, skipinitialspace = \
194 # _csv.reader won't accept a quotechar of ''
195 dialect.quotechar = quotechar or '"'
204 (the probable quotechar) which are preceded and followed
209 If there is no quotechar the delimiter can't be determine
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
csv.py 30 delimiter, quotechar, escapechar, doublequote, skipinitialspace,
38 quotechar = None variable in class:Dialect
60 quotechar = '"' variable in class:excel
164 "Sniffs" the format of a CSV file (i.e. delimiter, quotechar)
177 quotechar, doublequote, delimiter, skipinitialspace = \
194 # _csv.reader won't accept a quotechar of ''
195 dialect.quotechar = quotechar or '"'
204 (the probable quotechar) which are preceded and followed
209 If there is no quotechar the delimiter can't be determine
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
csv.py 30 delimiter, quotechar, escapechar, doublequote, skipinitialspace,
38 quotechar = None variable in class:Dialect
60 quotechar = '"' variable in class:excel
164 "Sniffs" the format of a CSV file (i.e. delimiter, quotechar)
177 quotechar, doublequote, delimiter, skipinitialspace = \
194 # _csv.reader won't accept a quotechar of ''
195 dialect.quotechar = quotechar or '"'
204 (the probable quotechar) which are preceded and followed
209 If there is no quotechar the delimiter can't be determine
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
csv.py 30 delimiter, quotechar, escapechar, doublequote, skipinitialspace,
38 quotechar = None variable in class:Dialect
60 quotechar = '"' variable in class:excel
164 "Sniffs" the format of a CSV file (i.e. delimiter, quotechar)
177 quotechar, doublequote, delimiter, skipinitialspace = \
194 # _csv.reader won't accept a quotechar of ''
195 dialect.quotechar = quotechar or '"'
204 (the probable quotechar) which are preceded and followed
209 If there is no quotechar the delimiter can't be determine
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
app.c 365 static char quotechar; local
530 quotechar = ch;
558 || ch == quotechar
582 as_warn (_("end of file in string; '%c' inserted"), quotechar);
587 PUT (quotechar);
589 else if (ch == quotechar)
629 as_warn (_("end of file in string; '%c' inserted"), quotechar);
630 PUT (quotechar);
1022 quotechar = ch;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_csv.py 30 self.assertRaises(TypeError, ctor, arg, quotechar=1)
35 quoting=csv.QUOTE_ALL, quotechar='')
37 quoting=csv.QUOTE_ALL, quotechar=None)
52 self.assertEqual(obj.dialect.quotechar, '"')
72 lineterminator='\r', quotechar='*',
80 self.assertEqual(obj.dialect.quotechar, '*')
98 quotechar='#' variable in class:Test_Csv._test_dialect_attrs.dialect
108 self.assertEqual(obj.dialect.quotechar, '#')
266 quotechar=None, escapechar='\\')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_csv.py 30 self.assertRaises(TypeError, ctor, arg, quotechar=1)
35 quoting=csv.QUOTE_ALL, quotechar='')
37 quoting=csv.QUOTE_ALL, quotechar=None)
52 self.assertEqual(obj.dialect.quotechar, '"')
72 lineterminator='\r', quotechar='*',
80 self.assertEqual(obj.dialect.quotechar, '*')
98 quotechar='#' variable in class:Test_Csv._test_dialect_attrs.dialect
108 self.assertEqual(obj.dialect.quotechar, '#')
266 quotechar=None, escapechar='\\')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_csv.py 30 self.assertRaises(TypeError, ctor, arg, quotechar=1)
35 quoting=csv.QUOTE_ALL, quotechar='')
37 quoting=csv.QUOTE_ALL, quotechar=None)
52 self.assertEqual(obj.dialect.quotechar, '"')
72 lineterminator='\r', quotechar='*',
80 self.assertEqual(obj.dialect.quotechar, '*')
98 quotechar='#' variable in class:Test_Csv._test_dialect_attrs.dialect
108 self.assertEqual(obj.dialect.quotechar, '#')
266 quotechar=None, escapechar='\\')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_csv.py 30 self.assertRaises(TypeError, ctor, arg, quotechar=1)
35 quoting=csv.QUOTE_ALL, quotechar='')
37 quoting=csv.QUOTE_ALL, quotechar=None)
52 self.assertEqual(obj.dialect.quotechar, '"')
72 lineterminator='\r', quotechar='*',
80 self.assertEqual(obj.dialect.quotechar, '*')
98 quotechar='#' variable in class:Test_Csv._test_dialect_attrs.dialect
108 self.assertEqual(obj.dialect.quotechar, '#')
266 quotechar=None, escapechar='\\')
    [all...]
  /external/libxml2/include/libxml/
xmlwriter.h 474 xmlTextWriterSetQuoteChar(xmlTextWriterPtr writer, xmlChar quotechar);
  /external/libxml2/
xmlwriter.c     [all...]
testapi.c 43871 xmlChar quotechar; \/* the quote character *\/ local
    [all...]

Completed in 358 milliseconds