HomeSort by relevance Sort by last modified time
    Searched full:tertiary (Results 76 - 100 of 197) sorted by null

1 2 34 5 6 7 8

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DebugUtilitiesData.java 95 "TERTIARY", /* 2 */
176 2, /* TERTIARY */
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationRegressionTest.java 353 String[] tertiary = { local
362 c.setStrength(Collator.TERTIARY);
363 compareArray(c, tertiary);
376 // Secondary/Tertiary comparison incorrect in French Secondary
461 c.setStrength(Collator.TERTIARY);
514 c.setStrength(Collator.TERTIARY);
553 c.setStrength(Collator.TERTIARY);
574 // These now have tertiary differences in UCA
593 // These now have tertiary differences in UCA
594 //c->setStrength(Collator::TERTIARY);
    [all...]
CollationAPITest.java 58 col.setStrength(Collator.TERTIARY);
83 logln("Use tertiary comparison level testing ....");
101 if (col.getStrength() != Collator.TERTIARY){
102 errln("Default collation did not have tertiary strength");
202 logln("Use tertiary comparison level testing ....");
278 * - requesting the order properties(primary, secondary or tertiary)
322 CollationElementIterator.tertiaryOrder(order3)), "The tertiary orders should be the same");
330 CollationElementIterator.tertiaryOrder(order3)), "The tertiary orders should be different");
362 CollationElementIterator.tertiaryOrder(order3)), "The tertiary orders should be the same");
371 CollationElementIterator.tertiaryOrder(order3)), "The tertiary orders should be different")
    [all...]
CollationFrenchTest.java 129 // perform tests with strength TERTIARY
132 myCollation.setStrength(Collator.TERTIARY);
165 myCollation.setStrength(Collator.TERTIARY);
CollationDummyTest.java 186 // perform test with strength tertiary
189 myCollation.setStrength(Collator.TERTIARY);
216 myCollation.setStrength(Collator.TERTIARY);
300 myCollation.setStrength(Collator.TERTIARY);
CollationMiscTest.java 179 "&[before 3][first tertiary ignorable]<<<a",
180 "&[before 3][last tertiary ignorable]<<<a", */
207 "&[last secondary ignorable]<<y&[last tertiary ignorable]<<<w&[top]<u",
212 {"\\u0000", "a"}, // you cannot go before first tertiary ignorable
213 {"\\u0000", "a"}, // you cannot go before last tertiary ignorable */
744 myCollation.setStrength(Collator.TERTIARY);
775 myCollation.setStrength(Collator.TERTIARY);
    [all...]
LotusCollationKoreanTest.java 53 myCollation.setStrength(Collator.TERTIARY);
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
Collator.java 39 * <li>TERTIARY strength: Upper and lower case differences in characters are
40 * distinguished at tertiary strength (for example, "ao" &lt; "Ao" &lt;
42 * form on the tertiary strength (such as "A" and "&#9398;"). Another
44 * difference between large and small Kana. A tertiary difference is ignored
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
167 * form on the tertiary level.
173 public final static int TERTIARY = java.text.Collator.TERTIARY;
179 * (see Ignoring Punctuations in the user guide)</a> at PRIMARY to TERTIARY
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationRegressionTest.java 349 String[] tertiary = { local
358 c.setStrength(Collator.TERTIARY);
359 compareArray(c, tertiary);
372 // Secondary/Tertiary comparison incorrect in French Secondary
457 c.setStrength(Collator.TERTIARY);
510 c.setStrength(Collator.TERTIARY);
549 c.setStrength(Collator.TERTIARY);
570 // These now have tertiary differences in UCA
589 // These now have tertiary differences in UCA
590 //c->setStrength(Collator::TERTIARY);
    [all...]
CollationAPITest.java 54 col.setStrength(Collator.TERTIARY);
79 logln("Use tertiary comparison level testing ....");
97 if (col.getStrength() != Collator.TERTIARY){
98 errln("Default collation did not have tertiary strength");
198 logln("Use tertiary comparison level testing ....");
274 * - requesting the order properties(primary, secondary or tertiary)
318 CollationElementIterator.tertiaryOrder(order3)), "The tertiary orders should be the same");
326 CollationElementIterator.tertiaryOrder(order3)), "The tertiary orders should be different");
358 CollationElementIterator.tertiaryOrder(order3)), "The tertiary orders should be the same");
367 CollationElementIterator.tertiaryOrder(order3)), "The tertiary orders should be different")
    [all...]
CollationDummyTest.java 182 // perform test with strength tertiary
185 myCollation.setStrength(Collator.TERTIARY);
212 myCollation.setStrength(Collator.TERTIARY);
296 myCollation.setStrength(Collator.TERTIARY);
CollationMiscTest.java 175 "&[before 3][first tertiary ignorable]<<<a",
176 "&[before 3][last tertiary ignorable]<<<a", */
203 "&[last secondary ignorable]<<y&[last tertiary ignorable]<<<w&[top]<u",
208 {"\\u0000", "a"}, // you cannot go before first tertiary ignorable
209 {"\\u0000", "a"}, // you cannot go before last tertiary ignorable */
740 myCollation.setStrength(Collator.TERTIARY);
771 myCollation.setStrength(Collator.TERTIARY);
    [all...]
LotusCollationKoreanTest.java 49 myCollation.setStrength(Collator.TERTIARY);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java 53 // at most 4 tertiary after-common weights.
150 * Lookup: Add this offset to tertiary weights, except for completely ignorable CEs.
152 * Must be greater than case bits as well, so that with combined case+tertiary weights
153 * plus the offset the tertiary bits does not spill over into the case bits.
543 // Remove the case bits from the tertiary weight when caseLevel is on or caseFirst is off.
595 // and keep real tertiary weights larger than the MERGE_WEIGHT.
596 // Tertiary CEs (secondary ignorables) are not supported in fast Latin.
610 if(CollationSettings.getStrength(options) <= Collator.TERTIARY) { return Collation.EQUAL; }
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java 49 // at most 4 tertiary after-common weights.
146 * Lookup: Add this offset to tertiary weights, except for completely ignorable CEs.
148 * Must be greater than case bits as well, so that with combined case+tertiary weights
149 * plus the offset the tertiary bits does not spill over into the case bits.
539 // Remove the case bits from the tertiary weight when caseLevel is on or caseFirst is off.
591 // and keep real tertiary weights larger than the MERGE_WEIGHT.
592 // Tertiary CEs (secondary ignorables) are not supported in fast Latin.
606 if(CollationSettings.getStrength(options) <= Collator.TERTIARY) { return Collation.EQUAL; }
    [all...]
  /external/icu/icu4c/source/i18n/
collationdatareader.h 239 * The rootElements may contain secondary and tertiary weights below common=05.
241 * Where is occurs, there is also an explicit unit with common secondary & tertiary weights.
245 * does not necessarily have special, unique secondary/tertiary weights any more.
collationfastlatin.h 57 // at most 4 tertiary after-common weights.
154 * Lookup: Add this offset to tertiary weights, except for completely ignorable CEs.
156 * Must be greater than case bits as well, so that with combined case+tertiary weights
157 * plus the offset the tertiary bits does not spill over into the case bits.
usrchimp.h 25 /* mask off anything but tertiary order */
194 * For tertiary we can't use the collator->tertiaryMask, that is a
  /external/icu/icu4c/source/i18n/unicode/
ucoleitr.h 94 * consists of primary order, secondary order and tertiary order. The data
256 * Get the tertiary order of a collation order.
258 * @return the tertiary order of a collation order.
coleitr.h 67 * secondary order(char), and tertiary order(char). Java strictly defines the
108 * consists of primary order, secondary order and tertiary order. The data
206 * Gets the tertiary order of a collation order.
208 * @return the tertiary order of a collation order.
  /external/icu/icu4c/source/test/intltest/
apicoll.h 103 * - requesting the order properties(primary, secondary or tertiary)
escoll.cpp 86 myCollation->setStrength(Collator::TERTIARY);
trcoll.cpp 76 myCollation->setStrength(Collator::TERTIARY);
  /external/icu/icu4c/source/test/perf/collationperf/
readme.html 53 -level n Sort level, 1 to 5, for Primary, Secndary, Tertiary, Quaternary, Identical
  /hardware/bsp/intel/soc/common/tools/
gpt_ini2bin.py 19 'tertiary' : '767941d0-2085-11e3-ad3b-6cfdb94711e9',

Completed in 636 milliseconds

1 2 34 5 6 7 8