Searched refs:ucol_getTailoredSet (Results 1 – 10 of 10) sorted by relevance
1416 ucol_getTailoredSet(const UCollator *coll, UErrorCode *status);
749 #define ucol_getTailoredSet U_ICU_ENTRY_POINT_RENAME(ucol_getTailoredSet) macro
603 ucol_getTailoredSet(const UCollator *coll, UErrorCode *status) { in ucol_getTailoredSet() function
5587 tailoredSet = ucol_getTailoredSet(viescoll, &status); in TestImport()5588 importTailoredSet = ucol_getTailoredSet(importviescoll, &status); in TestImport()5698 tailoredSet = ucol_getTailoredSet(videcoll, &status); in TestImportWithType()5699 importTailoredSet = ucol_getTailoredSet(importvidecoll, &status); in TestImportWithType()
1869 set = ucol_getTailoredSet(coll, &status); in TestGetTailoredSet()