Home | History | Annotate | Download | only in Modules

Lines Matching refs:quoted

627             /* start quoted field */
686 /* in quoted field */
720 /* doublequote - seen a quote in a quoted field */
982 int *quoted, int copy_phase)
1014 if (copy_phase && *quoted)
1039 *quoted = 1;
1055 /* If field is empty check if it needs to be quoted.
1060 "single empty field record must be quoted");
1064 *quoted = 1;
1067 if (*quoted) {
1117 join_append(WriterObj *self, char *field, int *quoted, int quote_empty)
1121 quoted, 0);
1129 self->rec_len = join_append_data(self, field, quote_empty, quoted, 1);
1183 int quoted;
1191 quoted = !PyNumber_Check(field);
1194 quoted = 1;
1197 quoted = 0;
1204 &quoted, len == 1);
1208 append_ok = join_append(self, "", &quoted, len == 1);
1224 &quoted, len == 1);