HomeSort by relevance Sort by last modified time
    Searched refs:codepoint2name (Results 1 - 16 of 16) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
htmlentitydefs.py 260 codepoint2name = {} variable
267 codepoint2name[codepoint] = name
  /prebuilts/gdb/darwin-x86/lib/python2.7/
htmlentitydefs.py 260 codepoint2name = {} variable
267 codepoint2name[codepoint] = name
  /prebuilts/gdb/linux-x86/lib/python2.7/
htmlentitydefs.py 260 codepoint2name = {} variable
267 codepoint2name[codepoint] = name
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmlentitydefs.py 260 codepoint2name = {} variable
267 codepoint2name[codepoint] = name
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmlentitydefs.py 260 codepoint2name = {} variable
267 codepoint2name[codepoint] = name
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multibytecodec_support.py 71 from htmlentitydefs import codepoint2name
78 if ord(c) in codepoint2name:
79 l.append(u"&%s;" % codepoint2name[ord(c)])
test_codeccallbacks.py 89 l.append(u"&%s;" % htmlentitydefs.codepoint2name[ord(c)])
  /external/markdown/markdown/
inlinepatterns.py 355 def codepoint2name(code): function in function:AutomailPattern.handleMatch
357 entity = htmlentitydefs.codepoint2name.get(code)
363 letters = [codepoint2name(ord(letter)) for letter in email]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multibytecodec_support.py 82 from htmlentitydefs import codepoint2name
89 if ord(c) in codepoint2name:
90 l.append(u"&%s;" % codepoint2name[ord(c)])
test_codeccallbacks.py 89 l.append(u"&%s;" % htmlentitydefs.codepoint2name[ord(c)])
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multibytecodec_support.py 82 from htmlentitydefs import codepoint2name
89 if ord(c) in codepoint2name:
90 l.append(u"&%s;" % codepoint2name[ord(c)])
test_codeccallbacks.py 89 l.append(u"&%s;" % htmlentitydefs.codepoint2name[ord(c)])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multibytecodec_support.py 82 from htmlentitydefs import codepoint2name
89 if ord(c) in codepoint2name:
90 l.append(u"&%s;" % codepoint2name[ord(c)])
test_codeccallbacks.py 89 l.append(u"&%s;" % htmlentitydefs.codepoint2name[ord(c)])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multibytecodec_support.py 82 from htmlentitydefs import codepoint2name
89 if ord(c) in codepoint2name:
90 l.append(u"&%s;" % codepoint2name[ord(c)])
test_codeccallbacks.py 89 l.append(u"&%s;" % htmlentitydefs.codepoint2name[ord(c)])

Completed in 471 milliseconds