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

  /external/markdown/markdown/
inlinepatterns.py 49 from html import entities as htmlentitydefs namespace
51 import htmlentitydefs namespace
357 entity = htmlentitydefs.codepoint2name.get(code)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 54 import htmlentitydefs namespace
test_codeccallbacks.py 2 import sys, codecs, htmlentitydefs, unicodedata namespace
89 l.append(u"&%s;" % htmlentitydefs.codepoint2name[ord(c)])
test_multibytecodec_support.py 82 from htmlentitydefs import codepoint2name
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 54 import htmlentitydefs namespace
test_codeccallbacks.py 2 import sys, codecs, htmlentitydefs, unicodedata namespace
89 l.append(u"&%s;" % htmlentitydefs.codepoint2name[ord(c)])
test_multibytecodec_support.py 82 from htmlentitydefs import codepoint2name
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
HTMLParser.py 462 import htmlentitydefs namespace
465 for k, v in htmlentitydefs.name2codepoint.iteritems():
htmllib.py 32 from htmlentitydefs import entitydefs
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
HTMLParser.py 462 import htmlentitydefs namespace
465 for k, v in htmlentitydefs.name2codepoint.iteritems():
htmllib.py 32 from htmlentitydefs import entitydefs
  /external/chromium_org/tools/grit/grit/
util.py 10 import htmlentitydefs namespace
262 if name in htmlentitydefs.name2codepoint.keys():
263 return unichr(htmlentitydefs.name2codepoint[name])
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py 2317 import htmlentitydefs namespace
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 2317 import htmlentitydefs namespace
    [all...]

Completed in 963 milliseconds