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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
htmlentitydefs.py 4 name2codepoint = { variable
266 for (name, codepoint) in name2codepoint.iteritems():
HTMLParser.py 381 # Cannot use name2codepoint directly, because HTMLParser supports apos,
386 for k, v in htmlentitydefs.name2codepoint.iteritems():
  /external/python/cpython2/Lib/
htmlentitydefs.py 4 name2codepoint = { variable
266 for (name, codepoint) in name2codepoint.iteritems():
HTMLParser.py 463 # Cannot use name2codepoint directly, because HTMLParser supports apos,
468 for k, v in htmlentitydefs.name2codepoint.iteritems():
  /external/python/cpython3/Lib/html/
entities.py 3 __all__ = ['html5', 'name2codepoint', 'codepoint2name', 'entitydefs']
7 name2codepoint = { variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
HTMLParser.py 463 # Cannot use name2codepoint directly, because HTMLParser supports apos,
468 for k, v in htmlentitydefs.name2codepoint.iteritems():
  /external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py 93 from htmlentitydefs import name2codepoint
95 name2codepoint = {} variable
516 if self.convertHTMLEntities and x in name2codepoint:
517 return unichr(name2codepoint[x])
    [all...]

Completed in 962 milliseconds