Home
last modified time | relevance | path

Searched refs:quoteChar (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
DDOCBparser.h48 int *inlen, int quoteChar);
DHTMLparser.h142 int *inlen, int quoteChar);
/external/libxml2/
DDOCBparser.c41 int quoteChar ATTRIBUTE_UNUSED) in docbEncodeEntities()
DHTMLparser.c1900 const unsigned char* in, int *inlen, int quoteChar) { in htmlEncodeEntities() argument
1945 if ((c < 0x80) && (c != (unsigned int) quoteChar) && in htmlEncodeEntities()
/external/webkit/WebCore/editing/
Dmarkup.cpp193 UChar quoteChar = '\"'; in appendQuotedURLAttributeValue() local
201 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()