Lines Matching full:charref
30 charref = re.compile('&#(?P<char>[0-9]+[^0-9]|x[0-9a-fA-F]+[^0-9a-fA-F])')358 res = charref.match(rawdata, i)362 self.syntax_error("`;' missing in charref")770 entitydefs = {'lt': '<', # must use charref772 'amp': '&', # must use charref