Searched refs:ucol_getTailoredSet (Results 1 – 5 of 5) sorted by relevance
1393 ucol_getTailoredSet(const UCollator *coll, UErrorCode *status);
600 ucol_getTailoredSet(const UCollator *coll, UErrorCode *status) { in ucol_getTailoredSet() function
5589 tailoredSet = ucol_getTailoredSet(viescoll, &status); in TestImport()5590 importTailoredSet = ucol_getTailoredSet(importviescoll, &status); in TestImport()5700 tailoredSet = ucol_getTailoredSet(videcoll, &status); in TestImportWithType()5701 importTailoredSet = ucol_getTailoredSet(importvidecoll, &status); in TestImportWithType()
1866 set = ucol_getTailoredSet(coll, &status); in TestGetTailoredSet()
726 #define ucol_getTailoredSet U_ICU_ENTRY_POINT_RENAME(ucol_getTailoredSet) macro