Lines Matching full:ustr_length
3513 int32_t ustr_length = u_unescape(test, ustr, 256);
3530 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, NULL, 0);
3537 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey,
3549 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey,
3997 int32_t ustr_length = u_unescape(test, ustr, 256);
4016 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, shortKeyBuf, sizeof(shortKeyBuf));