Searched refs:ustr_length (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | arraymodule.c.h | 452 Py_ssize_clean_t ustr_length); 459 Py_ssize_clean_t ustr_length; in array_array_fromunicode() local 461 if (!PyArg_Parse(arg, "u#:fromunicode", &ustr, &ustr_length)) { in array_array_fromunicode() 464 return_value = array_array_fromunicode_impl(self, ustr, ustr_length); in array_array_fromunicode()
|
/external/python/cpython3/Modules/ |
D | arraymodule.c | 1716 Py_ssize_clean_t ustr_length) in array_array_fromunicode_impl() argument 1728 if (ustr_length > 0) { in array_array_fromunicode_impl() 1730 if (array_resize(self, old_size + ustr_length) == -1) in array_array_fromunicode_impl() 1733 ustr, ustr_length * sizeof(Py_UNICODE)); in array_array_fromunicode_impl()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 3511 int32_t ustr_length = u_unescape(test, ustr, 256); in TestJ5223() local 3528 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, NULL, 0); in TestJ5223() 3535 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey, in TestJ5223() 3547 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey, in TestJ5223() 3995 int32_t ustr_length = u_unescape(test, ustr, 256); in TestOutOfBuffer5468() local 4014 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, shortKeyBuf, sizeof(shortKeyBuf)); in TestOutOfBuffer5468()
|