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

/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c1277 UChar secstr[150]; local
1293 secstr[count] = 0x0020; /* [06, 05, 05] */
1299 secstr[count] = 0x0332; /* [, 87, 05] */
1302 /* no compression secstr should have 150 secondary bytes, tertstr should
1304 with correct compression, secstr should have 6 secondary
1306 resultlen = ucol_getSortKey(coll, secstr, 150, result, LEN(result));
1332 secstr[count] = 0;
1334 resultlen = ucol_getSortKey(coll, secstr, 150, result, LEN(result));

Completed in 68 milliseconds