Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h216 # define _PyUnicode_Init _PyUnicodeUCS2_Init macro
303 # define _PyUnicode_Init _PyUnicodeUCS4_Init macro
/external/python/cpython2/Python/
Dpythonrun.c68 extern void _PyUnicode_Init(void);
230 _PyUnicode_Init(); in Py_InitializeEx()
/external/python/cpython2/Objects/
Dunicodeobject.c8935 void _PyUnicode_Init(void) in _PyUnicode_Init() function