Lines Matching refs:UCollator
58 struct UCollator;
62 typedef struct UCollator UCollator; typedef
325 U_STABLE UCollator* U_EXPORT2
353 U_STABLE UCollator* U_EXPORT2
395 U_STABLE UCollator* U_EXPORT2
415 ucol_getContractions( const UCollator *coll,
431 ucol_getContractionsAndExpansions( const UCollator *coll,
446 ucol_close(UCollator *coll);
461 U_DEFINE_LOCAL_OPEN_POINTER(LocalUCollatorPointer, UCollator, ucol_close);
483 ucol_strcoll( const UCollator *coll,
504 ucol_greater(const UCollator *coll,
523 ucol_greaterOrEqual(const UCollator *coll,
542 ucol_equal(const UCollator *coll,
559 ucol_strcollIter( const UCollator *coll,
574 ucol_getStrength(const UCollator *coll);
586 ucol_setStrength(UCollator *coll,
604 ucol_getReorderCodes(const UCollator* coll,
642 ucol_setReorderCodes(UCollator* coll,
814 ucol_getRules( const UCollator *coll,
838 ucol_getShortDefinitionString(const UCollator *coll,
892 ucol_getSortKey(const UCollator *coll,
920 ucol_nextSortKeyPart(const UCollator *coll,
998 ucol_getVersion(const UCollator* coll, UVersionInfo info);
1008 ucol_getUCAVersion(const UCollator* coll, UVersionInfo info);
1049 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status…
1063 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
1085 ucol_setVariableTop(UCollator *coll,
1100 U_STABLE uint32_t U_EXPORT2 ucol_getVariableTop(const UCollator *coll, UErrorCode *status);
1114 ucol_restoreVariableTop(UCollator *coll, const uint32_t varTop, UErrorCode *status);
1138 U_STABLE UCollator* U_EXPORT2
1139 ucol_safeClone(const UCollator *coll,
1161 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
1178 ucol_getLocale(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status);
1196 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status);
1209 ucol_getTailoredSet(const UCollator *coll, UErrorCode *status);
1223 ucol_getAttributeOrDefault(const UCollator *coll, UColAttribute attr, UErrorCode *status);
1234 ucol_equals(const UCollator *source, const UCollator *target);
1248 ucol_getUnsafeSet( const UCollator *coll,
1296 ucol_cloneBinary(const UCollator *coll,
1317 U_STABLE UCollator* U_EXPORT2
1319 const UCollator *base,