Home | History | Annotate | Download | only in Support

Lines Matching defs:Quote

712       char Quote = Src[I++];
713 while (I != E && Src[I] != Quote) {
747 /// escape double quote. This method consumes runs of backslashes as well as the
748 /// following double quote if it's escaped.
750 /// * If an even number of backslashes is followed by a double quote, one
752 /// quote remains unconsumed. The double quote will later be interpreted as
756 /// * If an odd number of backslashes is followed by a double quote, one
757 /// backslash is output for every pair of backslashes, and a double quote is
758 /// output for the last pair of backslash-double quote. The double quote is