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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
unicodedefs.h 24 #define STRINGLIB_RESIZE PyUnicode_Resize
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
unicodedefs.h 24 #define STRINGLIB_RESIZE PyUnicode_Resize
  /external/python/cpython2/Objects/stringlib/
unicodedefs.h 24 #define STRINGLIB_RESIZE PyUnicode_Resize
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
unicodeobject.h 206 # define PyUnicode_Resize PyUnicodeUCS2_Resize
293 # define PyUnicode_Resize PyUnicodeUCS4_Resize
511 PyAPI_FUNC(int) PyUnicode_Resize(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
unicodeobject.h 206 # define PyUnicode_Resize PyUnicodeUCS2_Resize
293 # define PyUnicode_Resize PyUnicodeUCS4_Resize
511 PyAPI_FUNC(int) PyUnicode_Resize(
    [all...]
  /external/python/cpython2/Include/
unicodeobject.h 206 # define PyUnicode_Resize PyUnicodeUCS2_Resize
293 # define PyUnicode_Resize PyUnicodeUCS4_Resize
511 PyAPI_FUNC(int) PyUnicode_Resize(
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
unicodeobject.h 206 # define PyUnicode_Resize PyUnicodeUCS2_Resize
293 # define PyUnicode_Resize PyUnicodeUCS4_Resize
511 PyAPI_FUNC(int) PyUnicode_Resize(
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
unicodeobject.h 206 # define PyUnicode_Resize PyUnicodeUCS2_Resize
293 # define PyUnicode_Resize PyUnicodeUCS4_Resize
511 PyAPI_FUNC(int) PyUnicode_Resize(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h 206 # define PyUnicode_Resize PyUnicodeUCS2_Resize
293 # define PyUnicode_Resize PyUnicodeUCS4_Resize
511 PyAPI_FUNC(int) PyUnicode_Resize(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
unicodeobject.h 206 # define PyUnicode_Resize PyUnicodeUCS2_Resize
293 # define PyUnicode_Resize PyUnicodeUCS4_Resize
511 PyAPI_FUNC(int) PyUnicode_Resize(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata.c 534 if (PyUnicode_Resize(&result, newsize) == -1)
582 PyUnicode_Resize(&result, PyUnicode_GET_SIZE(result) - space);
733 PyUnicode_Resize(&result, o - PyUnicode_AS_UNICODE(result));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata.c 527 if (PyUnicode_Resize(&result, newsize) == -1)
575 PyUnicode_Resize(&result, PyUnicode_GET_SIZE(result) - space);
726 PyUnicode_Resize(&result, o - PyUnicode_AS_UNICODE(result));
    [all...]
  /external/python/cpython2/Modules/
unicodedata.c 534 if (PyUnicode_Resize(&result, newsize) == -1)
582 PyUnicode_Resize(&result, PyUnicode_GET_SIZE(result) - space);
733 PyUnicode_Resize(&result, o - PyUnicode_AS_UNICODE(result));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.c 200 if (PyUnicode_Resize(&buf->outobj, orgsize + (
660 if (PyUnicode_Resize(&buf.outobj, finalsize) == -1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.c 198 if (PyUnicode_Resize(&buf->outobj, orgsize + (
657 if (PyUnicode_Resize(&buf.outobj, finalsize) == -1)
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
rcssmin.c 1087 #define _PyString_Resize PyUnicode_Resize
  /external/python/cpython2/Modules/cjkcodecs/
multibytecodec.c 200 if (PyUnicode_Resize(&buf->outobj, orgsize + (
661 if (PyUnicode_Resize(&buf.outobj, finalsize) == -1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
textio.c 310 if (PyUnicode_Resize(&output, output_len - 1) < 0)
457 if (PyUnicode_Resize(&output, out - out_str) < 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
textio.c 301 if (PyUnicode_Resize(&output, output_len - 1) < 0)
448 if (PyUnicode_Resize(&output, out - out_str) < 0)
    [all...]
  /external/python/cpython2/Modules/_io/
textio.c 310 if (PyUnicode_Resize(&output, output_len - 1) < 0)
457 if (PyUnicode_Resize(&output, out - out_str) < 0)
    [all...]
  /external/python/cpython3/Include/
unicodeobject.h 834 PyAPI_FUNC(int) PyUnicode_Resize(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c     [all...]
  /external/python/cpython2/Python/
bltinmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 270 objects) in-place is not allowed. Use PyUnicode_Resize()
449 int PyUnicode_Resize(PyObject **unicode, Py_ssize_t length)
    [all...]

Completed in 1322 milliseconds

1 2