Searched refs:quoteMark (Results 1 – 3 of 3) sorted by relevance
81 char quoteMark = 0; in extractCharset() local83 quoteMark = static_cast<char>(value[pos++]); in extractCharset()84 ASSERT(!(quoteMark & 0x80)); in extractCharset()91 …while (end < length && ((quoteMark && value[end] != quoteMark) || (!quoteMark && value[end] > ' ' … in extractCharset()94 if (quoteMark && (end == length)) in extractCharset()
365 char quoteMark = str[pos]; in findXMLEncoding() local366 if (quoteMark != '"' && quoteMark != '\'') in findXMLEncoding()372 while (end < len && str[end] != quoteMark) in findXMLEncoding()
306 char quoteMark = quote == doubleQ ? '"' : '\''; in CheckForBrace() local310 quote = strchr(quote + 1, quoteMark); in CheckForBrace()