Home | History | Annotate | Download | only in Modules

Lines Matching refs:mbcs_encode

988 mbcs_encode(PyObject *self,
994 if (!PyArg_ParseTuple(args, "O|z:mbcs_encode",
1101 {"mbcs_encode", mbcs_encode, METH_VARARGS},