HomeSort by relevance Sort by last modified time
    Searched defs:PyUnicode_FromStringAndSize (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h 195 # define PyUnicode_FromStringAndSize PyUnicodeUCS2_FromStringAndSize
282 # define PyUnicode_FromStringAndSize PyUnicodeUCS4_FromStringAndSize
470 PyAPI_FUNC(PyObject*) PyUnicode_FromStringAndSize(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
unicodeobject.h 195 # define PyUnicode_FromStringAndSize PyUnicodeUCS2_FromStringAndSize
282 # define PyUnicode_FromStringAndSize PyUnicodeUCS4_FromStringAndSize
470 PyAPI_FUNC(PyObject*) PyUnicode_FromStringAndSize(
    [all...]

Completed in 63 milliseconds