OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PyUnicode_Resize
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c
414
int
_PyUnicode_Resize
(PyUnicodeObject **unicode, Py_ssize_t length)
451
return
_PyUnicode_Resize
((PyUnicodeObject **)unicode, length);
[
all
...]
/external/python/cpython2/Objects/
unicodeobject.c
414
int
_PyUnicode_Resize
(PyUnicodeObject **unicode, Py_ssize_t length)
450
return
_PyUnicode_Resize
((PyUnicodeObject **)unicode, length);
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c
401
int
_PyUnicode_Resize
(PyUnicodeObject **unicode, Py_ssize_t length)
438
return
_PyUnicode_Resize
((PyUnicodeObject **)unicode, length);
[
all
...]
Completed in 244 milliseconds