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

  /dalvik/libcore/text/src/main/java/java/text/
Collator.java 50 * <li>TERTIARY strength: Upper and lower case differences in characters are
51 * distinguished at tertiary strength (for example, "ao" &lt; "Ao" &lt;
53 * on the tertiary strength (such as "A" and "&#9398;"). Another example is the
54 * difference between large and small Kana. A tertiary difference is ignored
153 public static final int TERTIARY = 2;
349 * @return the strength value, either PRIMARY, SECONDARY, TERTIARY or
386 * the strength value, either PRIMARY, SECONDARY, TERTIARY, or
430 case Collator.TERTIARY:
431 icuValue = com.ibm.icu4jni.text.Collator.TERTIARY;
450 case com.ibm.icu4jni.text.Collator.TERTIARY
    [all...]
  /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 323 String[] tertiary = {
333 static const UChar tertiary[][CollationRegressionTest::MAX_TOKEN_LEN] = local
343 c->setStrength(Collator::TERTIARY);
344 compareArray(*c, tertiary, ARRAY_LENGTH(tertiary));
366 // Secondary/Tertiary comparison incorrect in French Secondary
500 c->setStrength(Collator::TERTIARY);
578 c->setStrength(Collator::TERTIARY);
633 c->setStrength(Collator::TERTIARY);
665 // 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 161 doAssert((col->getStrength() == Collator::TERTIARY), "collation object has the wrong strength");
167 doAssert((col->getStrength() != Collator::TERTIARY), "collation object's strength is secondary difference");
202 doAssert((col->getStrength() != Collator::TERTIARY), "collation object has the wrong strength");
206 col->setStrength(Collator::TERTIARY);
207 doAssert((col->getStrength() == Collator::TERTIARY), "collation object's strength is not tertiary difference");
454 col->setStrength(Collator::TERTIARY);
537 col->setStrength(Collator::TERTIARY);
557 logln("Use tertiary comparison level testing ....");
723 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 244 return Collator::TERTIARY;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameNormalizer.java 38 sComplexityCollator.setStrength(Collator.TERTIARY);
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
CollatorTest.java 81 assertTrue("a) Failed on tertiary difference", c.compare(o, o2) < 0);
91 c.setStrength(Collator.TERTIARY);
100 assertTrue("b) Failed on tertiary difference", c.compare(o, o2) < 0);
117 assertEquals("c) Failed on tertiary difference", 0, c.compare(o, o2));
134 assertEquals("d) Failed on tertiary difference", 0, c.compare(o, o2));
192 assertTrue("a) Failed on tertiary difference", !c.equals("e", "E"));
196 c.setStrength(Collator.TERTIARY);
200 assertTrue("b) Failed on tertiary difference", !c.equals("e", "E"));
208 assertTrue("c) Failed on tertiary difference", c.equals("e", "E"));
215 assertTrue("d) Failed on tertiary difference", c.equals("e", "E"))
    [all...]
RuleBasedCollatorTest.java 157 assertEquals(Collator.TERTIARY, coll.getStrength());
165 coll.setStrength(Collator.TERTIARY);
334 notes = "Doesn't verify setStrength method with PRIMARY, SECONDARY, TERTIARY or IDENTICAL values as a parameter; doesn't verify thatsetStrength method can throw IllegalArgumentException.",
340 notes = "Doesn't verify setStrength method with PRIMARY, SECONDARY, TERTIARY or IDENTICAL values as a parameter; doesn't verify thatsetStrength method can throw IllegalArgumentException.",
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
Collator.java 43 * "e" and "E" are tertiary differences and "e" and "e" are identical.
103 * form on the tertiary level.
109 public final static int TERTIARY = CollationAttribute.VALUE_TERTIARY;
115 * (see Ignoring Punctuations in the user guide)</a> at PRIMARY to TERTIARY
279 * . // (with tertiary difference between "abc" and "ABC")
313 * E.g. with strength == SECONDARY, the tertiary difference is ignored
316 * E.g. with strength == PRIMARY, the secondary and tertiary difference
322 * @see #TERTIARY
344 * . // tertiary differences will be ignored
350 * @see #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
686 /* tertiary strength increment */
692 /* mask off anything but tertiary order */
    [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...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 496 milliseconds