HomeSort by relevance Sort by last modified time
    Searched refs:TERTIARY (Results 1 - 25 of 31) sorted by null

1 2

  /libcore/luni/src/main/java/java/text/
Collator.java 45 * <li>TERTIARY strength: Upper and lower case differences in characters are
46 * distinguished at tertiary strength (for example, "ao" &lt; "Ao" &lt;
48 * on the tertiary strength (such as "A" and "&#9398;"). Another example is the
49 * difference between large and small Kana. A tertiary difference is ignored
141 public static final int TERTIARY = 2;
297 * @return the strength value, either PRIMARY, SECONDARY, TERTIARY or
326 * the strength value, either PRIMARY, SECONDARY, TERTIARY, or
364 case Collator.TERTIARY:
382 javaValue = Collator.TERTIARY;
  /libcore/luni/src/test/java/libcore/java/text/
CollatorTest.java 34 collator.setStrength(Collator.TERTIARY);
35 assertEquals(Collator.TERTIARY, collator.getStrength());
94 assertEquals(Collator.TERTIARY, coll.getStrength());
102 coll.setStrength(Collator.TERTIARY);
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
CollatorTest.java 52 assertTrue("a) Failed on tertiary difference", c.compare(o, o2) < 0);
62 c.setStrength(Collator.TERTIARY);
71 assertTrue("b) Failed on tertiary difference", c.compare(o, o2) < 0);
88 assertEquals("c) Failed on tertiary difference", 0, c.compare(o, o2));
105 assertEquals("d) Failed on tertiary difference", 0, c.compare(o, o2));
143 assertTrue("a) Failed on tertiary difference", !c.equals("e", "E"));
147 c.setStrength(Collator.TERTIARY);
151 assertTrue("b) Failed on tertiary difference", !c.equals("e", "E"));
159 assertTrue("c) Failed on tertiary difference", c.equals("e", "E"));
166 assertTrue("d) Failed on tertiary difference", c.equals("e", "E"))
    [all...]
RuleBasedCollatorTest.java 79 assertEquals(Collator.TERTIARY, coll.getStrength());
87 coll.setStrength(Collator.TERTIARY);
  /external/icu4c/test/intltest/
lcukocol.cpp 67 myCollation->setStrength(Collator::TERTIARY);
allcoll.cpp 95 myCollation->setStrength(Collator::TERTIARY);
133 myCollation->setStrength(Collator::TERTIARY);
ficoll.cpp 72 myCollation->setStrength(Collator::TERTIARY);
escoll.cpp 86 myCollation->setStrength(Collator::TERTIARY);
trcoll.cpp 76 myCollation->setStrength(Collator::TERTIARY);
frcoll.cpp 141 myCollation->setStrength(Collator::TERTIARY);
189 myCollation->setStrength(Collator::TERTIARY);
jacoll.cpp 58 Collator::EQUAL, //Collator::LESS, /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/
108 myCollation->setStrength(Collator::TERTIARY);
144 myCollation->setStrength(Collator::TERTIARY);
regcoll.cpp 325 String[] tertiary = {
335 static const UChar tertiary[][CollationRegressionTest::MAX_TOKEN_LEN] = local
345 c->setStrength(Collator::TERTIARY);
346 compareArray(*c, tertiary, ARRAY_LENGTH(tertiary));
368 // Secondary/Tertiary comparison incorrect in French Secondary
502 c->setStrength(Collator::TERTIARY);
580 c->setStrength(Collator::TERTIARY);
635 c->setStrength(Collator::TERTIARY);
667 // These now have tertiary differences in UC
    [all...]
decoll.cpp 87 // Primary Tertiary
112 myCollation->setStrength(Collator::TERTIARY);
mnkytst.cpp 92 myCollator->setStrength(Collator::TERTIARY);
95 int32_t result = collationKey1.compareTo(collationKey2); // Tertiary
96 int32_t revResult = collationKey2.compareTo(collationKey1); // Tertiary
164 myCollator->setStrength(Collator::TERTIARY);
165 int32_t result = myCollator->compare(subs, subt); // Tertiary
166 int32_t revResult = myCollator->compare(subt, subs); // Tertiary
apicoll.cpp 170 doAssert((col->getStrength() == Collator::TERTIARY), "collation object has the wrong strength");
176 doAssert((col->getStrength() != Collator::TERTIARY), "collation object's strength is secondary difference");
218 doAssert((col->getStrength() != Collator::TERTIARY), "collation object has the wrong strength");
222 col->setStrength(Collator::TERTIARY);
223 doAssert((col->getStrength() == Collator::TERTIARY), "collation object's strength is not tertiary difference");
470 col->setStrength(Collator::TERTIARY);
553 col->setStrength(Collator::TERTIARY);
573 logln("Use tertiary comparison level testing ....");
725 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be the same")
    [all...]
itercoll.cpp 571 coll->setStrength(Collator::TERTIARY);
573 errln("Strength order for a tertiary strength collator should be the third byte");
encoll.cpp 160 /* Test Tertiary > 26 */
246 myCollation->setStrength(Collator::TERTIARY);
srchtest.cpp 248 return Collator::TERTIARY;
    [all...]
  /external/icu4c/i18n/unicode/
tblcoll.h 351 * . myCollation->setStrength(Collator::TERTIARY);
353 * . // (with tertiary difference between "abc" and "ABC")
652 * <p>E.g. with strength == SECONDARY, the tertiary difference is ignored
653 * <p>E.g. with strength == PRIMARY, the secondary and tertiary difference
    [all...]
coll.h 124 * <code>TERTIARY</code>, <code>QUATERNARY</code> and <code>IDENTICAL</code>.
127 * while "e" and "\u00EA" are secondary differences, "e" and "E" are tertiary
165 * and the way in which secondary and tertiary differences are taken into
184 * PRIMARY to ignore secondary and tertiary differences.<br>
189 * difference. Set comparison level to SECONDARY to ignore tertiary
194 * tertiary difference. Set comparison level to TERTIARY to include all
197 * Example of tertiary difference, "abc" &lt;&lt;&lt; "ABC".
211 TERTIARY = 2,
571 * <p>E.g. with strength == SECONDARY, the tertiary difference is ignore
    [all...]
  /external/chromium/base/i18n/
file_util_icu.cc 114 collator_->setStrength(icu::Collator::TERTIARY);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 1504 milliseconds

1 2