Home | History | Annotate | Download | only in Support

Lines Matching defs:Quote

472       char Quote = Src[I++];
473 while (I != E && Src[I] != Quote) {
503 /// escape double quote. This method consumes runs of backslashes as well as the
504 /// following double quote if it's escaped.
506 /// * If an even number of backslashes is followed by a double quote, one
508 /// quote remains unconsumed. The double quote will later be interpreted as
512 /// * If an odd number of backslashes is followed by a double quote, one
513 /// backslash is output for every pair of backslashes, and a double quote is
514 /// output for the last pair of backslash-double quote. The double quote is