Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c2667 set_unicodefromstring(PyObject **attr, const char *value) in set_unicodefromstring() function
2865 return set_unicodefromstring(&((PyUnicodeErrorObject *)exc)->reason, in PyUnicodeEncodeError_SetReason()
2873 return set_unicodefromstring(&((PyUnicodeErrorObject *)exc)->reason, in PyUnicodeDecodeError_SetReason()
2881 return set_unicodefromstring(&((PyUnicodeErrorObject *)exc)->reason, in PyUnicodeTranslateError_SetReason()