Lines Matching refs:tailoredSet
5554 USet* tailoredSet; in TestImport() local
5587 tailoredSet = ucol_getTailoredSet(viescoll, &status); in TestImport()
5590 if(!uset_equals(tailoredSet, importTailoredSet)){ in TestImport()
5596 itemCount = uset_getItemCount(tailoredSet); in TestImport()
5599 strLength = uset_getItem(tailoredSet, i, &start, &end, str, 500, &status); in TestImport()
5623 uset_close(tailoredSet); in TestImport()
5660 USet* tailoredSet; in TestImportWithType() local
5698 tailoredSet = ucol_getTailoredSet(videcoll, &status); in TestImportWithType()
5701 if(!uset_equals(tailoredSet, importTailoredSet)){ in TestImportWithType()
5707 itemCount = uset_getItemCount(tailoredSet); in TestImportWithType()
5710 strLength = uset_getItem(tailoredSet, i, &start, &end, str, 500, &status); in TestImportWithType()
5733 uset_close(tailoredSet); in TestImportWithType()