Home
last modified time | relevance | path

Searched defs:encoding_str (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Objects/
Dexceptions.c1632 PyObject *encoding_str = NULL; in UnicodeEncodeError_str() local
1720 PyObject *encoding_str = NULL; in UnicodeDecodeError_str() local
/aosp_15_r20/external/python/cpython3/Objects/
Dexceptions.c2908 PyObject *encoding_str = NULL; in UnicodeEncodeError_str() local
3021 PyObject *encoding_str = NULL; in UnicodeDecodeError_str() local
/aosp_15_r20/external/python/cpython3/Python/
Dpylifecycle.c2300 PyObject *encoding_str = PyUnicode_FromWideChar(encoding, -1); in create_stdio() local