Searched refs:quoteChar (Results 1 – 5 of 5) sorted by relevance
48 int *inlen, int quoteChar);
142 int *inlen, int quoteChar);
41 int quoteChar ATTRIBUTE_UNUSED) in docbEncodeEntities()
1900 const unsigned char* in, int *inlen, int quoteChar) { in htmlEncodeEntities() argument1945 if ((c < 0x80) && (c != (unsigned int) quoteChar) && in htmlEncodeEntities()
193 UChar quoteChar = '\"'; in appendQuotedURLAttributeValue() local201 quoteChar = '\''; in appendQuotedURLAttributeValue()203 result.append(quoteChar); in appendQuotedURLAttributeValue()205 result.append(quoteChar); in appendQuotedURLAttributeValue()210 result.append(quoteChar); in appendQuotedURLAttributeValue()212 result.append(quoteChar); in appendQuotedURLAttributeValue()