Home | History | Annotate | Download | only in unicode

Lines Matching full:coll

336  * @param coll collator 
345 ucol_getContractions( const UCollator *coll,
352 * @param coll collator
361 ucol_getContractionsAndExpansions( const UCollator *coll,
369 * @param coll The UCollator to close.
376 ucol_close(UCollator *coll);
381 * @param coll The UCollator containing the comparison rules.
394 ucol_strcoll( const UCollator *coll,
403 * @param coll The UCollator containing the comparison rules.
415 ucol_greater(const UCollator *coll,
422 * @param coll The UCollator containing the comparison rules.
434 ucol_greaterOrEqual(const UCollator *coll,
441 * @param coll The UCollator containing the comparison rules.
453 ucol_equal(const UCollator *coll,
460 * @param coll The UCollator containing the comparison rules.
470 ucol_strcollIter( const UCollator *coll,
478 * @param coll The UCollator to query.
485 ucol_getStrength(const UCollator *coll);
490 * @param coll The UCollator to set.
497 ucol_setStrength(UCollator *coll,
641 * @param coll The UCollator to query.
647 ucol_getRules( const UCollator *coll,
658 * @param coll a collator
671 ucol_getShortDefinitionString(const UCollator *coll,
708 * @param coll The UCollator containing the collation rules.
720 ucol_getSortKey(const UCollator *coll,
735 * @param coll The UCollator containing the collation rules.
748 ucol_nextSortKeyPart(const UCollator *coll,
821 * @param coll The UCollator to query.
826 ucol_getVersion(const UCollator* coll, UVersionInfo info);
831 * @param coll The UCollator to query.
836 ucol_getUCAVersion(const UCollator* coll, UVersionInfo info);
867 * @param coll collator which attributes are to be changed
877 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status);
881 * @param coll collator which attributes are to be changed
891 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
898 * @param coll collator which variable top needs to be changed
913 ucol_setVariableTop(UCollator *coll,
920 * @param coll collator which variable top needs to be retrieved
928 U_STABLE uint32_t U_EXPORT2 ucol_getVariableTop(const UCollator *coll, UErrorCode *status);
934 * @param coll collator which variable top needs to be changed
942 ucol_restoreVariableTop(UCollator *coll, const uint32_t varTop, UErrorCode *status);
946 * @param coll collator to be cloned
967 ucol_safeClone(const UCollator *coll,
981 * @param coll collator to get the rules from
989 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
995 * @param coll The UCollator for which the locale is needed
1006 ucol_getLocale(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status);
1013 * @param coll The UCollator for which the locale is needed
1024 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status);
1029 * @param coll The UCollator for which we want to get tailored chars
1037 ucol_getTailoredSet(const UCollator *coll, UErrorCode *status);
1041 * @param coll collator which attributes are to be changed
1051 ucol_getAttributeOrDefault(const UCollator *coll, UColAttribute attr, UErrorCode *status);
1069 * @param coll Collator
1076 ucol_getUnsafeSet( const UCollator *coll,
1115 * @param coll Collator
1124 ucol_cloneBinary(const UCollator *coll,