Lines Matching defs:size
141 PyUnicode_FromStringAndSize(NULL, size) functions. They become ready
159 /* Character size:
473 Py_ssize_t size, /* Number of code points in the new string */
574 Py_ssize_t size);
580 Py_ssize_t size);
592 size.
602 Py_ssize_t size /* size of buffer */
620 Py_UNICODE buffer and save the length at size.
626 Py_ssize_t *size /* location where to save the length */
646 /* Returns the deprecated Py_UNICODE representation's size in code units
723 Py_ssize_t size;
736 and size is set to 0. */
742 * By default, the minimum buffer size is 0 character and overallocation is
754 && (LENGTH) <= (WRITER)->size - (WRITER)->pos) \
853 Use of this API is DEPRECATED since no size information can be
911 Py_ssize_t length, /* size of string */
919 Py_ssize_t length, /* size of string */
932 Py_ssize_t length, /* size of string */