Lines Matching full:quote
176 // 2=suffix, 3=prefix in quote, 4=suffix in quote. Subpart 0 is
378 // A quote outside quotes indicates either the opening
379 // quote or two quotes, which is a quote literal. That is,
380 // we have the first quote in 'do' or o''clock.
384 affix->append(kQuote); // Encode quote
387 subpart += 2; // open quote
462 case 3: // Prefix subpart, in quote
463 case 4: // Suffix subpart, in quote
464 // A quote within quotes indicates either the closing
465 // quote or two quotes, which is a quote literal. That is,
466 // we have the second quote in 'do' or 'don''t'.
470 affix->append(kQuote); // Encode quote
473 subpart -= 2; // close quote
524 { // subpart > 2 == unmatched quote