/external/icu/icu4c/source/test/intltest/ |
frcoll.cpp | 141 myCollation->setStrength(Collator::TERTIARY); 189 myCollation->setStrength(Collator::TERTIARY);
|
apicoll.cpp | 136 doAssert((col->getStrength() == Collator::TERTIARY), "collation object has the wrong strength"); 142 doAssert((col->getStrength() != Collator::TERTIARY), "collation object's strength is secondary difference"); 186 doAssert((col->getStrength() != Collator::TERTIARY), "collation object has the wrong strength"); 190 col->setStrength(Collator::TERTIARY); 191 doAssert((col->getStrength() == Collator::TERTIARY), "collation object's strength is not tertiary difference"); 408 col->setStrength(Collator::TERTIARY); 491 col->setStrength(Collator::TERTIARY); 534 logln("Use tertiary comparison level testing ...."); 689 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be the same") [all...] |
thcoll.cpp | 42 //coll->setStrength(Collator::TERTIARY); 411 // From UCA 5.0 until UCA 6.1, there was a tertiary difference between 415 // ignoring possible tertiary differences.
|
ssearch.cpp | 159 // Default is tertiary if the XML attribute is missing from the test case. 166 else if (*strength=="TERTIARY") { collatorStrength = UCOL_TERTIARY;} 173 // any of the allowed values, not just TERTIARY, but it will 175 TEST_ASSERT(*strength=="TERTIARY") [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
RuleBasedCollatorTest.java | 63 assertEquals(Collator.TERTIARY, coll.getStrength()); 71 coll.setStrength(Collator.TERTIARY);
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
Collator.java | 58 * <li>TERTIARY strength: Upper and lower case differences in characters are 59 * distinguished at tertiary strength (for example, "ao" < "Ao" < 61 * form on the tertiary strength (such as "A" and "?"). Another 63 * difference between large and small Kana. A tertiary difference is ignored 67 * Ignoring Punctuations in the User Guide</a>) at PRIMARY to TERTIARY 71 * This difference is ignored when there is a PRIMARY, SECONDARY or TERTIARY 160 * form on the tertiary level. 165 public final static int TERTIARY = 2; 171 * Ignoring Punctuation in the User Guide</a>) at PRIMARY to TERTIARY 323 * @see #TERTIARY [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
coll.h | 120 * <code>TERTIARY</code>, <code>QUATERNARY</code> and <code>IDENTICAL</code>. 123 * while "e" and "\u00EA" are secondary differences, "e" and "E" are tertiary 151 * and the way in which secondary and tertiary differences are taken into 170 * PRIMARY to ignore secondary and tertiary differences.<br> 175 * difference. Set comparison level to SECONDARY to ignore tertiary 180 * tertiary difference. Set comparison level to TERTIARY to include all 183 * Example of tertiary difference, "abc" <<< "ABC". 197 TERTIARY = UCOL_TERTIARY, // 2 402 * . myCollation->setStrength(Collator::TERTIARY); [all...] |
sortkey.h | 52 * <p> For example (with strength == tertiary) 86 * collation rules, and the way in which secondary and tertiary differences
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
Collator.java | 57 * <li>TERTIARY strength: Upper and lower case differences in characters are 58 * distinguished at tertiary strength (for example, "ao" < "Ao" < 60 * form on the tertiary strength (such as "A" and "?"). Another 62 * difference between large and small Kana. A tertiary difference is ignored 66 * Ignoring Punctuations in the User Guide</a>) at PRIMARY to TERTIARY 70 * This difference is ignored when there is a PRIMARY, SECONDARY or TERTIARY 162 * form on the tertiary level. 168 public final static int TERTIARY = 2; 174 * Ignoring Punctuation in the User Guide</a>) at PRIMARY to TERTIARY 342 * @see #TERTIARY [all...] |
/external/icu/icu4c/source/i18n/ |
collationfastlatin.cpp | 340 // Remove the case bits from the tertiary weight when caseLevel is on or caseFirst is off. 382 // and keep real tertiary weights larger than the MERGE_WEIGHT. 383 // Tertiary CEs (secondary ignorables) are not supported in fast Latin. 691 // Remove the case bits from the tertiary weight when caseLevel is on or caseFirst is off. 733 // and keep real tertiary weights larger than the MERGE_WEIGHT. 734 // Tertiary CEs (secondary ignorables) are not supported in fast Latin. [all...] |
collationbuilder.cpp | 381 parserErrorReason = "reset tertiary-before completely ignorable not possible"; 491 // Non-zero quaternary weights are possible only on tertiary or stronger CEs. 496 // Look for a tailored tertiary node after [0, 0, 0]. 508 // No need to look for nodeHasAnyBefore() on a tertiary node. 595 // and non-common secondary/tertiary weights. 637 // or a node with a common secondary or tertiary weight. 708 // on tertiary ignorables. 710 parserErrorReason = "tailoring quaternary after tertiary ignorables not supported"; [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationEnglishTest.java | 162 /* Test Tertiary > 26 */ 287 //perform test with strength TERTIARY 290 myCollation.setStrength(Collator.TERTIARY);
|
CollationSpanishTest.java | 79 myCollation.setStrength(Collator.TERTIARY);
|
CollationTurkishTest.java | 84 myCollation.setStrength(Collator.TERTIARY);
|
CollationTest.java | 659 // Secondary and tertiary weights use only bytes 3 & 4. 678 // ctq = Case, Tertiary, Quaternary 734 // Tertiary CE. [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationEnglishTest.java | 158 /* Test Tertiary > 26 */ 283 //perform test with strength TERTIARY 286 myCollation.setStrength(Collator.TERTIARY);
|
CollationSpanishTest.java | 75 myCollation.setStrength(Collator.TERTIARY);
|
CollationTurkishTest.java | 80 myCollation.setStrength(Collator.TERTIARY);
|
/libcore/ojluni/src/main/java/java/text/ |
PatternEntry.java | 135 case Collator.TERTIARY: toAddTo.append(','); break; 230 newStrength = Collator.TERTIARY; break;
|
/developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/ |
GestureListener.java | 156 buttons += " tertiary";
|
/developers/samples/android/input/gestures/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/ |
GestureListener.java | 156 buttons += " tertiary";
|
/development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/ |
GestureListener.java | 156 buttons += " tertiary";
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationRuleParser.java | 261 strength = Collator.TERTIARY; 278 strength = Collator.TERTIARY; 478 "first tertiary ignorable", 479 "last tertiary ignorable", [all...] |
/external/icu/icu4c/source/samples/coll/ |
coll.cpp | 22 "-level n Sort level, 1 to 5, for Primary, Secndary, Tertiary, Quaternary, Identical\n"
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationRuleParser.java | 257 strength = Collator.TERTIARY; 274 strength = Collator.TERTIARY; 474 "first tertiary ignorable", 475 "last tertiary ignorable", [all...] |