Home | History | Annotate | Download | only in cintltst

Lines Matching defs:ustr

3508   UChar ustr[256];
3509 int32_t ustr_length = u_unescape(test, ustr, 256);
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,
3992 UChar ustr[256];
3993 int32_t ustr_length = u_unescape(test, ustr, 256);
4012 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, shortKeyBuf, sizeof(shortKeyBuf));