Lines Matching refs:tailoredSet
5552 USet* tailoredSet; in TestImport() local
5585 tailoredSet = ucol_getTailoredSet(viescoll, &status); in TestImport()
5588 if(!uset_equals(tailoredSet, importTailoredSet)){ in TestImport()
5594 itemCount = uset_getItemCount(tailoredSet); in TestImport()
5597 strLength = uset_getItem(tailoredSet, i, &start, &end, str, 500, &status); in TestImport()
5621 uset_close(tailoredSet); in TestImport()
5658 USet* tailoredSet; in TestImportWithType() local
5696 tailoredSet = ucol_getTailoredSet(videcoll, &status); in TestImportWithType()
5699 if(!uset_equals(tailoredSet, importTailoredSet)){ in TestImportWithType()
5705 itemCount = uset_getItemCount(tailoredSet); in TestImportWithType()
5708 strLength = uset_getItem(tailoredSet, i, &start, &end, str, 500, &status); in TestImportWithType()
5731 uset_close(tailoredSet); in TestImportWithType()