Home
last modified time | relevance | path

Searched refs:_PyUnicode_New (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dunicodeobject.c108 unicode_empty = _PyUnicode_New(0); \
317 PyUnicodeObject *_PyUnicode_New(Py_ssize_t length) in _PyUnicode_New() function
434 PyUnicodeObject *w = _PyUnicode_New(length); in _PyUnicode_Resize()
471 unicode = _PyUnicode_New(1); in PyUnicode_FromUnicode()
482 unicode = _PyUnicode_New(size); in PyUnicode_FromUnicode()
518 unicode = _PyUnicode_New(1); in PyUnicode_FromStringAndSize()
531 unicode = _PyUnicode_New(size); in PyUnicode_FromStringAndSize()
612 unicode = _PyUnicode_New(alloc); in PyUnicode_FromWideChar()
646 unicode = _PyUnicode_New(size); in PyUnicode_FromWideChar()
1667 unicode = _PyUnicode_New(size); in PyUnicode_DecodeUTF7Stateful()
[all …]