Home | History | Annotate | Download | only in unicode

Lines Matching refs:coll

349  * @param coll collator 
358 ucol_getContractions( const UCollator *coll,
367 * @param coll The UCollator to close.
374 ucol_close(UCollator *coll);
379 * @param coll The UCollator containing the comparison rules.
392 ucol_strcoll( const UCollator *coll,
401 * @param coll The UCollator containing the comparison rules.
413 ucol_greater(const UCollator *coll,
420 * @param coll The UCollator containing the comparison rules.
432 ucol_greaterOrEqual(const UCollator *coll,
439 * @param coll The UCollator containing the comparison rules.
451 ucol_equal(const UCollator *coll,
458 * @param coll The UCollator containing the comparison rules.
468 ucol_strcollIter( const UCollator *coll,
476 * @param coll The UCollator to query.
483 ucol_getStrength(const UCollator *coll);
488 * @param coll The UCollator to set.
495 ucol_setStrength(UCollator *coll,
617 * @param coll The UCollator to query.
623 ucol_getRules( const UCollator *coll,
634 * @param coll a collator
647 ucol_getShortDefinitionString(const UCollator *coll,
684 * @param coll The UCollator containing the collation rules.
694 ucol_getSortKey(const UCollator *coll,
709 * @param coll The UCollator containing the collation rules.
722 ucol_nextSortKeyPart(const UCollator *coll,
795 * @param coll The UCollator to query.
800 ucol_getVersion(const UCollator* coll, UVersionInfo info);
805 * @param coll The UCollator to query.
810 ucol_getUCAVersion(const UCollator* coll, UVersionInfo info);
841 * @param coll collator which attributes are to be changed
851 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status);
855 * @param coll collator which attributes are to be changed
865 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
872 * @param coll collator which variable top needs to be changed
887 ucol_setVariableTop(UCollator *coll,
894 * @param coll collator which variable top needs to be retrieved
902 U_STABLE uint32_t U_EXPORT2 ucol_getVariableTop(const UCollator *coll, UErrorCode *status);
908 * @param coll collator which variable top needs to be changed
916 ucol_restoreVariableTop(UCollator *coll, const uint32_t varTop, UErrorCode *status);
920 * @param coll collator to be cloned
941 ucol_safeClone(const UCollator *coll,
955 * @param coll collator to get the rules from
963 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
969 * @param coll The UCollator for which the locale is needed
980 ucol_getLocale(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status);
987 * @param coll The UCollator for which the locale is needed
998 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status);
1003 * @param coll The UCollator for which we want to get tailored chars
1011 ucol_getTailoredSet(const UCollator *coll, UErrorCode *status);
1022 * @param coll UCollator
1034 ucol_collatorToIdentifier(const UCollator *coll,
1106 * @param coll collator which attributes are to be changed
1116 ucol_getAttributeOrDefault(const UCollator *coll, UColAttribute attr, UErrorCode *status);
1134 * @param coll Collator
1141 ucol_getUnsafeSet( const UCollator *coll,
1180 * @param coll Collator
1189 ucol_cloneBinary(const UCollator *coll,