Home
last modified time | relevance | path

Searched defs:doublequote (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dcsv.py37 doublequote = None variable in Dialect
58 doublequote = True variable in excel
73 doublequote = True variable in unix_dialect
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dcsv.py37 doublequote = None variable in Dialect
58 doublequote = True variable in excel
73 doublequote = True variable in unix_dialect
/aosp_15_r20/external/python/cpython3/Lib/
Dcsv.py37 doublequote = None variable in Dialect
58 doublequote = True variable in excel
73 doublequote = True variable in unix_dialect
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dcsv.py37 doublequote = None variable in Dialect
58 doublequote = True variable in excel
73 doublequote = True variable in unix_dialect
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dcsv.py37 doublequote = None variable in Dialect
58 doublequote = True variable in excel
73 doublequote = True variable in unix_dialect
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dcsv.py37 doublequote = None variable in Dialect
58 doublequote = True variable in excel
73 doublequote = True variable in unix_dialect
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_csv.py112 doublequote=False variable in Test_Csv._test_dialect_attrs.dialect
460 doublequote = True variable in TestDialectRegistry.test_register_kwargs_override.mydialect
932 doublequote = False variable in TestDialectValidity.test_quoting.mydialect
972 doublequote = False variable in TestDialectValidity.test_delimiter.mydialect
1013 doublequote = False variable in TestDialectValidity.test_escapechar.mydialect
1040 doublequote = False variable in TestDialectValidity.test_lineterminator.mydialect
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_csv.py97 doublequote=False variable in Test_Csv._test_dialect_attrs.dialect
890 doublequote = False variable in TestDialectValidity.test_quoting.mydialect
924 doublequote = False variable in TestDialectValidity.test_delimiter.mydialect
959 doublequote = False variable in TestDialectValidity.test_lineterminator.mydialect
/aosp_15_r20/external/python/cpython2/Lib/
Dcsv.py40 doublequote = None variable in Dialect
61 doublequote = True variable in excel
/aosp_15_r20/external/python/cpython2/Modules/
D_csv.c97 int doublequote; /* is " represented by ""? */ member
348 PyObject *doublequote = NULL; in dialect_new() local
/aosp_15_r20/external/python/cpython3/Modules/
D_csv.c104 char doublequote; /* is " represented by ""? */ member
403 PyObject *doublequote = NULL; in dialect_new() local
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...