Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dexceptions.c1760 set_unicodefromstring(PyObject **attr, const char *value) in set_unicodefromstring() function
1958 return set_unicodefromstring(&((PyUnicodeErrorObject *)exc)->reason, in PyUnicodeEncodeError_SetReason()
1966 return set_unicodefromstring(&((PyUnicodeErrorObject *)exc)->reason, in PyUnicodeDecodeError_SetReason()
1974 return set_unicodefromstring(&((PyUnicodeErrorObject *)exc)->reason, in PyUnicodeTranslateError_SetReason()