Home | History | Annotate | Download | only in DataFormatters

Lines Matching refs:quote

184                        char quote = '"',
189 if (quote != 0)
190 stream.Printf("%c",quote);
245 if (quote != 0)
246 stream.Printf("%c",quote);
922 char quote = '"')
946 dest.Printf("%c%c",prefix_token,quote);
951 dest.Printf("%c",quote);