Home | History | Annotate | Download | only in unicode

Lines Matching refs:strength

39 *  6/17/97     helena      Added IDENTICAL strength for compare, changed getRules to
133 * @param collationStrength default strength for comparison
161 * @param collationStrength default strength for comparison
650 * Determines the minimum strength that will be use in comparison or
652 * <p>E.g. with strength == SECONDARY, the tertiary difference is ignored
653 * <p>E.g. with strength == PRIMARY, the secondary and tertiary difference
662 * Sets the minimum strength to be used in comparison or transformation.
707 /* primary strength increment */
709 /* secondary strength increment */
711 /* tertiary strength increment */
799 * @param collationStrength default strength for comparison
871 * @param strength member of the enum UCollationStrength
875 const UCollationStrength &strength) const;
879 * @param strength member of the enum ECollationStrength
883 const Collator::ECollationStrength &strength) const;
927 const UCollationStrength &strength) const
929 switch (strength)
945 const Collator::ECollationStrength &strength) const
947 switch (strength)