Lines Matching refs:quote
3803 * value, ... a single or double quote character in the replacement
3807 * the initial entity and the quote is found
11891 xmlChar quote = 0;
11901 if (quote != 0) {
11902 if (buf[base] == quote)
11903 quote = 0;
11906 if ((quote == 0) && (buf[base] == '<')) {
11932 quote = '"';
11936 quote = '\'';
11977 if (quote == 0)