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

  /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/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multibytecodec_support.py 82 from htmlentitydefs import codepoint2name namespace
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 namespace
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)])
  /external/chromium_org/third_party/markdown/
inlinepatterns.py 499 def codepoint2name(code): function in function:AutomailPattern.handleMatch
501 entity = entities.codepoint2name.get(code)
507 letters = [codepoint2name(ord(letter)) for letter in email]
  /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

Completed in 3706 milliseconds