Home | History | Annotate | Download | only in Support

Lines Matching full:quote

551       char Quote = Src[I++];
552 while (I != E && Src[I] != Quote) {
586 /// escape double quote. This method consumes runs of backslashes as well as the
587 /// following double quote if it's escaped.
589 /// * If an even number of backslashes is followed by a double quote, one
591 /// quote remains unconsumed. The double quote will later be interpreted as
595 /// * If an odd number of backslashes is followed by a double quote, one
596 /// backslash is output for every pair of backslashes, and a double quote is
597 /// output for the last pair of backslash-double quote. The double quote is