Searched refs:entityref (Results 1 - 6 of 6) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DHTMLParser.py19 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
200 match = entityref.match(rawdata, i)
H A Dsgmllib.py30 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
190 match = entityref.match(rawdata, i)
H A Dxmllib.py29 entityref = re.compile('&(?P<name>' + _Name + ')[^-a-zA-Z0-9._:]') variable
369 res = entityref.match(rawdata, i)
373 self.syntax_error("`;' missing in entityref")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DHTMLParser.py19 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
200 match = entityref.match(rawdata, i)
H A Dsgmllib.py30 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
190 match = entityref.match(rawdata, i)
H A Dxmllib.py29 entityref = re.compile('&(?P<name>' + _Name + ')[^-a-zA-Z0-9._:]') variable
369 res = entityref.match(rawdata, i)
373 self.syntax_error("`;' missing in entityref")

Completed in 65 milliseconds