Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/thirdparty/
DBeautifulSoup.py92 from htmlentitydefs import name2codepoint
94 name2codepoint = {} variable
481 if self.convertHTMLEntities and x in name2codepoint:
482 return unichr(name2codepoint[x])
1059 data = unichr(name2codepoint[ref])