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