Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/webtest/webtest/
Dcompat.py19 from html.entities import name2codepoint
25 from htmlentitydefs import name2codepoint # noqa
/external/chromium-trace/catapult/third_party/Paste/paste/util/
Dquoting.py38 def _entity_subber(match, name2c=html_entities.name2codepoint):
/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py93 from htmlentitydefs import name2codepoint
95 name2codepoint = {} variable
516 if self.convertHTMLEntities and x in name2codepoint:
517 return unichr(name2codepoint[x])
1410 data = unichr(name2codepoint[ref])