Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c141 char *icodeset = NULL; /* On Windows, input codeset may theoretically in Py_InitializeEx() local
261 p = icodeset = codeset = strdup(p); in Py_InitializeEx()
302 codeset = icodeset = loc_codeset; in Py_InitializeEx()
318 icodeset = ibuf; in Py_InitializeEx()
333 if (!PyFile_SetEncodingAndErrors(sys_stream, icodeset, errors)) in Py_InitializeEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c147 char *icodeset = NULL; /* On Windows, input codeset may theoretically in Py_InitializeEx() local
273 p = icodeset = codeset = strdup(p); in Py_InitializeEx()
314 codeset = icodeset = loc_codeset; in Py_InitializeEx()
330 icodeset = ibuf; in Py_InitializeEx()
345 if (!PyFile_SetEncodingAndErrors(sys_stream, icodeset, errors)) in Py_InitializeEx()