HomeSort by relevance Sort by last modified time
    Searched refs:entity_or_charref (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sgmllib.py 70 entity_or_charref = re.compile('(?:&([a-zA-Z][-.a-zA-Z0-9]*)' variable in class:HTMLEntityCollector
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sgmllib.py 70 entity_or_charref = re.compile('(?:&([a-zA-Z][-.a-zA-Z0-9]*)' variable in class:HTMLEntityCollector
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sgmllib.py 62 entity_or_charref = re.compile('&(?:' variable in class:SGMLParser
289 attrvalue = self.entity_or_charref.sub(
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sgmllib.py 62 entity_or_charref = re.compile('&(?:' variable in class:SGMLParser
289 attrvalue = self.entity_or_charref.sub(

Completed in 834 milliseconds