Home
last modified time | relevance | path

Searched refs:name2codepoint (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
Dquoting.py38 def _entity_subber(match, name2c=html_entities.name2codepoint):
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/beautifulsoup/
DBeautifulSoup.py93 from htmlentitydefs import name2codepoint
95 name2codepoint = {} variable
504 if self.convertHTMLEntities and x in name2codepoint:
505 return unichr(name2codepoint[x])
1407 data = unichr(name2codepoint[ref])