Home | History | Annotate | Download | only in Support

Lines Matching defs:Quote

731       char Quote = Src[I++];
732 while (I != E && Src[I] != Quote) {
766 /// escape double quote. This method consumes runs of backslashes as well as the
767 /// following double quote if it's escaped.
769 /// * If an even number of backslashes is followed by a double quote, one
771 /// quote remains unconsumed. The double quote will later be interpreted as
775 /// * If an odd number of backslashes is followed by a double quote, one
776 /// backslash is output for every pair of backslashes, and a double quote is
777 /// output for the last pair of backslash-double quote. The double quote is