Searched refs:QUATERNARY (Results 1 - 25 of 33) sorted by relevance

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationKanaTest.java152 myCollation.setStrength(Collator.QUATERNARY);
163 myCollation.setStrength(Collator.QUATERNARY);
180 rb.setStrength(Collator.QUATERNARY);
H A DUCAConformanceTest.java130 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.QUATERNARY);
H A DCollationMiscTest.java527 Object[] val = { new Integer(Collator.QUATERNARY), };
530 Object valShifted[] = { new Integer(Collator.QUATERNARY),
951 coll.setStrength(Collator.QUATERNARY);
1698 if (strength == Collator.QUATERNARY) {
2167 Object attVals[] = { new Integer(Collator.QUATERNARY), Boolean.TRUE };
3135 myCollation.setStrength(Collator.QUATERNARY);
H A DCollationAPITest.java850 collator.setStrength(Collator.QUATERNARY);
851 if (collator.getStrength() != Collator.QUATERNARY) {
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationKanaTest.java148 myCollation.setStrength(Collator.QUATERNARY);
159 myCollation.setStrength(Collator.QUATERNARY);
176 rb.setStrength(Collator.QUATERNARY);
H A DUCAConformanceTest.java126 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.QUATERNARY);
H A DCollationMiscTest.java523 Object[] val = { new Integer(Collator.QUATERNARY), };
526 Object valShifted[] = { new Integer(Collator.QUATERNARY),
947 coll.setStrength(Collator.QUATERNARY);
1694 if (strength == Collator.QUATERNARY) {
2163 Object attVals[] = { new Integer(Collator.QUATERNARY), Boolean.TRUE };
3131 myCollation.setStrength(Collator.QUATERNARY);
H A DCollationAPITest.java846 collator.setStrength(Collator.QUATERNARY);
847 if (collator.getStrength() != Collator.QUATERNARY) {
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DStringSearch.java425 if ((strength_ < Collator.QUATERNARY && newStrength >= Collator.QUATERNARY)
426 || (strength_ >= Collator.QUATERNARY && newStrength < Collator.QUATERNARY)) {
616 if (strength_ >= Collator.QUATERNARY) {
622 } else if (strength_ >= Collator.QUATERNARY && sourcece == CollationElementIterator.IGNORABLE) {
1687 if (strength_ >= Collator.QUATERNARY) {
1694 if (strength_ >= Collator.QUATERNARY) {
H A DCollator.java65 * <li>QUATERNARY strength: When punctuation is ignored
72 * difference. The QUATERNARY strength should only be used if ignoring
178 public final static int QUATERNARY = 3; field in class:Collator
324 * @see #QUATERNARY
655 coll.setStrength(strength <= Collator.QUATERNARY ? strength : Collator.IDENTICAL);
1083 * <strong>[icu] Note:</strong> This can return QUATERNARY strength, which is not supported by the
1095 * @see #QUATERNARY
/external/icu/icu4c/source/test/intltest/
H A Djacoll.cpp157 myCollation->setStrength(Collator::QUATERNARY);
172 myCollation->setStrength(Collator::QUATERNARY);
H A Dg7coll.cpp105 myCollation->setStrength(Collator::QUATERNARY);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DStringSearch.java440 if ((strength_ < Collator.QUATERNARY && newStrength >= Collator.QUATERNARY)
441 || (strength_ >= Collator.QUATERNARY && newStrength < Collator.QUATERNARY)) {
633 if (strength_ >= Collator.QUATERNARY) {
639 } else if (strength_ >= Collator.QUATERNARY && sourcece == CollationElementIterator.IGNORABLE) {
1703 if (strength_ >= Collator.QUATERNARY) {
1710 if (strength_ >= Collator.QUATERNARY) {
H A DCollator.java64 * <li>QUATERNARY strength: When punctuation is ignored
71 * difference. The QUATERNARY strength should only be used if ignoring
182 public final static int QUATERNARY = 3; field in class:Collator
343 * @see #QUATERNARY
685 coll.setStrength(strength <= Collator.QUATERNARY ? strength : Collator.IDENTICAL);
1128 * {@icunote} This can return QUATERNARY strength, which is not supported by the
1140 * @see #QUATERNARY
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DCollator.java46 * <li>QUATERNARY strength: When punctuation is ignored
53 * difference. The QUATERNARY strength should only be used if ignoring
187 public final static int QUATERNARY = java.text.Collator.IDENTICAL; field in class:Collator
259 * @see #QUATERNARY
262 * of PRIMARY, SECONDARY, TERTIARY, QUATERNARY or IDENTICAL.
717 * {@icunote} This can return QUATERNARY strength, which is not supported by the
727 * @see #QUATERNARY
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
H A DCollatorTest.java55 c.setStrength(Collator.QUATERNARY);
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DCollatorICU.java106 case Collator.QUATERNARY:
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationSettings.java317 case Collator.QUATERNARY:
H A DCollationBuilder.java487 if(strength == Collator.QUATERNARY && ce == 0) {
530 assert(Collator.PRIMARY <= strength && strength <= Collator.QUATERNARY);
1159 if(strength == Collator.QUATERNARY) {
1363 * The strength must fit into 2 bits (Collator.PRIMARY..Collator.QUATERNARY).
H A DCollationRuleParser.java259 strength = Collator.QUATERNARY;
/external/icu/icu4c/source/i18n/unicode/
H A Dcoll.h120 * <code>TERTIARY</code>, <code>QUATERNARY</code> and <code>IDENTICAL</code>.
198 QUATERNARY = UCOL_QUATERNARY, // 3 enumerator in enum:Collator::ECollationStrength
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationSettings.java315 case Collator.QUATERNARY:
H A DCollationBuilder.java483 if(strength == Collator.QUATERNARY && ce == 0) {
526 assert(Collator.PRIMARY <= strength && strength <= Collator.QUATERNARY);
1155 if(strength == Collator.QUATERNARY) {
1359 * The strength must fit into 2 bits (Collator.PRIMARY..Collator.QUATERNARY).
H A DCollationRuleParser.java255 strength = Collator.QUATERNARY;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
H A DSearchTest.java18 import static android.icu.text.Collator.QUATERNARY;
508 SD(" abc a bc ab c a bc ab c", "abc", null, QUATERNARY, STANDARD_ELEMENT_COMPARISON, null, IA(1, -1), IA(3)),

Completed in 4508 milliseconds

12