Searched refs:ucvt (Results 1 – 2 of 2) sorted by relevance
549 PyObject *errorcb, *r, *arg, *ucvt; in MultibyteCodec_Encode() local558 ucvt = NULL; in MultibyteCodec_Encode()560 arg = ucvt = PyObject_Unicode(arg); in MultibyteCodec_Encode()566 Py_DECREF(ucvt); in MultibyteCodec_Encode()576 Py_XDECREF(ucvt); in MultibyteCodec_Encode()590 Py_XDECREF(ucvt); in MultibyteCodec_Encode()595 Py_XDECREF(ucvt); in MultibyteCodec_Encode()737 PyObject *ucvt, *r = NULL; in encoder_encode_stateful() local742 ucvt = NULL; in encoder_encode_stateful()744 unistr = ucvt = PyObject_Unicode(unistr); in encoder_encode_stateful()[all …]
546 PyObject *errorcb, *r, *arg, *ucvt; in MultibyteCodec_Encode() local555 ucvt = NULL; in MultibyteCodec_Encode()557 arg = ucvt = PyObject_Unicode(arg); in MultibyteCodec_Encode()563 Py_DECREF(ucvt); in MultibyteCodec_Encode()573 Py_XDECREF(ucvt); in MultibyteCodec_Encode()587 Py_XDECREF(ucvt); in MultibyteCodec_Encode()592 Py_XDECREF(ucvt); in MultibyteCodec_Encode()734 PyObject *ucvt, *r = NULL; in encoder_encode_stateful() local739 ucvt = NULL; in encoder_encode_stateful()741 unistr = ucvt = PyObject_Unicode(unistr); in encoder_encode_stateful()[all …]