Searched refs:usearch_getCollator (Results 1 – 10 of 10) sorted by relevance
28 UCollator* collator = usearch_getCollator(search_); in FixedPatternStringSearchIgnoringCaseAndAccents()
592 U_CAPI UCollator * U_EXPORT2 usearch_getCollator(
1633 #define usearch_getCollator U_ICU_ENTRY_POINT_RENAME(usearch_getCollator) macro
951 tailored = usearch_getCollator(strsrch); in TestCollator()964 if (usearch_getCollator(NULL) != NULL) { in TestCollator()987 if (U_FAILURE(status) || usearch_getCollator(strsrch) != tailored) { in TestCollator()997 if (U_FAILURE(status) || usearch_getCollator(strsrch) != EN_US_) { in TestCollator()1255 ucol_setStrength(usearch_getCollator(strsrch), search.strength); in TestGetSetOffset()1312 ucol_setStrength(usearch_getCollator(strsrch), UCOL_TERTIARY); in TestGetSetOffset()2073 if (U_FAILURE(status) || usearch_getCollator(strsrch) != tailored) { in TestCollatorCanonical()2087 if (U_FAILURE(status) || usearch_getCollator(strsrch) != EN_US_) { in TestCollatorCanonical()2284 collator = usearch_getCollator(strsrch); in TestGetSetOffsetCanonical()
3067 U_CAPI UCollator * U_EXPORT2 usearch_getCollator(const UStringSearch *strsrch) in usearch_getCollator() function