Searched refs:ustr_length (Results 1 - 3 of 3) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
H A D | arraymodule.c.h | 380 Py_ssize_clean_t ustr_length); 387 Py_ssize_clean_t ustr_length; local 389 if (!PyArg_Parse(arg, "u#:fromunicode", &ustr, &ustr_length)) { 392 return_value = array_array_fromunicode_impl(self, ustr, ustr_length);
|
/external/python/cpython3/Modules/ |
H A D | arraymodule.c | 1652 Py_ssize_clean_t ustr_length) 1664 if (ustr_length > 0) { 1666 if (array_resize(self, old_size + ustr_length) == -1) 1669 ustr, ustr_length * sizeof(Py_UNICODE)); 1651 array_array_fromunicode_impl(arrayobject *self, Py_UNICODE *ustr, Py_ssize_clean_t ustr_length) argument
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | cmsccoll.c | 3509 int32_t ustr_length = u_unescape(test, ustr, 256); local 3526 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, NULL, 0); 3533 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey, 3545 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey, 3993 int32_t ustr_length = u_unescape(test, ustr, 256); local 4012 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, shortKeyBuf, sizeof(shortKeyBuf));
|
Completed in 175 milliseconds