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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
__init__.py 71 def search_function(encoding): function
156 # Register the search_function in the Python codec registry
157 codecs.register(search_function)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
__init__.py 71 def search_function(encoding): function
156 # Register the search_function in the Python codec registry
157 codecs.register(search_function)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
codecs.h 24 The search_function's refcount is incremented by this function. */
27 PyObject *search_function variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
codecs.h 24 The search_function's refcount is incremented by this function. */
27 PyObject *search_function variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode.py 19 def search_function(encoding): function
34 codecs.register(search_function)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode.py 19 def search_function(encoding): function
34 codecs.register(search_function)
    [all...]

Completed in 98 milliseconds