Searched refs:tertstr (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 1274 UChar tertstr[150]; in TestCompressOverlap() local 1290 tertstr[count] = 0x0020; in TestCompressOverlap() 1296 tertstr[count] = 0x3000; /* [06, 05, 07] */ in TestCompressOverlap() 1316 resultlen = ucol_getSortKey(coll, tertstr, 150, result, UPRV_LENGTHOF(result)); in TestCompressOverlap() 1329 tertstr[count] = 0; in TestCompressOverlap() 1343 resultlen = ucol_getSortKey(coll, tertstr, 150, result, UPRV_LENGTHOF(result)); in TestCompressOverlap()
|