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

  /external/chromium_org/third_party/markdown/
serializers.py 113 def _encode(text, encoding): function
236 return _encode("".join(data))
  /external/markdown/markdown/
html4.py 74 def _encode(text, encoding): function
170 write(_encode(text, encoding))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 903 write("<!--%s-->" % _encode(text, encoding))
905 write("<?%s?>" % _encode(text, encoding))
1055 def _encode(text, encoding): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 903 write("<!--%s-->" % _encode(text, encoding))
905 write("<?%s?>" % _encode(text, encoding))
1055 def _encode(text, encoding): function
    [all...]

Completed in 861 milliseconds