Searched refs:UCOL_PRIMARY (Results 1 - 25 of 74) sorted by relevance

123

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dusrchdat.c67 {"\\u00c9", "e", NULL, UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {0, -1}, {1}},
68 {"x a\\u0301", "a\\u0301", NULL, UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {2, -1}, {2}},
76 {"This is a toe T\\u00F6ne", "toe", "de", UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON,
78 {"This is a toe T\\u00F6ne", "toe", "de", UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, "wordbreaker",
87 {"\\u00c9", "e", "fr", UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, "characterbreaker", {0, -1}, {1}},
121 UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {16, 40, -1}, {3, 3}},
123 UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, "wordbreaker", {16, -1}, {3}},
125 "peche", "fr", UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {15, 21, 27, 34, -1}, {5, 5, 5, 5}},
126 /*03*/{"This is a toe T\\u00F6ne", "toe", "de", UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL,
129 "channel", "es", UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISO
[all...]
H A Dcfintst.c104 ucol_setStrength(myCollation, UCOL_PRIMARY);
H A Dcestst.c115 ucol_setStrength(myCollation, UCOL_PRIMARY);
H A Dcturtst.c123 ucol_setStrength(myCollation, UCOL_PRIMARY);
H A Dcdetst.c131 ucol_setStrength(myCollation, UCOL_PRIMARY);
H A Dcapitst.c106 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
225 coll = ucol_openRules(defaultRulesArray, size, UCOL_ON, UCOL_PRIMARY, &status);
347 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
352 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
401 ucol_setStrength(col, UCOL_PRIMARY);
404 doAssert( (ucol_getStrength(col) == UCOL_PRIMARY), "collation object's strength is not primary difference");
409 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
581 ucol_setStrength(col, UCOL_PRIMARY);
779 ucol_setStrength(someCollators[idx], UCOL_PRIMARY);
1786 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_PRIMARY,
[all...]
H A Dcallcoll.c147 int32_t strength = UCOL_PRIMARY;
158 if(strength > UCOL_PRIMARY) {
776 ucol_setStrength(myCollation, UCOL_PRIMARY);
895 ucol_setStrength(myCollator, UCOL_PRIMARY);
1035 UCOL_PRIMARY,NULL, &status);
1043 ucol_setStrength(enCollation, UCOL_PRIMARY);
H A Dcjaptst.c149 ucol_setStrength(myCollation, UCOL_PRIMARY);
/external/icu/icu4c/source/test/cintltst/
H A Dusrchdat.c67 {"\\u00c9", "e", NULL, UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {0, -1}, {1}},
68 {"x a\\u0301", "a\\u0301", NULL, UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {2, -1}, {2}},
76 {"This is a toe T\\u00F6ne", "toe", "de", UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON,
78 {"This is a toe T\\u00F6ne", "toe", "de", UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, "wordbreaker",
87 {"\\u00c9", "e", "fr", UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, "characterbreaker", {0, -1}, {1}},
121 UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {16, 40, -1}, {3, 3}},
123 UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, "wordbreaker", {16, -1}, {3}},
125 "peche", "fr", UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {15, 21, 27, 34, -1}, {5, 5, 5, 5}},
126 /*03*/{"This is a toe T\\u00F6ne", "toe", "de", UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL,
129 "channel", "es", UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISO
[all...]
H A Dcfintst.c104 ucol_setStrength(myCollation, UCOL_PRIMARY);
H A Dcestst.c115 ucol_setStrength(myCollation, UCOL_PRIMARY);
H A Dcturtst.c123 ucol_setStrength(myCollation, UCOL_PRIMARY);
H A Dcdetst.c131 ucol_setStrength(myCollation, UCOL_PRIMARY);
H A Dcapitst.c109 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
228 coll = ucol_openRules(defaultRulesArray, size, UCOL_ON, UCOL_PRIMARY, &status);
350 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
355 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
404 ucol_setStrength(col, UCOL_PRIMARY);
407 doAssert( (ucol_getStrength(col) == UCOL_PRIMARY), "collation object's strength is not primary difference");
412 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
579 ucol_setStrength(col, UCOL_PRIMARY);
777 ucol_setStrength(someCollators[idx], UCOL_PRIMARY);
1788 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_PRIMARY,
[all...]
H A Dcallcoll.c147 int32_t strength = UCOL_PRIMARY;
158 if(strength > UCOL_PRIMARY) {
776 ucol_setStrength(myCollation, UCOL_PRIMARY);
895 ucol_setStrength(myCollator, UCOL_PRIMARY);
1042 UCOL_PRIMARY,NULL, &status);
1050 ucol_setStrength(enCollation, UCOL_PRIMARY);
/external/chromium_org/base/i18n/
H A Dstring_search.cc28 ucol_setStrength(collator, UCOL_PRIMARY);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_bld.cpp240 if((prevCE & strengthMask[UCOL_PRIMARY]) != (CE & strengthMask[UCOL_PRIMARY])
241 || (prevContCE & strengthMask[UCOL_PRIMARY]) != (contCE & strengthMask[UCOL_PRIMARY]))
243 return UCOL_PRIMARY;
484 } else if(strength == UCOL_PRIMARY) {
492 if(low >= high && strength > UCOL_PRIMARY) {
798 CEparts[UCOL_PRIMARY] = (lh->baseCE & UCOL_PRIMARYMASK) | (lh->baseContCE & UCOL_PRIMARYMASK) >> 16;
816 CEparts[UCOL_PRIMARY] = lh->gapsLo[fStrength*3];
821 CEparts[UCOL_PRIMARY]
[all...]
H A Ducol_tok.cpp348 {suboption_06, 1, UCOL_PRIMARY},
354 {suboption_06, 1, UCOL_PRIMARY},
362 {suboption_11, 7, UCOL_PRIMARY},
363 {suboption_12, 9, UCOL_PRIMARY},
364 {suboption_13, 8, UCOL_PRIMARY},
365 {suboption_14, 8, UCOL_PRIMARY},
366 {suboption_15, 7, UCOL_PRIMARY},
367 {suboption_16, 8, UCOL_PRIMARY},
368 {suboption_17, 8, UCOL_PRIMARY},
1113 newStrength = UCOL_PRIMARY;
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp311 U_ASSERT(UCOL_PRIMARY <= strength && strength <= UCOL_TERTIARY);
327 } else if(strength == UCOL_PRIMARY) {
398 } while(strengthFromNode(node) > UCOL_PRIMARY);
419 } while(strengthFromNode(node) > UCOL_PRIMARY);
476 int32_t strength = UCOL_PRIMARY;
595 U_ASSERT(strength == UCOL_PRIMARY);
601 index = findOrInsertNodeForRootCE(ce, UCOL_PRIMARY, errorCode);
695 if(strength == UCOL_PRIMARY && !isTempCE(ce) && (uint32_t)(ce >> 32) == 0) {
759 U_ASSERT(UCOL_PRIMARY <= strength && strength <= UCOL_QUATERNARY);
762 // Note: Stronger is smaller (UCOL_PRIMARY
[all...]
H A Dcollationcompare.cpp192 if(strength == UCOL_PRIMARY) {
/external/chromium_org/ppapi/proxy/
H A Dpdf_resource.cc76 UCollationStrength strength = case_sensitive ? UCOL_TERTIARY : UCOL_PRIMARY;
/external/sqlite/android/
H A Dsqlite3_android.cpp427 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_PRIMARY, &status);
471 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_PRIMARY, &status);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dcoll.h209 PRIMARY = UCOL_PRIMARY, // 0
/external/chromium_org/third_party/icu/source/samples/coll/
H A Dcoll.cpp206 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_PRIMARY, &status);
/external/chromium_org/third_party/icu/source/samples/strsrch/
H A Dstrsrch.cpp197 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_PRIMARY, &status);

Completed in 455 milliseconds

123