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

  /external/python/cpython2/Modules/_ctypes/
ctypes.h 426 # undef PyUnicode_AsWideChar
427 # define PyUnicode_AsWideChar PyUnicode_AsWideChar_fixed
cfield.c     [all...]
callproc.c 707 if (-1 == PyUnicode_AsWideChar((PyUnicodeObject *)obj,
    [all...]
_ctypes.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
unicodeobject.h 107 PyUnicode_AsWideChar(). */
159 # define PyUnicode_AsWideChar PyUnicodeUCS2_AsWideChar
246 # define PyUnicode_AsWideChar PyUnicodeUCS4_AsWideChar
591 PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
unicodeobject.h 107 PyUnicode_AsWideChar(). */
159 # define PyUnicode_AsWideChar PyUnicodeUCS2_AsWideChar
246 # define PyUnicode_AsWideChar PyUnicodeUCS4_AsWideChar
591 PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar(
    [all...]
  /external/python/cpython2/Include/
unicodeobject.h 107 PyUnicode_AsWideChar(). */
159 # define PyUnicode_AsWideChar PyUnicodeUCS2_AsWideChar
246 # define PyUnicode_AsWideChar PyUnicodeUCS4_AsWideChar
591 PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_localemodule.c 322 if (PyUnicode_AsWideChar((PyUnicodeObject*)os1, ws1, len1) == -1)
331 if (PyUnicode_AsWideChar((PyUnicodeObject*)os2, ws2, len2) == -1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_localemodule.c 322 if (PyUnicode_AsWideChar((PyUnicodeObject*)os1, ws1, len1) == -1)
331 if (PyUnicode_AsWideChar((PyUnicodeObject*)os2, ws2, len2) == -1)
  /external/python/cpython2/Modules/
_localemodule.c 323 if (PyUnicode_AsWideChar((PyUnicodeObject*)os1, ws1, len1) == -1)
332 if (PyUnicode_AsWideChar((PyUnicodeObject*)os2, ws2, len2) == -1)
  /external/python/cpython3/Modules/_ctypes/
cfield.c 1184 len = PyUnicode_AsWideChar(value, chars, 2);
    [all...]
_ctypes.c     [all...]
  /external/python/cpython3/Include/
unicodeobject.h 98 PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(). */
    [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c 293 if (PyUnicode_AsWideChar(obj, buffer, 2) != 1) {
    [all...]
_testcapimodule.c     [all...]
  /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 1029 Py_ssize_t PyUnicode_AsWideChar(PyUnicodeObject *unicode,
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c     [all...]
  /external/python/cpython3/Objects/
unicodeobject.c     [all...]

Completed in 338 milliseconds