Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pylifecycle.h34 extern PyStatus _PyUnicode_Init(void);
/external/python/cpython2/Include/
Dunicodeobject.h216 # define _PyUnicode_Init _PyUnicodeUCS2_Init macro
303 # define _PyUnicode_Init _PyUnicodeUCS4_Init macro
/external/python/cpython2/Python/
Dpythonrun.c60 extern void _PyUnicode_Init(void);
237 _PyUnicode_Init(); in Py_InitializeEx()
/external/python/cpython3/Python/
Dpylifecycle.c600 status = _PyUnicode_Init(); in pycore_init_types()
/external/python/cpython2/Objects/
Dunicodeobject.c8931 void _PyUnicode_Init(void) in _PyUnicode_Init() function
/external/python/cpython3/Objects/
Dunicodeobject.c15533 _PyUnicode_Init(void) in _PyUnicode_Init() function