Searched refs:usearch_getCollator (Results 1 – 4 of 4) sorted by relevance
571 U_STABLE UCollator * U_EXPORT2 usearch_getCollator(
949 tailored = usearch_getCollator(strsrch); in TestCollator()962 if (usearch_getCollator(NULL) != NULL) { in TestCollator()985 if (U_FAILURE(status) || usearch_getCollator(strsrch) != tailored) { in TestCollator()995 if (U_FAILURE(status) || usearch_getCollator(strsrch) != EN_US_) { in TestCollator()1253 ucol_setStrength(usearch_getCollator(strsrch), search.strength); in TestGetSetOffset()1310 ucol_setStrength(usearch_getCollator(strsrch), UCOL_TERTIARY); in TestGetSetOffset()2071 if (U_FAILURE(status) || usearch_getCollator(strsrch) != tailored) { in TestCollatorCanonical()2085 if (U_FAILURE(status) || usearch_getCollator(strsrch) != EN_US_) { in TestCollatorCanonical()2282 collator = usearch_getCollator(strsrch); in TestGetSetOffsetCanonical()
1514 #define usearch_getCollator U_ICU_ENTRY_POINT_RENAME(usearch_getCollator) macro
3065 U_CAPI UCollator * U_EXPORT2 usearch_getCollator(const UStringSearch *strsrch) in usearch_getCollator() function