Searched refs:ucol_getTailoredSet (Results 1 – 5 of 5) sorted by relevance
1410 ucol_getTailoredSet(const UCollator *coll, UErrorCode *status);
602 ucol_getTailoredSet(const UCollator *coll, UErrorCode *status) { in ucol_getTailoredSet() function
5585 tailoredSet = ucol_getTailoredSet(viescoll, &status); in TestImport()5586 importTailoredSet = ucol_getTailoredSet(importviescoll, &status); in TestImport()5696 tailoredSet = ucol_getTailoredSet(videcoll, &status); in TestImportWithType()5697 importTailoredSet = ucol_getTailoredSet(importvidecoll, &status); in TestImportWithType()
1868 set = ucol_getTailoredSet(coll, &status); in TestGetTailoredSet()
727 #define ucol_getTailoredSet U_ICU_ENTRY_POINT_RENAME(ucol_getTailoredSet) macro