Searched refs:quoteChar (Results 1 – 7 of 7) sorted by relevance
163 UChar quoteChar = '\"'; in appendQuotedURLAttributeValue() local171 quoteChar = '\''; in appendQuotedURLAttributeValue()173 result.append(quoteChar); in appendQuotedURLAttributeValue()175 result.append(quoteChar); in appendQuotedURLAttributeValue()180 result.append(quoteChar); in appendQuotedURLAttributeValue()182 result.append(quoteChar); in appendQuotedURLAttributeValue()
48 int *inlen, int quoteChar);
142 int *inlen, int quoteChar);
41 int quoteChar ATTRIBUTE_UNUSED) in docbEncodeEntities()
2051 const unsigned char* in, int *inlen, int quoteChar) { in htmlEncodeEntities() argument2096 if ((c < 0x80) && (c != (unsigned int) quoteChar) && in htmlEncodeEntities()
259 st.quoteChar('<'); in test_quoteCharI()262 st.quoteChar('H'); in test_quoteCharI()
2334 tokenizer.quoteChar('\''); in importTokenVocabulary()