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

1 2

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationKanaTest.java 163 myCollation.setStrength(Collator.QUATERNARY);
175 myCollation.setStrength(Collator.QUATERNARY);
193 rb.setStrength(Collator.QUATERNARY);
UCAConformanceTest.java 133 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.QUATERNARY);
CollationMiscTest.java 536 Object[] val = { new Integer(Collator.QUATERNARY), };
539 Object valShifted[] = { new Integer(Collator.QUATERNARY),
    [all...]
CollationAPITest.java     [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationKanaTest.java 160 myCollation.setStrength(Collator.QUATERNARY);
172 myCollation.setStrength(Collator.QUATERNARY);
190 rb.setStrength(Collator.QUATERNARY);
UCAConformanceTest.java 130 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.QUATERNARY);
CollationMiscTest.java 533 Object[] val = { new Integer(Collator.QUATERNARY), };
536 Object valShifted[] = { new Integer(Collator.QUATERNARY),
    [all...]
CollationAPITest.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringSearch.java 425 // **** hack to deal w/ how processed CEs encode quaternary ****
427 if ((strength_ < Collator.QUATERNARY && newStrength >= Collator.QUATERNARY)
428 || (strength_ >= Collator.QUATERNARY && newStrength < Collator.QUATERNARY)) {
618 if (strength_ >= Collator.QUATERNARY) {
624 } else if (strength_ >= Collator.QUATERNARY && sourcece == CollationElementIterator.IGNORABLE) {
1656 long primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local
    [all...]
Collator.java 67 * <li>QUATERNARY strength: When punctuation is ignored
74 * difference. The QUATERNARY strength should only be used if ignoring
180 public final static int QUATERNARY = 3;
342 * @see #QUATERNARY
673 "primary", "secondary", "tertiary", "quaternary", "identical");
674 coll.setStrength(strength <= Collator.QUATERNARY ? strength : Collator.IDENTICAL);
    [all...]
  /external/icu/icu4c/source/test/intltest/
jacoll.cpp 159 myCollation->setStrength(Collator::QUATERNARY);
174 myCollation->setStrength(Collator::QUATERNARY);
g7coll.cpp 107 myCollation->setStrength(Collator::QUATERNARY);
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java 440 // **** hack to deal w/ how processed CEs encode quaternary ****
442 if ((strength_ < Collator.QUATERNARY && newStrength >= Collator.QUATERNARY)
443 || (strength_ >= Collator.QUATERNARY && newStrength < Collator.QUATERNARY)) {
635 if (strength_ >= Collator.QUATERNARY) {
641 } else if (strength_ >= Collator.QUATERNARY && sourcece == CollationElementIterator.IGNORABLE) {
1672 long primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local
    [all...]
Collator.java 66 * <li>QUATERNARY strength: When punctuation is ignored
73 * difference. The QUATERNARY strength should only be used if ignoring
184 public final static int QUATERNARY = 3;
361 * @see #QUATERNARY
703 "primary", "secondary", "tertiary", "quaternary", "identical");
704 coll.setStrength(strength <= Collator.QUATERNARY ? strength : Collator.IDENTICAL);
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
Collator.java 48 * <li>QUATERNARY strength: When punctuation is ignored
55 * difference. The QUATERNARY strength should only be used if ignoring
189 public final static int QUATERNARY = java.text.Collator.IDENTICAL;
261 * @see #QUATERNARY
264 * of PRIMARY, SECONDARY, TERTIARY, QUATERNARY or IDENTICAL.
719 * {@icunote} This can return QUATERNARY strength, which is not supported by the
729 * @see #QUATERNARY
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
CollatorTest.java 57 c.setStrength(Collator.QUATERNARY);
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
CollatorICU.java 116 case Collator.QUATERNARY:
117 // Note: No quaternary support in Java..
  /external/icu/icu4c/source/i18n/unicode/
coll.h 122 * <code>TERTIARY</code>, <code>QUATERNARY</code> and <code>IDENTICAL</code>.
200 QUATERNARY = UCOL_QUATERNARY, // 3
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationSettings.java 319 case Collator.QUATERNARY:
CollationBuilder.java 292 // Quaternary CEs are not supported.
293 // Non-zero quaternary weights are possible only on tertiary or stronger CEs.
490 if(strength == Collator.QUATERNARY && ce == 0) {
491 // The CE data structure does not support non-zero quaternary weights
494 "tailoring quaternary after tertiary ignorables not supported");
533 assert(Collator.PRIMARY <= strength && strength <= Collator.QUATERNARY);
568 // Root CEs must have common=zero quaternary weights (for which we never insert any nodes).
    [all...]
CollationRuleParser.java 261 strength = Collator.QUATERNARY;
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationSettings.java 317 case Collator.QUATERNARY:
CollationBuilder.java 288 // Quaternary CEs are not supported.
289 // Non-zero quaternary weights are possible only on tertiary or stronger CEs.
486 if(strength == Collator.QUATERNARY && ce == 0) {
487 // The CE data structure does not support non-zero quaternary weights
490 "tailoring quaternary after tertiary ignorables not supported");
529 assert(Collator.PRIMARY <= strength && strength <= Collator.QUATERNARY);
564 // Root CEs must have common=zero quaternary weights (for which we never insert any nodes).
    [all...]
CollationRuleParser.java 257 strength = Collator.QUATERNARY;
    [all...]
  /external/valgrind/VEX/priv/
ir_defs.c     [all...]

Completed in 1856 milliseconds

1 2