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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sgmllib.py 35 shorttag = re.compile('<([a-zA-Z][-.a-zA-Z0-9]*)/([^/]*)/') variable
247 match = shorttag.match(rawdata, i)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sgmllib.py 35 shorttag = re.compile('<([a-zA-Z][-.a-zA-Z0-9]*)/([^/]*)/') variable
247 match = shorttag.match(rawdata, i)

Completed in 89 milliseconds