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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
Collation.java 38 /** The secondary/tertiary lower limit for tailoring before any root elements. */
64 /** Default secondary/tertiary weight lead byte. */
69 /** Lower 16 bits of a CE with a common tertiary weight. */
71 /** Lower 32 bits of a CE with common secondary and tertiary weights. */
77 /** Only the 2*6 bits for the pure tertiary weight. */
79 /** Only the secondary & tertiary bits; no case, no quaternary. */
81 /** Case bits and tertiary bits. */
175 * Bits 15.. 8: Tertiary weight.
182 * and the tertiary in bits 15..8.
188 * Bits 23..16: Tertiary weight tt of the first CE
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
Collation.java 36 /** The secondary/tertiary lower limit for tailoring before any root elements. */
62 /** Default secondary/tertiary weight lead byte. */
67 /** Lower 16 bits of a CE with a common tertiary weight. */
69 /** Lower 32 bits of a CE with common secondary and tertiary weights. */
75 /** Only the 2*6 bits for the pure tertiary weight. */
77 /** Only the secondary & tertiary bits; no case, no quaternary. */
79 /** Case bits and tertiary bits. */
173 * Bits 15.. 8: Tertiary weight.
180 * and the tertiary in bits 15..8.
186 * Bits 23..16: Tertiary weight tt of the first CE
    [all...]
  /external/icu/icu4c/source/i18n/
collation.h 33 /** The secondary/tertiary lower limit for tailoring before any root elements. */
59 /** Default secondary/tertiary weight lead byte. */
64 /** Lower 16 bits of a CE with a common tertiary weight. */
66 /** Lower 32 bits of a CE with common secondary and tertiary weights. */
72 /** Only the 2*6 bits for the pure tertiary weight. */
74 /** Only the secondary & tertiary bits; no case, no quaternary. */
76 /** Case bits and tertiary bits. */
171 * Bits 15.. 8: Tertiary weight.
178 * and the tertiary in bits 15..8.
184 * Bits 23..16: Tertiary weight tt of the first CE
426 uint32_t tertiary = ce32 & 0xff; local
    [all...]
ucoleitr.cpp 217 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local
224 tertiary = ucol_tertiaryOrder(ce);
254 primary = secondary = tertiary = 0;
264 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringSearch.java 604 // note for tertiary we can't use the collator->tertiaryMask, that
1655 long primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java 621 // note for tertiary we can't use the collator->tertiaryMask, that
1671 long primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
regcoll.cpp 322 String[] tertiary = {
332 static const UChar tertiary[][CollationRegressionTest::MAX_TOKEN_LEN] = local
342 c->setStrength(Collator::TERTIARY);
343 compareArray(*c, tertiary, ARRAY_LENGTH(tertiary));
365 // Secondary/Tertiary comparison incorrect in French Secondary
499 c->setStrength(Collator::TERTIARY);
577 c->setStrength(Collator::TERTIARY);
632 c->setStrength(Collator::TERTIARY);
664 // These now have tertiary differences in UC
    [all...]
  /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...]
  /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...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 489 milliseconds