• Home
  • Raw
  • Download

Lines Matching refs:Py_UNICODE

93 typedef wchar_t Py_UNICODE;  typedef
159 memcpy((target), (source), (length)*sizeof(Py_UNICODE))
162 do {Py_ssize_t i_; Py_UNICODE *t_ = (target); Py_UNICODE v_ = (value);\
185 …!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(
772 PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicodeAndSize(
815 PyAPI_FUNC(Py_UNICODE) PyUnicode_GetMax(void);
1212 const Py_UNICODE *s, /* Unicode char buffer */
1278 const Py_UNICODE *data, /* Unicode char buffer */
1317 const Py_UNICODE *data, /* Unicode char buffer */
1392 const Py_UNICODE *data, /* Unicode char buffer */
1477 const Py_UNICODE *data, /* Unicode char buffer */
1516 const Py_UNICODE *data, /* Unicode char buffer */
1535 const Py_UNICODE *data, /* Unicode char buffer */
1574 const Py_UNICODE *data, /* Unicode char buffer */
1602 const Py_UNICODE *data, /* Unicode char buffer */
1646 const Py_UNICODE *data, /* Unicode char buffer */
1675 const Py_UNICODE *data, /* Unicode char buffer */
1715 const Py_UNICODE *data, /* Unicode char buffer */
1757 Py_UNICODE *s, /* Unicode buffer */
1772 Py_UNICODE *s, /* Unicode buffer */
2270 const Py_UNICODE *u
2273 PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strcpy(
2274 Py_UNICODE *s1,
2275 const Py_UNICODE *s2);
2277 PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strcat(
2278 Py_UNICODE *s1, const Py_UNICODE *s2);
2280 PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strncpy(
2281 Py_UNICODE *s1,
2282 const Py_UNICODE *s2,
2286 const Py_UNICODE *s1,
2287 const Py_UNICODE *s2
2291 const Py_UNICODE *s1,
2292 const Py_UNICODE *s2,
2296 PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strchr(
2297 const Py_UNICODE *s,
2298 Py_UNICODE c
2301 PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strrchr(
2302 const Py_UNICODE *s,
2303 Py_UNICODE c
2312 PyAPI_FUNC(Py_UNICODE*) PyUnicode_AsUnicodeCopy(