Lines Matching +defs:string +defs:length
273 Py_ssize_t start, Py_ssize_t length) in unicode_fill()
655 Py_ssize_t length; in unicode_result_ready() local
1012 Py_ssize_t length = _PyUnicode_LENGTH(unicode); in unicode_fill_invalid() local
1020 resize_compact(PyObject *unicode, Py_ssize_t length) in resize_compact()
1091 resize_inplace(PyObject *unicode, Py_ssize_t length) in resize_inplace()
1170 resize_copy(PyObject *unicode, Py_ssize_t length) in resize_copy()
1210 _PyUnicode_New(Py_ssize_t length) in _PyUnicode_New()
1998 unicode_resize(PyObject **p_unicode, Py_ssize_t length) in unicode_resize()
2042 PyUnicode_Resize(PyObject **p_unicode, Py_ssize_t length) in PyUnicode_Resize()
2577 Py_ssize_t length; in _PyUnicode_Copy() local
2648 as_ucs4(PyObject *string, Py_UCS4 *target, Py_ssize_t targetsize, in as_ucs4()
2698 PyUnicode_AsUCS4(PyObject *string, Py_UCS4 *target, Py_ssize_t targetsize, in PyUnicode_AsUCS4()
2709 PyUnicode_AsUCS4Copy(PyObject *string) in PyUnicode_AsUCS4Copy()
2723 Py_ssize_t length, fill, arglen; in unicode_fromformat_write_str() local
2764 Py_ssize_t length; in unicode_fromformat_write_cstr() local
4344 const char *input, Py_ssize_t length, in make_decode_exception()
8403 PyUnicode_BuildEncodingMap(PyObject* string) in PyUnicode_BuildEncodingMap()
8415 Py_ssize_t length; in PyUnicode_BuildEncodingMap() local
9824 handle_capital_sigma(int kind, const void *data, Py_ssize_t length, Py_ssize_t i) in handle_capital_sigma()
9853 lower_ucs4(int kind, const void *data, Py_ssize_t length, Py_ssize_t i, in lower_ucs4()
9865 do_capitalize(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) in do_capitalize()
9889 do_swapcase(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) { in do_swapcase()
9914 do_upper_or_lower(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, in do_upper_or_lower()
9935 do_upper(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) in do_upper()
9941 do_lower(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) in do_lower()
9947 do_casefold(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) in do_casefold()
9964 do_title(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) in do_title()
9995 Py_ssize_t length, newlength = 0; in case_operation() local
10235 _PyUnicode_FastFill(PyObject *unicode, Py_ssize_t start, Py_ssize_t length, in _PyUnicode_FastFill()
10249 PyUnicode_Fill(PyObject *unicode, Py_ssize_t start, Py_ssize_t length, in PyUnicode_Fill()
10325 PyUnicode_Splitlines(PyObject *string, int keepends) in PyUnicode_Splitlines()
11912 Py_ssize_t i, length; in unicode_islower_impl() local
11957 Py_ssize_t i, length; in unicode_isupper_impl() local
12002 Py_ssize_t i, length; in unicode_istitle_impl() local
12060 Py_ssize_t i, length; in unicode_isspace_impl() local
12100 Py_ssize_t i, length; in unicode_isalpha_impl() local
12181 Py_ssize_t i, length; in unicode_isdecimal_impl() local
12220 Py_ssize_t i, length; in unicode_isdigit_impl() local
12260 Py_ssize_t i, length; in unicode_isnumeric_impl() local
12405 Py_ssize_t i, length; in unicode_isprintable_impl() local
12564 Py_ssize_t length; in PyUnicode_Substring() local
13780 Py_ssize_t length, Py_UCS4 maxchar) in _PyUnicodeWriter_PrepareInternal()
15306 Py_ssize_t length, char_size; in unicode_subtype_new() local