Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c1547 set_unicodefromstring(PyObject **attr, const char *value) in set_unicodefromstring() function
1745 return set_unicodefromstring(&((PyUnicodeErrorObject *)exc)->reason, in PyUnicodeEncodeError_SetReason()
1753 return set_unicodefromstring(&((PyUnicodeErrorObject *)exc)->reason, in PyUnicodeDecodeError_SetReason()
1761 return set_unicodefromstring(&((PyUnicodeErrorObject *)exc)->reason, in PyUnicodeTranslateError_SetReason()