Searched refs:charref (Results 1 - 7 of 7) sorted by relevance

/external/python/cpython3/Lib/test/
H A Dtest_htmlparser.py47 self.append(("charref", data))
133 ("charref", "32"),
139 ("charref", "x201C"),
352 for charref in charrefs:
353 self._run_check('<a href="foo{0}zar">a{0}z</a>'.format(charref),
359 for charref in charrefs:
361 '{0}</a>{0}'.format(charref),
364 for charref in charrefs:
365 text = 'X'.join([charref]*3)
372 '<style>{0}</style>{1}'.format(text, charref),
[all...]
/external/python/cpython2/Lib/
H A DHTMLParser.py20 charref = re.compile('&#(?:[0-9]+|[xX][0-9a-fA-F]+)[^0-9a-fA-F]') variable
188 match = charref.match(rawdata, i)
H A Dsgmllib.py31 charref = re.compile('&#([0-9]+)[^0-9]') variable
183 match = charref.match(rawdata, i)
H A Dxmllib.py30 charref = re.compile('&#(?P<char>[0-9]+[^0-9]|x[0-9a-fA-F]+[^0-9a-fA-F])') variable
358 res = charref.match(rawdata, i)
362 self.syntax_error("`;' missing in charref")
770 entitydefs = {'lt': '&#60;', # must use charref
772 'amp': '&#38;', # must use charref
/external/python/cpython3/Lib/html/
H A Dparser.py26 charref = re.compile('&#(?:[0-9]+|[xX][0-9a-fA-F]+)[^0-9a-fA-F]') variable
145 # a charref cut in half at end. Try to determine if
201 match = charref.match(rawdata, i)
/external/libxml2/
H A Dencoding.c2494 xmlChar charref[20]; local
2512 * Removes the UTF8 sequence, and replace it by a charref
2516 charrefLen = snprintf((char *) &charref[0], sizeof(charref),
2523 charref, &c_in);
2658 xmlChar charref[20]; local
2676 * Removes the UTF8 sequence, and replace it by a charref
2680 charrefLen = snprintf((char *) &charref[0], sizeof(charref),
2687 charref,
[all...]
/external/annotation-tools/asmx/test/lib/
H A Dsaxon7.jarMETA-INF/ META-INF/MANIFEST.MF net/sf/saxon/Compile.class Compile.java package ...

Completed in 603 milliseconds