Searched refs:TERTIARY (Results 1 - 25 of 78) sorted by relevance

1234

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
H A DSearchTest.java20 import static android.icu.text.Collator.TERTIARY;
86 SD("xxxxxxxxxxxxxxxxxxxx", "fisher", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(0)),
87 SD("silly spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(13, -1), IA(6)),
88 SD("silly spring string string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(13, 20, -1), IA(6, 6)),
89 SD("silly string spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(6, 20, -1), IA(6, 6)),
90 SD("string spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, 14, -1), IA(6, 6)),
91 SD("Scott Ganyo", "c", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(1, -1), IA(1)),
92 SD("Scott Ganyo", " ", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(5, -1), IA(1)),
93 SD("\u0300\u0325", "\u0300", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(0)),
94 SD("a\u0300\u0325", "\u0300", null, TERTIARY, STANDARD_ELEMENT_COMPARISO
[all...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
H A DSearchTest.java19 import static com.ibm.icu.text.Collator.TERTIARY;
82 SD("xxxxxxxxxxxxxxxxxxxx", "fisher", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(0)),
83 SD("silly spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(13, -1), IA(6)),
84 SD("silly spring string string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(13, 20, -1), IA(6, 6)),
85 SD("silly string spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(6, 20, -1), IA(6, 6)),
86 SD("string spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, 14, -1), IA(6, 6)),
87 SD("Scott Ganyo", "c", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(1, -1), IA(1)),
88 SD("Scott Ganyo", " ", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(5, -1), IA(1)),
89 SD("\u0300\u0325", "\u0300", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(0)),
90 SD("a\u0300\u0325", "\u0300", null, TERTIARY, STANDARD_ELEMENT_COMPARISO
[all...]
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DCollatorICU.java103 case Collator.TERTIARY:
104 strength = java.text.Collator.TERTIARY;
109 strength = java.text.Collator.TERTIARY;
150 case java.text.Collator.TERTIARY:
151 fIcuCollator.setStrength(Collator.TERTIARY);
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
H A DCollatorTest.java32 cn.setStrength(Collator.TERTIARY);
52 c.setStrength(Collator.TERTIARY);
64 c.setStrength(Collator.TERTIARY);
179 c.setStrength(Collator.TERTIARY);
H A DCollationKeyTest.java23 c.setStrength(Collator.TERTIARY);
43 c.setStrength(Collator.TERTIARY);
/external/icu/icu4c/source/test/intltest/
H A Dlcukocol.cpp67 myCollation->setStrength(Collator::TERTIARY);
H A Dallcoll.cpp95 myCollation->setStrength(Collator::TERTIARY);
133 myCollation->setStrength(Collator::TERTIARY);
H A Dficoll.cpp72 myCollation->setStrength(Collator::TERTIARY);
H A Descoll.cpp86 myCollation->setStrength(Collator::TERTIARY);
H A Dtrcoll.cpp76 myCollation->setStrength(Collator::TERTIARY);
H A Dfrcoll.cpp141 myCollation->setStrength(Collator::TERTIARY);
189 myCollation->setStrength(Collator::TERTIARY);
H A Djacoll.cpp108 myCollation->setStrength(Collator::TERTIARY);
144 myCollation->setStrength(Collator::TERTIARY);
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationBuilder.java127 assert(Collator.PRIMARY <= strength && strength <= Collator.TERTIARY);
172 if(strength >= Collator.TERTIARY) {
173 index = findCommonNode(index, Collator.TERTIARY);
243 if(strengthFromNode(node) == Collator.TERTIARY) {
296 int index = findOrInsertNodeForRootCE(0, Collator.TERTIARY);
300 assert(strengthFromNode(node) <= Collator.TERTIARY);
301 if(isTailoredNode(node) && strengthFromNode(node) == Collator.TERTIARY) {
302 return tempCEFromIndexAndStrength(index, Collator.TERTIARY);
310 strength = Collator.TERTIARY;
571 if(strength >= Collator.TERTIARY) {
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationBuilder.java123 assert(Collator.PRIMARY <= strength && strength <= Collator.TERTIARY);
168 if(strength >= Collator.TERTIARY) {
169 index = findCommonNode(index, Collator.TERTIARY);
239 if(strengthFromNode(node) == Collator.TERTIARY) {
292 int index = findOrInsertNodeForRootCE(0, Collator.TERTIARY);
296 assert(strengthFromNode(node) <= Collator.TERTIARY);
297 if(isTailoredNode(node) && strengthFromNode(node) == Collator.TERTIARY) {
298 return tempCEFromIndexAndStrength(index, Collator.TERTIARY);
306 strength = Collator.TERTIARY;
567 if(strength >= Collator.TERTIARY) {
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DCollator.java39 * <li>TERTIARY strength: Upper and lower case differences in characters are
48 * (see Ignoring Punctuations in the user guide)</a> at PRIMARY to TERTIARY
52 * This difference is ignored when there is a PRIMARY, SECONDARY or TERTIARY
173 public final static int TERTIARY = java.text.Collator.TERTIARY; field in class:Collator
179 * (see Ignoring Punctuations in the user guide)</a> at PRIMARY to TERTIARY
250 * <p>The default strength for the Collator is TERTIARY, unless specified
258 * @see #TERTIARY
262 * of PRIMARY, SECONDARY, TERTIARY, QUATERNARY or IDENTICAL.
726 * @see #TERTIARY
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationKanaTest.java110 myCollation.setStrength(Collator.TERTIARY);
140 myCollation.setStrength(Collator.TERTIARY);
H A DCollationRegressionTest.java362 c.setStrength(Collator.TERTIARY);
461 c.setStrength(Collator.TERTIARY);
514 c.setStrength(Collator.TERTIARY);
553 c.setStrength(Collator.TERTIARY);
594 //c->setStrength(Collator::TERTIARY);
628 c.setStrength(Collator.TERTIARY);
642 c.setStrength(Collator.TERTIARY);
682 c.setStrength(Collator.TERTIARY);
733 c.setStrength(Collator.TERTIARY);
H A DCollationAPITest.java58 col.setStrength(Collator.TERTIARY);
101 if (col.getStrength() != Collator.TERTIARY){
471 doAssert((col.getStrength() == Collator.TERTIARY), "collation object has the wrong strength");
476 doAssert((col.getStrength() != Collator.TERTIARY), "collation object's strength is secondary difference");
500 doAssert((col.getStrength() != Collator.TERTIARY), "collation object has the wrong strength");
504 col.setStrength(Collator.TERTIARY);
505 doAssert((col.getStrength() == Collator.TERTIARY), "collation object's strength is not tertiary difference");
672 someClonedCollators[index].setStrength(Collator.TERTIARY);
1344 c0.setStrength(Collator.TERTIARY);
1349 c1.setStrength(Collator.TERTIARY);
[all...]
H A DCollationDummyTest.java189 myCollation.setStrength(Collator.TERTIARY);
216 myCollation.setStrength(Collator.TERTIARY);
300 myCollation.setStrength(Collator.TERTIARY);
H A DCollationFinnishTest.java72 // perform test with strength TERTIARY
75 myCollation.setStrength(Collator.TERTIARY);
H A DLotusCollationKoreanTest.java53 myCollation.setStrength(Collator.TERTIARY);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationKanaTest.java106 myCollation.setStrength(Collator.TERTIARY);
136 myCollation.setStrength(Collator.TERTIARY);
H A DCollationRegressionTest.java358 c.setStrength(Collator.TERTIARY);
457 c.setStrength(Collator.TERTIARY);
510 c.setStrength(Collator.TERTIARY);
549 c.setStrength(Collator.TERTIARY);
590 //c->setStrength(Collator::TERTIARY);
624 c.setStrength(Collator.TERTIARY);
638 c.setStrength(Collator.TERTIARY);
678 c.setStrength(Collator.TERTIARY);
729 c.setStrength(Collator.TERTIARY);
H A DCollationAPITest.java54 col.setStrength(Collator.TERTIARY);
97 if (col.getStrength() != Collator.TERTIARY){
467 doAssert((col.getStrength() == Collator.TERTIARY), "collation object has the wrong strength");
472 doAssert((col.getStrength() != Collator.TERTIARY), "collation object's strength is secondary difference");
496 doAssert((col.getStrength() != Collator.TERTIARY), "collation object has the wrong strength");
500 col.setStrength(Collator.TERTIARY);
501 doAssert((col.getStrength() == Collator.TERTIARY), "collation object's strength is not tertiary difference");
668 someClonedCollators[index].setStrength(Collator.TERTIARY);
1340 c0.setStrength(Collator.TERTIARY);
1345 c1.setStrength(Collator.TERTIARY);
[all...]
H A DCollationDummyTest.java185 myCollation.setStrength(Collator.TERTIARY);
212 myCollation.setStrength(Collator.TERTIARY);
296 myCollation.setStrength(Collator.TERTIARY);

Completed in 1192 milliseconds

1234