Lines Matching refs:strength
93 /** Primary collation strength */
95 /** Secondary collation strength */
97 /** Tertiary collation strength */
99 /** Default collation strength */
102 /** Quaternary collation strength */
104 /** Identical collation strength */
213 * Use this to set the strength of a Collator object.
218 * differences. Use this to set the strength of a Collator object.
223 * all comparison differences. Use this to set the strength of a Collator
231 * UCollationStrength is also used to determine the strength of sort keys
275 * accent differences in a string is to set the strength to UCOL_PRIMARY
294 /** The strength attribute. Can be either UCOL_PRIMARY, UCOL_SECONDARY,
295 * UCOL_TERTIARY, UCOL_QUATERNARY or UCOL_IDENTICAL. The usual strength
298 * Quaternary strength
306 * Identical strength is rarely useful, as it amounts
414 * @param strength The default collation strength; one of UCOL_PRIMARY, UCOL_SECONDARY,
431 UCollationStrength strength,
442 * strength will be 3. 3066bis locale overrides individual locale parts.
669 * Get the collation strength used in a UCollator.
670 * The strength influences how strings are compared.
672 * @return The collation strength; one of UCOL_PRIMARY, UCOL_SECONDARY,
681 * Set the collation strength used in a UCollator.
682 * The strength influences how strings are compared.
684 * @param strength The desired collation strength; one of UCOL_PRIMARY,
691 UCollationStrength strength);