Home | History | Annotate | Download | only in csv

Lines Matching refs:quoted

23 // quoted-fields. The beginning and ending quote are not part of the
28 // normal string,"quoted-field"
32 // {`normal string`, `quoted-field`}
34 // Within a quoted-field a quote character followed by a second quote
37 // "the ""word"" is true","a ""quoted-field"""
41 // {`the "word" is true`, `a "quoted-field"`}
43 // Newlines and commas may be included in a quoted-field
86 ErrBareQuote = errors.New("bare \" in non-quoted-field")
87 ErrQuote = errors.New("extraneous or missing \" in quoted-field")
131 // non-doubled quote may appear in a quoted field.
293 // Non-quoted string field
317 // Quoted string field