Searched refs:codepoint2name (Results 1 - 12 of 12) sorted by last modified time

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_codeccallbacks.py89 l.append(u"&%s;" % htmlentitydefs.codepoint2name[ord(c)])
H A Dtest_multibytecodec_support.py82 from htmlentitydefs import codepoint2name namespace
89 if ord(c) in codepoint2name:
90 l.append(u"&%s;" % codepoint2name[ord(c)])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dhtmlentitydefs.py260 codepoint2name = {} variable
267 codepoint2name[codepoint] = name
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_multibytecodec_support.py82 from htmlentitydefs import codepoint2name namespace
89 if ord(c) in codepoint2name:
90 l.append(u"&%s;" % codepoint2name[ord(c)])
H A Dtest_codeccallbacks.py89 l.append(u"&%s;" % htmlentitydefs.codepoint2name[ord(c)])
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dhtmlentitydefs.py260 codepoint2name = {} variable
267 codepoint2name[codepoint] = name
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dhtmlentitydefs.py260 codepoint2name = {} variable
267 codepoint2name[codepoint] = name
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_codeccallbacks.py89 l.append(u"&%s;" % htmlentitydefs.codepoint2name[ord(c)])
H A Dtest_multibytecodec_support.py82 from htmlentitydefs import codepoint2name namespace
89 if ord(c) in codepoint2name:
90 l.append(u"&%s;" % codepoint2name[ord(c)])
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dhtmlentitydefs.py260 codepoint2name = {} variable
267 codepoint2name[codepoint] = name
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_codeccallbacks.py89 l.append(u"&%s;" % htmlentitydefs.codepoint2name[ord(c)])
H A Dtest_multibytecodec_support.py82 from htmlentitydefs import codepoint2name namespace
89 if ord(c) in codepoint2name:
90 l.append(u"&%s;" % codepoint2name[ord(c)])

Completed in 220 milliseconds