Searched refs:ustr_length (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | arraymodule.c.h | 380 Py_ssize_clean_t ustr_length); 387 Py_ssize_clean_t ustr_length; in array_array_fromunicode() local 389 if (!PyArg_Parse(arg, "u#:fromunicode", &ustr, &ustr_length)) { in array_array_fromunicode() 392 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 | 3509 int32_t ustr_length = u_unescape(test, ustr, 256); in TestJ5223() local 3526 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, NULL, 0); in TestJ5223() 3533 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey, in TestJ5223() 3545 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey, in TestJ5223() 3993 int32_t ustr_length = u_unescape(test, ustr, 256); in TestOutOfBuffer5468() local 4012 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, shortKeyBuf, sizeof(shortKeyBuf)); in TestOutOfBuffer5468()
|