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

  /external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
quoting.py 38 def _entity_subber(match, name2c=html_entities.name2codepoint):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
HTMLParser.py 460 # Cannot use name2codepoint directly, because HTMLParser supports apos,
465 for k, v in htmlentitydefs.name2codepoint.iteritems():
htmlentitydefs.py 4 name2codepoint = { variable
266 for (name, codepoint) in name2codepoint.iteritems():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
HTMLParser.py 460 # Cannot use name2codepoint directly, because HTMLParser supports apos,
465 for k, v in htmlentitydefs.name2codepoint.iteritems():
htmlentitydefs.py 4 name2codepoint = { variable
266 for (name, codepoint) in name2codepoint.iteritems():
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/beautifulsoup/
BeautifulSoup.py 93 from htmlentitydefs import name2codepoint namespace
95 name2codepoint = {} variable
504 if self.convertHTMLEntities and x in name2codepoint:
505 return unichr(name2codepoint[x])
    [all...]

Completed in 354 milliseconds