Searched refs:PyUnicode_AS_DATA (Results 1 – 12 of 12) sorted by relevance
312 rc = _tscmp((const unsigned char *)PyUnicode_AS_DATA(a), in compare_digest()313 (const unsigned char *)PyUnicode_AS_DATA(b), in compare_digest()
647 data = PyUnicode_AS_DATA(obj); in unicode_internal_encode()
2056 memcpy(item, PyUnicode_AS_DATA(initial), n); in array_new()
1712 ptr = (void*) PyUnicode_AS_DATA(string); in getstring()
282 #define PyUnicode_AS_DATA(op) \ macro
438 #define PyUnicode_AS_DATA(op) \ macro
1422 PyUnicode_AS_DATA:const char*:::1423 PyUnicode_AS_DATA:PyObject*:o:0:
442 memcpy((char *)buf->outbuf, PyUnicode_AS_DATA(retuni), in multibytecodec_decerror()
2381 PyUnicode_AS_DATA:const char*:::2382 PyUnicode_AS_DATA:PyObject*:o:0:
96 .. c:function:: const char* PyUnicode_AS_DATA(PyObject *o)
233 const char* PyUnicode_AS_DATA(PyObject *o)
2276 * :c:macro:`PyUnicode_AS_DATA`: use :c:macro:`PyUnicode_DATA` with