Home | History | Annotate | Download | only in Python

Lines Matching refs:utf8

345         PyObject *utf8;

346 utf8 = PyUnicode_AsUTF8String(v);
347 if (utf8 == NULL) {
353 n = PyString_GET_SIZE(utf8);
360 w_string(PyString_AS_STRING(utf8), (int)n, p);
361 Py_DECREF(utf8);