HomeSort by relevance Sort by last modified time
    Searched refs:PyUnicode_FromObject (Results 1 - 25 of 33) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_codecsmodule.c 25 PyUnicode_FromObject() prior to applying the conversion.
671 str = PyUnicode_FromObject(str);
695 str = PyUnicode_FromObject(str);
725 str = PyUnicode_FromObject(str);
748 str = PyUnicode_FromObject(str);
771 str = PyUnicode_FromObject(str);
802 str = PyUnicode_FromObject(str);
825 str = PyUnicode_FromObject(str);
848 str = PyUnicode_FromObject(str);
871 str = PyUnicode_FromObject(str);
    [all...]
_localemodule.c 300 os1 = PyUnicode_FromObject(os1);
306 os2 = PyUnicode_FromObject(os2);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_codecsmodule.c 25 PyUnicode_FromObject() prior to applying the conversion.
671 str = PyUnicode_FromObject(str);
695 str = PyUnicode_FromObject(str);
725 str = PyUnicode_FromObject(str);
748 str = PyUnicode_FromObject(str);
771 str = PyUnicode_FromObject(str);
802 str = PyUnicode_FromObject(str);
825 str = PyUnicode_FromObject(str);
848 str = PyUnicode_FromObject(str);
871 str = PyUnicode_FromObject(str);
    [all...]
_localemodule.c 300 os1 = PyUnicode_FromObject(os1);
306 os2 = PyUnicode_FromObject(os2);
  /external/python/cpython2/Modules/
_codecsmodule.c 25 PyUnicode_FromObject() prior to applying the conversion.
671 str = PyUnicode_FromObject(str);
695 str = PyUnicode_FromObject(str);
725 str = PyUnicode_FromObject(str);
748 str = PyUnicode_FromObject(str);
771 str = PyUnicode_FromObject(str);
802 str = PyUnicode_FromObject(str);
825 str = PyUnicode_FromObject(str);
848 str = PyUnicode_FromObject(str);
871 str = PyUnicode_FromObject(str)
    [all...]
_localemodule.c 301 os1 = PyUnicode_FromObject(os1);
307 os2 = PyUnicode_FromObject(os2);
  /prebuilts/misc/common/swig/include/2.0.11/python/
jstring.i 16 obj = tmp = PyUnicode_FromObject(obj);
pywstrings.swg 21 obj = tmp = PyUnicode_FromObject(obj);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
find.h 164 tmp_substring = PyUnicode_FromObject(tmp_substring);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
find.h 164 tmp_substring = PyUnicode_FromObject(tmp_substring);
  /external/python/cpython2/Objects/stringlib/
find.h 164 tmp_substring = PyUnicode_FromObject(tmp_substring);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c     [all...]
  /external/python/cpython2/Objects/
unicodeobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
unicodeobject.h 192 # define PyUnicode_FromObject PyUnicodeUCS2_FromObject
279 # define PyUnicode_FromObject PyUnicodeUCS4_FromObject
552 PyAPI_FUNC(PyObject*) PyUnicode_FromObject(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
unicodeobject.h 192 # define PyUnicode_FromObject PyUnicodeUCS2_FromObject
279 # define PyUnicode_FromObject PyUnicodeUCS4_FromObject
552 PyAPI_FUNC(PyObject*) PyUnicode_FromObject(
    [all...]
  /external/python/cpython2/Include/
unicodeobject.h 192 # define PyUnicode_FromObject PyUnicodeUCS2_FromObject
279 # define PyUnicode_FromObject PyUnicodeUCS4_FromObject
552 PyAPI_FUNC(PyObject*) PyUnicode_FromObject(
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
fileio.c 245 PyObject *u = PyUnicode_FromObject(nameobj);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
fileio.c 239 PyObject *u = PyUnicode_FromObject(nameobj);
  /external/python/cpython2/Modules/_io/
fileio.c 248 PyObject *u = PyUnicode_FromObject(nameobj);
  /external/python/cpython3/Include/
unicodeobject.h 867 PyAPI_FUNC(PyObject*) PyUnicode_FromObject(
    [all...]

Completed in 1388 milliseconds

1 2