Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dhtmlentitydefs.py260 codepoint2name = {} variable
267 codepoint2name[codepoint] = name
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_multibytecodec_support.py71 from htmlentitydefs import codepoint2name
78 if ord(c) in codepoint2name:
79 l.append(u"&%s;" % codepoint2name[ord(c)])
Dtest_codeccallbacks.py89 l.append(u"&%s;" % htmlentitydefs.codepoint2name[ord(c)])