Searched refs:sortkey_length (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c3511 int32_t sortkey_length; local
3526 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, NULL, 0);
3527 if (sortkey_length > 256) return;
3530 sortkey[sortkey_length-1] = 0xAA;
3533 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey,
3534 sortkey_length+1);
3537 if (sortkey[sortkey_length-1] == 0xAA) {
3542 sortkey[sortkey_length-1] = 0xAA;
3545 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey,
3546 sortkey_length);
3995 int32_t sortkey_length; local
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c4885 int32_t sortkey_length; local
4900 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, NULL, 0);
4901 if (sortkey_length > 256) return;
4904 sortkey[sortkey_length-1] = 0xAA;
4907 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey,
4908 sortkey_length+1);
4911 if (sortkey[sortkey_length-1] == 0xAA) {
4916 sortkey[sortkey_length-1] = 0xAA;
4919 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey,
4920 sortkey_length);
5350 int32_t sortkey_length; local
[all...]

Completed in 659 milliseconds