Searched defs:ucol_setStrength (Results 1 – 5 of 5) sorted by relevance
364 ucol_setStrength( UCollator *coll, in ucol_setStrength() function
895 void ucol_setStrength(UCollator * coll, UCollationStrength strength) { in ucol_setStrength() function896 U_ICU_ENTRY_POINT_RENAME(ucol_setStrength)(coll, strength); in ucol_setStrength() local
788 #define ucol_setStrength U_ICU_ENTRY_POINT_RENAME(ucol_setStrength) macro