Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
Ddammit.py324 CHARSET_ALIASES = {"macintosh": "mac-roman", variable in UnicodeDammit
437 value = (self._codec(self.CHARSET_ALIASES.get(charset, charset))
/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py1766 CHARSET_ALIASES = { "macintosh" : "mac-roman", variable in UnicodeDammit
1936 return self._codec(self.CHARSET_ALIASES.get(charset, charset)) \