Lines Matching refs:ustr
3511 UChar ustr[256];
3512 int32_t ustr_length = u_unescape(test, ustr, 256);
3529 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, NULL, 0);
3536 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey,
3548 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey,
3995 UChar ustr[256];
3996 int32_t ustr_length = u_unescape(test, ustr, 256);
4015 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, shortKeyBuf, sizeof(shortKeyBuf));