Searched defs:quoteChar (Results 1 – 6 of 6) sorted by relevance
/external/libxml2/ |
D | HTMLparser.c | 2092 const unsigned char* in, int *inlen, int quoteChar) { in htmlEncodeEntities()
|
D | testapi.c | 1940 int quoteChar; /* the quote character to escape (' or ") or zero. */ in test_htmlEncodeEntities() local
|
/external/python/setuptools/setuptools/_vendor/ |
D | pyparsing.py | 2822 …def __init__( self, quoteChar, escChar=None, escQuote=None, multiline=False, unquoteResults=True, … argument
|
/external/python/setuptools/pkg_resources/_vendor/ |
D | pyparsing.py | 2822 …def __init__( self, quoteChar, escChar=None, escQuote=None, multiline=False, unquoteResults=True, … argument
|
/external/sqlite/dist/orig/ |
D | shell.c | 785 static char quoteChar(const char *zName){ in quoteChar() function
|
/external/sqlite/dist/ |
D | shell.c | 791 static char quoteChar(const char *zName){ in quoteChar() function
|