Lines Matching refs:Py_ssize_t
132 Py_ssize_t size /* size of buffer */
144 Py_ssize_t start,
145 Py_ssize_t end);
157 Py_ssize_t buflen,
169 PyAPI_FUNC(Py_ssize_t) PyUnicode_GetLength(
177 Py_DEPRECATED(3.3) PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
186 Py_ssize_t index
196 Py_ssize_t index,
219 Py_ssize_t length /* New length */
283 Py_ssize_t size /* size of buffer */
298 PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar(
301 Py_ssize_t size /* size of buffer */
314 Py_ssize_t *size /* number of characters of the result */
360 Py_ssize_t size, /* size of buffer */
437 Py_ssize_t length, /* size of string */
443 Py_ssize_t length, /* size of string */
445 Py_ssize_t *consumed /* bytes consumed */
452 Py_ssize_t length, /* size of string */
458 Py_ssize_t length, /* size of string */
460 Py_ssize_t *consumed /* bytes consumed */
481 Py_ssize_t *size);
511 Py_ssize_t length, /* size of string */
520 Py_ssize_t length, /* size of string */
525 Py_ssize_t *consumed /* bytes consumed */
578 Py_ssize_t length, /* size of string */
587 Py_ssize_t length, /* size of string */
592 Py_ssize_t *consumed /* bytes consumed */
606 Py_ssize_t length, /* size of string */
618 Py_ssize_t length, /* size of string */
632 Py_ssize_t length, /* size of string */
648 Py_ssize_t length, /* size of string */
675 Py_ssize_t length, /* size of string */
690 Py_ssize_t length, /* size of string */
696 Py_ssize_t length, /* size of string */
698 Py_ssize_t *consumed /* bytes consumed */
705 Py_ssize_t length, /* size of string */
707 Py_ssize_t *consumed /* bytes consumed */
738 Py_ssize_t len,
793 Py_ssize_t size /* size */
850 Py_ssize_t maxsplit /* Maxsplit count */
894 Py_ssize_t maxsplit /* Maxsplit count */
926 PyAPI_FUNC(Py_ssize_t) PyUnicode_Tailmatch(
929 Py_ssize_t start, /* Start index */
930 Py_ssize_t end, /* Stop index */
938 PyAPI_FUNC(Py_ssize_t) PyUnicode_Find(
941 Py_ssize_t start, /* Start index */
942 Py_ssize_t end, /* Stop index */
948 PyAPI_FUNC(Py_ssize_t) PyUnicode_FindChar(
951 Py_ssize_t start,
952 Py_ssize_t end,
959 PyAPI_FUNC(Py_ssize_t) PyUnicode_Count(
962 Py_ssize_t start, /* Start index */
963 Py_ssize_t end /* Stop index */
973 Py_ssize_t maxcount /* Max. number of replacements to apply;