Lines Matching defs:coll
1440 UCollator *ucol_clone(const UCollator *coll, UErrorCode *status)
1442 return U_ICU_ENTRY_POINT_RENAME(ucol_clone)(coll, status);
1444 int32_t ucol_cloneBinary(const UCollator *coll, uint8_t *buffer, int32_t capacity, UErrorCode *status)
1446 return U_ICU_ENTRY_POINT_RENAME(ucol_cloneBinary)(coll, buffer, capacity, status);
1448 void ucol_close(UCollator *coll)
1450 U_ICU_ENTRY_POINT_RENAME(ucol_close)(coll);
1456 UBool ucol_equal(const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target,
1459 return U_ICU_ENTRY_POINT_RENAME(ucol_equal)(coll, source, sourceLength, target, targetLength);
1461 UColAttributeValue ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status)
1463 return U_ICU_ENTRY_POINT_RENAME(ucol_getAttribute)(coll, attr, status);
1475 void ucol_getContractionsAndExpansions(const UCollator *coll, USet *contractions, USet *expansions, UBool addPrefixes,
1478 U_ICU_ENTRY_POINT_RENAME(ucol_getContractionsAndExpansions)(coll, contractions, expansions, addPrefixes, status);
1509 const char *ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status)
1511 return U_ICU_ENTRY_POINT_RENAME(ucol_getLocaleByType)(coll, type, status);
1513 UColReorderCode ucol_getMaxVariable(const UCollator *coll)
1515 return U_ICU_ENTRY_POINT_RENAME(ucol_getMaxVariable)(coll);
1517 int32_t ucol_getReorderCodes(const UCollator *coll, int32_t *dest, int32_t destCapacity, UErrorCode *pErrorCode)
1519 return U_ICU_ENTRY_POINT_RENAME(ucol_getReorderCodes)(coll, dest, destCapacity, pErrorCode);
1521 const UChar *ucol_getRules(const UCollator *coll, int32_t *length)
1523 return U_ICU_ENTRY_POINT_RENAME(ucol_getRules)(coll, length);
1525 int32_t ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen)
1527 return U_ICU_ENTRY_POINT_RENAME(ucol_getRulesEx)(coll, delta, buffer, bufferLen);
1529 int32_t ucol_getSortKey(const UCollator *coll, const UChar *source, int32_t sourceLength, uint8_t *result,
1532 return U_ICU_ENTRY_POINT_RENAME(ucol_getSortKey)(coll, source, sourceLength, result, resultLength);
1534 UCollationStrength ucol_getStrength(const UCollator *coll)
1536 return U_ICU_ENTRY_POINT_RENAME(ucol_getStrength)(coll);
1538 USet *ucol_getTailoredSet(const UCollator *coll, UErrorCode *status)
1540 return U_ICU_ENTRY_POINT_RENAME(ucol_getTailoredSet)(coll, status);
1542 uint32_t ucol_getVariableTop(const UCollator *coll, UErrorCode *status)
1544 return U_ICU_ENTRY_POINT_RENAME(ucol_getVariableTop)(coll, status);
1546 UBool ucol_greater(const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target,
1549 return U_ICU_ENTRY_POINT_RENAME(ucol_greater)(coll, source, sourceLength, target, targetLength);
1551 UBool ucol_greaterOrEqual(const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target,
1554 return U_ICU_ENTRY_POINT_RENAME(ucol_greaterOrEqual)(coll, source, sourceLength, target, targetLength);
1579 void ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status)
1581 U_ICU_ENTRY_POINT_RENAME(ucol_setAttribute)(coll, attr, value, status);
1583 void ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode)
1585 U_ICU_ENTRY_POINT_RENAME(ucol_setMaxVariable)(coll, group, pErrorCode);
1587 void ucol_setReorderCodes(UCollator *coll, const int32_t *reorderCodes, int32_t reorderCodesLength,
1590 U_ICU_ENTRY_POINT_RENAME(ucol_setReorderCodes)(coll, reorderCodes, reorderCodesLength, pErrorCode);
1592 void ucol_setStrength(UCollator *coll, UCollationStrength strength)
1594 U_ICU_ENTRY_POINT_RENAME(ucol_setStrength)(coll, strength);
1596 UCollationResult ucol_strcoll(const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target,
1599 return U_ICU_ENTRY_POINT_RENAME(ucol_strcoll)(coll, source, sourceLength, target, targetLength);
1601 UCollationResult ucol_strcollUTF8(const UCollator *coll, const char *source, int32_t sourceLength, const char *target,
1604 return U_ICU_ENTRY_POINT_RENAME(ucol_strcollUTF8)(coll, source, sourceLength, target, targetLength, status);