Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpydebug.h18 PyAPI_DATA(int) Py_UnicodeFlag;
/external/python/cpython2/Modules/
Dmain.c425 Py_UnicodeFlag++; in Py_Main()
/external/python/cpython2/PC/os2emx/
Dpython27.def1115 "Py_UnicodeFlag"
/external/python/cpython2/Python/
Dsysmodule.c1274 SetFlag(Py_UnicodeFlag); in make_flags()
Dpythonrun.c77 int Py_UnicodeFlag = 0; /* Needed by compile.c */ variable
Dimport.c191 if (Py_UnicodeFlag) { in _PyImport_Init()
Dast.c3519 if (unicode || Py_UnicodeFlag) { in parsestr()