Home | History | Annotate | Download | only in Modules

Lines Matching defs:utf_16_le_encode

738 utf_16_le_encode(PyObject *self,
744 if (!PyArg_ParseTuple(args, "O|z:utf_16_le_encode",
1072 {"utf_16_le_encode", utf_16_le_encode, METH_VARARGS},