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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h 192 # define PyUnicode_FromObject PyUnicodeUCS2_FromObject
279 # define PyUnicode_FromObject PyUnicodeUCS4_FromObject
552 PyAPI_FUNC(PyObject*) PyUnicode_FromObject(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
unicodeobject.h 192 # define PyUnicode_FromObject PyUnicodeUCS2_FromObject
279 # define PyUnicode_FromObject PyUnicodeUCS4_FromObject
552 PyAPI_FUNC(PyObject*) PyUnicode_FromObject(
    [all...]

Completed in 1189 milliseconds