Lines Matching refs:UCollator
39 U_CAPI UCollator* U_EXPORT2
41 const UCollator *base, in ucol_openBinary()
61 ucol_cloneBinary(const UCollator *coll, in ucol_cloneBinary()
76 U_CAPI UCollator* U_EXPORT2
77 ucol_safeClone(const UCollator *coll, void * /*stackBuffer*/, int32_t * pBufferSize, UErrorCode *st… in ucol_safeClone()
103 ucol_close(UCollator *coll) in ucol_close()
189 ucol_getSortKey(const UCollator *coll, in ucol_getSortKey()
210 ucol_nextSortKeyPart(const UCollator *coll, in ucol_nextSortKeyPart()
303 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode) { in ucol_setMaxVariable()
309 ucol_getMaxVariable(const UCollator *coll) { in ucol_getMaxVariable()
314 ucol_setVariableTop(UCollator *coll, const UChar *varTop, int32_t len, UErrorCode *status) { in ucol_setVariableTop()
321 U_CAPI uint32_t U_EXPORT2 ucol_getVariableTop(const UCollator *coll, UErrorCode *status) { in ucol_getVariableTop()
329 ucol_restoreVariableTop(UCollator *coll, const uint32_t varTop, UErrorCode *status) { in ucol_restoreVariableTop()
337 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status… in ucol_setAttribute()
346 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status) { in ucol_getAttribute()
355 ucol_setStrength( UCollator *coll, in ucol_setStrength()
363 ucol_getStrength(const UCollator *coll) in ucol_getStrength()
370 ucol_getReorderCodes(const UCollator *coll, in ucol_getReorderCodes()
382 ucol_setReorderCodes(UCollator* coll, in ucol_setReorderCodes()
402 ucol_getVersion(const UCollator* coll, in ucol_getVersion()
409 ucol_strcollIter( const UCollator *coll, in ucol_strcollIter()
438 ucol_strcoll( const UCollator *coll, in ucol_strcoll()
460 const UCollator *coll, in ucol_strcollUTF8()
489 ucol_greater( const UCollator *coll, in ucol_greater()
501 ucol_greaterOrEqual( const UCollator *coll, in ucol_greaterOrEqual()
513 ucol_equal( const UCollator *coll, in ucol_equal()
524 ucol_getUCAVersion(const UCollator* coll, UVersionInfo info) { in ucol_getUCAVersion()
543 ucol_getRules(const UCollator *coll, int32_t *length) { in ucol_getRules()
558 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen) { in ucol_getRulesEx()
573 ucol_getLocale(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status) { in ucol_getLocale()
578 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status) { in ucol_getLocaleByType()
600 ucol_getTailoredSet(const UCollator *coll, UErrorCode *status) { in ucol_getTailoredSet()
613 ucol_equals(const UCollator *source, const UCollator *target) { in ucol_equals()