Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c1631 set_unicodefromstring(PyObject **attr, const char *value) in set_unicodefromstring() function
1829 return set_unicodefromstring(&((PyUnicodeErrorObject *)exc)->reason, in PyUnicodeEncodeError_SetReason()
1837 return set_unicodefromstring(&((PyUnicodeErrorObject *)exc)->reason, in PyUnicodeDecodeError_SetReason()
1845 return set_unicodefromstring(&((PyUnicodeErrorObject *)exc)->reason, in PyUnicodeTranslateError_SetReason()