Home | History | Annotate | Download | only in unicode

Lines Matching refs:PRIMARY

123 * Five strengths are provided: <code>PRIMARY</code>, <code>SECONDARY</code>,
126 * For example, in Czech, "e" and "f" are considered primary differences,
133 * //Get the Collator for US English and set its strength to PRIMARY
136 * usCollator->setStrength(Collator::PRIMARY);
138 * cout << "'abc' and 'ABC' strings are equivalent with strength PRIMARY" << endl;
183 * Base letter represents a primary difference. Set comparison level to
184 * PRIMARY to ignore secondary and tertiary differences.<br>
186 * Example of primary difference, "abc" &lt; "abd"
209 PRIMARY = UCOL_PRIMARY, // 0
428 * . myCollation->setStrength(Collator::PRIMARY);
430 * . // (no primary difference between "abc" and "ABC")
603 * <p>E.g. with strength == PRIMARY, the secondary and tertiary difference
619 * myCollation->setStrength(Collator::PRIMARY);
891 * U_PRIMARY_TOO_LONG_ERROR if the primary for the variable top has more than two bytes
902 * U_PRIMARY_TOO_LONG_ERROR if the primary for the variable top has more than two bytes