Home
last modified time | relevance | path

Searched refs:quoting (Results 1 - 18 of 18) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_csv.py42 self.assertRaises(TypeError, ctor, arg, quoting=None)
44 quoting=csv.QUOTE_ALL, quotechar='')
46 quoting=csv.QUOTE_ALL, quotechar=None)
48 quoting=csv.QUOTE_NONE, quotechar='')
70 self.assertEqual(obj.dialect.quoting, csv.QUOTE_MINIMAL)
76 self.assertRaises(AttributeError, delattr, obj.dialect, 'quoting')
78 'quoting', None)
90 quoting=csv.QUOTE_NONE, skipinitialspace=True,
98 self.assertEqual(obj.dialect.quoting, csv.QUOTE_NONE)
116 quoting variable in Test_Csv._test_dialect_attrs.dialect
463 quoting = csv.QUOTE_MINIMAL global() variable in TestDialectRegistry.test_register_kwargs_override.mydialect
472 quoting=csv.QUOTE_ALL) global() variable in TestDialectRegistry.test_register_kwargs_override.mydialect
492 quoting = csv.QUOTE_NONE global() variable in TestDialectRegistry.test_space_dialect.space
674 quoting = csv.QUOTE_NONE global() variable in EscapedExcel
696 quoting = csv.QUOTE_NONNUMERIC global() variable in QuotedEscapedExcel
935 quoting = csv.QUOTE_NONE global() variable in TestDialectValidity.test_quoting.mydialect
975 quoting = csv.QUOTE_NONE global() variable in TestDialectValidity.test_delimiter.mydialect
1016 quoting = csv.QUOTE_NONE global() variable in TestDialectValidity.test_escapechar.mydialect
1043 quoting = csv.QUOTE_NONE global() variable in TestDialectValidity.test_lineterminator.mydialect
[all...]
/third_party/python/Modules/
H A D_csv.c107 int quoting; /* style of quoting to write */ member
204 return PyLong_FromLong(self->quoting); in Dialect_get_quoting()
327 dialect_check_quoting(int quoting) in dialect_check_quoting() argument
332 if ((int)qs->style == quoting) in dialect_check_quoting()
335 PyErr_Format(PyExc_TypeError, "bad \"quoting\" value"); in dialect_check_quoting()
353 { "quoting", (getter)Dialect_get_quoting},
374 "quoting",
407 PyObject *quoting = NULL; in dialect_new() local
419 &quoting, in dialect_new()
[all...]
/third_party/spirv-tools/source/
H A Dtext_handler.cpp102 bool quoting = false; in getWord() local
117 if (!escaping) quoting = !quoting; in getWord()
124 if (escaping || quoting) break; in getWord()
/third_party/python/Lib/
H A Dcsv.py28 lineterminator, quoting.
40 quoting = None variable in Dialect
61 quoting = QUOTE_MINIMAL variable in excel
76 quoting = QUOTE_ALL variable in unix_dialect
192 quoting = QUOTE_MINIMAL variable in Sniffer.sniff.dialect
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dtext_handler.cpp100 bool quoting = false; in getWord() local
115 if (!escaping) quoting = !quoting; in getWord()
122 if (escaping || quoting) break; in getWord()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext_handler.cpp100 bool quoting = false; in getWord() local
115 if (!escaping) quoting = !quoting; in getWord()
122 if (escaping || quoting) break; in getWord()
/third_party/python/PCbuild/
H A Dfind_msbuild.bat14 @rem parse the next if statement - incorrect quoting in the multi-arg
18 @rem Entire command line may represent the full path if quoting failed.
H A Dfind_python.bat18 @rem parse the next if statement - incorrect quoting in the multi-arg
22 @rem Entire command line may represent the full path if quoting failed.
/third_party/rust/crates/clap/clap_complete_fig/tests/
H A Dfig.rs40 fn quoting() { in quoting() functions
44 "tests/snapshots/quoting.fig.js", in quoting()
/third_party/rust/crates/clap/clap_complete/tests/
H A Dpowershell.rs40 fn quoting() { in quoting() functions
44 "tests/snapshots/quoting.ps1", in quoting()
H A Delvish.rs40 fn quoting() { in quoting() functions
44 "tests/snapshots/quoting.elvish", in quoting()
H A Dfish.rs40 fn quoting() { in quoting() functions
44 "tests/snapshots/quoting.fish", in quoting()
H A Dzsh.rs40 fn quoting() { in quoting() functions
44 "tests/snapshots/quoting.zsh", in quoting()
H A Dbash.rs40 fn quoting() { in quoting() functions
44 "tests/snapshots/quoting.bash", in quoting()
/third_party/rust/crates/clap/clap_mangen/tests/
H A Droff.rs25 fn quoting() { in quoting() functions
28 common::assert_matches_path("tests/snapshots/quoting.bash.roff", cmd); in quoting()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPatternTokenizer.java72 * @param syntaxCharacters Characters to be set as extra quoting characters.
73 * @return A PatternTokenizer object in which characters are specified as extra quoting characters.
210 // otherwise cp doesn't need quoting in quoteLiteral()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DPatternTokenizer.java74 * @param syntaxCharacters Characters to be set as extra quoting characters.
75 * @return A PatternTokenizer object in which characters are specified as extra quoting characters.
212 // otherwise cp doesn't need quoting in quoteLiteral()
/third_party/gn/src/gn/
H A Dcommand_gen.cc571 This string is passed without any quoting to the ninja invocation
618 This string is passed without any quoting to the ninja invocation

Completed in 12 milliseconds