Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dexceptions.c2058 PyObject *encoding_str = NULL; in UnicodeEncodeError_str() local
2180 PyObject *encoding_str = NULL; in UnicodeDecodeError_str() local
/third_party/python/Python/
Dpylifecycle.c2227 PyObject *encoding_str = PyUnicode_FromWideChar(encoding, -1); in create_stdio() local