Home
last modified time | relevance | path

Searched defs:codepoint2name (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dhtmlentitydefs.py260 codepoint2name = {} variable
/external/python/cpython3/Lib/html/
Dentities.py2499 codepoint2name = {} variable
/external/markdown/markdown/
Dinlinepatterns.py355 def codepoint2name(code): function