Lines Matching refs:Py_UNICODE
93 typedef wchar_t Py_UNICODE /* Py_DEPRECATED(3.3) */; typedef
155 memcpy((target), (source), (length)*sizeof(Py_UNICODE))
158 do {Py_ssize_t i_; Py_UNICODE *t_ = (target); Py_UNICODE v_ = (value);\
181 …!memcmp((string)->wstr + (offset), (substring)->wstr, (substring)->wstr_length*sizeof(Py_UNICODE)))
689 const Py_UNICODE *u, /* Unicode buffer */
761 PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
767 PyAPI_FUNC(const Py_UNICODE *) _PyUnicode_AsUnicode(
776 PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicodeAndSize(
819 PyAPI_FUNC(Py_UNICODE) PyUnicode_GetMax(void) Py_DEPRECATED(3.3);
1216 const Py_UNICODE *s, /* Unicode char buffer */
1282 const Py_UNICODE *data, /* Unicode char buffer */
1321 const Py_UNICODE *data, /* Unicode char buffer */
1396 const Py_UNICODE *data, /* Unicode char buffer */
1481 const Py_UNICODE *data, /* Unicode char buffer */
1520 const Py_UNICODE *data, /* Unicode char buffer */
1539 const Py_UNICODE *data, /* Unicode char buffer */
1578 const Py_UNICODE *data, /* Unicode char buffer */
1606 const Py_UNICODE *data, /* Unicode char buffer */
1643 const Py_UNICODE *data, /* Unicode char buffer */
1670 const Py_UNICODE *data, /* Unicode char buffer */
1710 const Py_UNICODE *data, /* Unicode char buffer */
1752 Py_UNICODE *s, /* Unicode buffer */
1765 Py_UNICODE *s, /* Unicode buffer */
2263 const Py_UNICODE *u
2266 PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strcpy(
2267 Py_UNICODE *s1,
2268 const Py_UNICODE *s2) Py_DEPRECATED(3.3);
2270 PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strcat(
2271 Py_UNICODE *s1, const Py_UNICODE *s2) Py_DEPRECATED(3.3);
2273 PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strncpy(
2274 Py_UNICODE *s1,
2275 const Py_UNICODE *s2,
2279 const Py_UNICODE *s1,
2280 const Py_UNICODE *s2
2284 const Py_UNICODE *s1,
2285 const Py_UNICODE *s2,
2289 PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strchr(
2290 const Py_UNICODE *s,
2291 Py_UNICODE c
2294 PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strrchr(
2295 const Py_UNICODE *s,
2296 Py_UNICODE c
2305 PyAPI_FUNC(Py_UNICODE*) PyUnicode_AsUnicodeCopy(