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

  /external/python/cpython3/Objects/
unicodeobject.c 1875 unicode_resize(PyObject **p_unicode, Py_ssize_t length) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 260 int unicode_resize(register PyUnicodeObject *unicode, function
341 unicode_resize(unicode, length) < 0) {
366 * the caller fails before initializing str -- unicode_resize()
369 * We don't want unicode_resize to read uninitialized memory in
446 return unicode_resize(v, length);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 247 int unicode_resize(register PyUnicodeObject *unicode, function
328 unicode_resize(unicode, length) < 0) {
353 * the caller fails before initializing str -- unicode_resize()
356 * We don't want unicode_resize to read uninitialized memory in
433 return unicode_resize(v, length);
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 260 int unicode_resize(register PyUnicodeObject *unicode, function
341 unicode_resize(unicode, length) < 0) {
366 * the caller fails before initializing str -- unicode_resize()
369 * We don't want unicode_resize to read uninitialized memory in
445 return unicode_resize(v, length);
    [all...]

Completed in 52 milliseconds