Lines Matching refs:UCollator
52 struct UCollator;
56 typedef struct UCollator UCollator; typedef
388 U_STABLE UCollator* U_EXPORT2
416 U_STABLE UCollator* U_EXPORT2
458 U_DEPRECATED UCollator* U_EXPORT2
480 ucol_getContractions( const UCollator *coll,
497 ucol_getContractionsAndExpansions( const UCollator *coll,
512 ucol_close(UCollator *coll);
527 U_DEFINE_LOCAL_OPEN_POINTER(LocalUCollatorPointer, UCollator, ucol_close);
549 ucol_strcoll( const UCollator *coll,
575 const UCollator *coll,
597 ucol_greater(const UCollator *coll,
616 ucol_greaterOrEqual(const UCollator *coll,
635 ucol_equal(const UCollator *coll,
652 ucol_strcollIter( const UCollator *coll,
667 ucol_getStrength(const UCollator *coll);
679 ucol_setStrength(UCollator *coll,
699 ucol_getReorderCodes(const UCollator* coll,
744 ucol_setReorderCodes(UCollator* coll,
922 ucol_getRules( const UCollator *coll,
947 ucol_getShortDefinitionString(const UCollator *coll,
1005 ucol_getSortKey(const UCollator *coll,
1033 ucol_nextSortKeyPart(const UCollator *coll,
1111 ucol_getVersion(const UCollator* coll, UVersionInfo info);
1121 ucol_getUCAVersion(const UCollator* coll, UVersionInfo info);
1187 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status…
1201 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
1220 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode);
1230 ucol_getMaxVariable(const UCollator *coll);
1254 ucol_setVariableTop(UCollator *coll,
1270 U_STABLE uint32_t U_EXPORT2 ucol_getVariableTop(const UCollator *coll, UErrorCode *status);
1287 ucol_restoreVariableTop(UCollator *coll, const uint32_t varTop, UErrorCode *status);
1313 U_STABLE UCollator* U_EXPORT2
1314 ucol_safeClone(const UCollator *coll,
1344 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
1362 ucol_getLocale(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status);
1380 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status);
1393 ucol_getTailoredSet(const UCollator *coll, UErrorCode *status);
1408 ucol_getUnsafeSet( const UCollator *coll,
1451 ucol_cloneBinary(const UCollator *coll,
1472 U_STABLE UCollator* U_EXPORT2
1474 const UCollator *base,