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

1 2 3 4 5 6 7 8

  /external/icu/icu4c/source/i18n/
collationrootelements.h 29 * This class takes and returns 16-bit secondary and tertiary weights.
42 * Flag in a root element, set if the element contains secondary & tertiary weights,
53 * Index of the first CE with a non-zero tertiary weight.
70 * Secondary & tertiary boundaries.
74 * Bits 7.. 0: [fixed first ignorable tertiary byte 3C]
85 * Returns the boundary between tertiary weights of primary/secondary CEs
86 * and those of tertiary CEs.
88 * This minus one is the lower limit for tertiaries of tertiary CEs.
95 * Returns the first assigned tertiary CE.
102 * Returns the last assigned tertiary CE
    [all...]
collationcompare.cpp 42 // Fetch CEs, compare primaries, store secondary & tertiary weights.
107 // Compare the buffered secondary & tertiary weights.
212 // Note: A tertiary CE has uppercase case bits (0.0.ut)
213 // to keep tertiary+caseFirst well-formed.
215 // Tertiary+caseLevel: Also ignore case level weights of secondary ignorables.
216 // Otherwise a tertiary CE's uppercase would be no greater than
276 // Pass through NO_CE and keep real tertiary weights larger than that.
277 // Do not change the artificial uppercase weight of a tertiary CE (0.0.ut),
278 // to keep tertiary CEs well-formed.
279 // Their case+tertiary weights must be greater than those o
    [all...]
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...]
  /external/icu/icu4c/source/test/cintltst/
cdetst.h 16 * specific primary, secondary and tertiary rules. For example, the ignorable
36 /* perform test with strength TERTIARY */
cestst.h 16 * specific primary, secondary and tertiary rules. For example, the ignorable
37 /* perform test with strength TERTIARY */
cfintst.h 16 * specific primary, secondary and tertiary rules. For example, the ignorable
37 /* perform test with strength TERTIARY */
cfrtst.h 16 * specific primary, secondary and tertiary rules. For example, the ignorable
38 /*perform test with strength TERTIARY*/
cjaptst.h 19 * specific primary, secondary and tertiary rules. For example, the ignorable
37 /*perform test with strength TERTIARY*/
cturtst.h 16 * specific primary, secondary and tertiary rules. For example, the ignorable
35 /* perform test with strength TERTIARY */
encoll.h 16 * specific primary, secondary and tertiary rules. For example, the ignorable
38 /* perform test with strength TERTIARY */
  /external/icu/icu4c/source/test/testdata/
ssearch.xml 13 strength (PRIMARY | SECONDARY | TERTIARY | QUATERNARY | IDENTICAL) "TERTIARY"
87 <test-case id="test10" strength="TERTIARY">
102 <test-case id="test12" strength="TERTIARY">
166 <test-case id="test24" strength="TERTIARY" locale="en">
198 <test-case id="test27" strength="TERTIARY" locale="en">
203 <test-case id="test28" strength="TERTIARY" locale="en">
229 <test-case id="test32" strength="TERTIARY" norm="ON">
235 <test-case id="test32a" strength="TERTIARY" norm="OFF">
245 <test-case id="test40" strength="TERTIARY">
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
SearchTest.java 20 import static android.icu.text.Collator.TERTIARY;
86 SD("xxxxxxxxxxxxxxxxxxxx", "fisher", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(0)),
87 SD("silly spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(13, -1), IA(6)),
88 SD("silly spring string string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(13, 20, -1), IA(6, 6)),
89 SD("silly string spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(6, 20, -1), IA(6, 6)),
90 SD("string spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, 14, -1), IA(6, 6)),
91 SD("Scott Ganyo", "c", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(1, -1), IA(1)),
92 SD("Scott Ganyo", " ", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(5, -1), IA(1)),
93 SD("\u0300\u0325", "\u0300", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(0)),
94 SD("a\u0300\u0325", "\u0300", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(0))
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java 19 import static com.ibm.icu.text.Collator.TERTIARY;
82 SD("xxxxxxxxxxxxxxxxxxxx", "fisher", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(0)),
83 SD("silly spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(13, -1), IA(6)),
84 SD("silly spring string string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(13, 20, -1), IA(6, 6)),
85 SD("silly string spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(6, 20, -1), IA(6, 6)),
86 SD("string spring string", "string", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, 14, -1), IA(6, 6)),
87 SD("Scott Ganyo", "c", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(1, -1), IA(1)),
88 SD("Scott Ganyo", " ", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(5, -1), IA(1)),
89 SD("\u0300\u0325", "\u0300", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(0)),
90 SD("a\u0300\u0325", "\u0300", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, null, IA(-1), IA(0))
    [all...]
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
CollatorICU.java 103 case Collator.TERTIARY:
104 strength = java.text.Collator.TERTIARY;
108 // Return tertiary instead for now.
109 strength = java.text.Collator.TERTIARY;
150 case java.text.Collator.TERTIARY:
151 fIcuCollator.setStrength(Collator.TERTIARY);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
CollatorTest.java 46 assertTrue("a) Failed on tertiary difference", c.compare(o, o2) < 0);
56 c.setStrength(Collator.TERTIARY);
65 assertTrue("b) Failed on tertiary difference", c.compare(o, o2) < 0);
82 assertEquals("c) Failed on tertiary difference", 0, c.compare(o, o2));
99 assertEquals("d) Failed on tertiary difference", 0, c.compare(o, o2));
131 assertTrue("a) Failed on tertiary difference", !c.equals("e", "E"));
135 c.setStrength(Collator.TERTIARY);
139 assertTrue("b) Failed on tertiary difference", !c.equals("e", "E"));
147 assertTrue("c) Failed on tertiary difference", c.equals("e", "E"));
154 assertTrue("d) Failed on tertiary difference", c.equals("e", "E"))
    [all...]
  /external/icu/icu4c/source/test/intltest/
decoll.h 9 * specific primary, secondary and tertiary rules. For example, o-umlaut
37 // perform tests with strength TERTIARY
encoll.h 9 * specific primary, secondary and tertiary rules. For example, the ignorable
39 // perform test with strength TERTIARY
escoll.h 9 * specific primary and tertiary rules. This Spanish sort uses the traditional
36 // prforms test with strength TERTIARY
ficoll.h 9 * specific primary and tertiary rules. For example, a-ring sorts after z
35 // perform test with strength TERTIARY
frcoll.h 9 * specific tertiary rules. For example, the French secondary sorting on
34 // perform tests with strength TERTIARY
trcoll.h 9 * specific primary and tertiary rules. For example, the dotless-i and dotted-I
35 // perform tests for turkish locale with strength TERTIARY
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationCompare.java 33 // Fetch CEs, compare primaries, store secondary & tertiary weights.
97 // Compare the buffered secondary & tertiary weights.
206 // Note: A tertiary CE has uppercase case bits (0.0.ut)
207 // to keep tertiary+caseFirst well-formed.
209 // Tertiary+caseLevel: Also ignore case level weights of secondary ignorables.
210 // Otherwise a tertiary CE's uppercase would be no greater than
272 // Pass through NO_CE and keep real tertiary weights larger than that.
273 // Do not change the artificial uppercase weight of a tertiary CE (0.0.ut),
274 // to keep tertiary CEs well-formed.
275 // Their case+tertiary weights must be greater than those o
    [all...]
CollationRootElements.java 20 * This class takes and returns 16-bit secondary and tertiary weights.
34 * Flag in a root element, set if the element contains secondary & tertiary weights,
44 * Index of the first CE with a non-zero tertiary weight.
61 * Secondary & tertiary boundaries.
65 * Bits 7.. 0: [fixed first ignorable tertiary byte 3C]
75 * Returns the boundary between tertiary weights of primary/secondary CEs
76 * and those of tertiary CEs.
78 * This minus one is the lower limit for tertiaries of tertiary CEs.
85 * Returns the first assigned tertiary CE.
92 * Returns the last assigned tertiary CE
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationCompare.java 29 // Fetch CEs, compare primaries, store secondary & tertiary weights.
93 // Compare the buffered secondary & tertiary weights.
202 // Note: A tertiary CE has uppercase case bits (0.0.ut)
203 // to keep tertiary+caseFirst well-formed.
205 // Tertiary+caseLevel: Also ignore case level weights of secondary ignorables.
206 // Otherwise a tertiary CE's uppercase would be no greater than
268 // Pass through NO_CE and keep real tertiary weights larger than that.
269 // Do not change the artificial uppercase weight of a tertiary CE (0.0.ut),
270 // to keep tertiary CEs well-formed.
271 // Their case+tertiary weights must be greater than those o
    [all...]
CollationRootElements.java 19 * This class takes and returns 16-bit secondary and tertiary weights.
32 * Flag in a root element, set if the element contains secondary & tertiary weights,
42 * Index of the first CE with a non-zero tertiary weight.
59 * Secondary & tertiary boundaries.
63 * Bits 7.. 0: [fixed first ignorable tertiary byte 3C]
73 * Returns the boundary between tertiary weights of primary/secondary CEs
74 * and those of tertiary CEs.
76 * This minus one is the lower limit for tertiaries of tertiary CEs.
83 * Returns the first assigned tertiary CE.
90 * Returns the last assigned tertiary CE
    [all...]

Completed in 1113 milliseconds

1 2 3 4 5 6 7 8