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

1 2

  /external/icu/icu4c/source/test/cintltst/
usrchdat.c 45 {"xxxxxxxxxxxxxxxxxxxx", "fisher", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {-1}, {0}},
46 {"silly spring string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {13, -1},
48 {"silly spring string string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL,
50 {"silly string spring string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL,
52 {"string spring string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {0, 14, -1},
54 {"Scott Ganyo", "c", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {1, -1}, {1}},
55 {"Scott Ganyo", " ", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {5, -1}, {1}},
56 {"\\u0300\\u0325", "\\u0300", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {-1}, {0}},
57 {"a\\u0300\\u0325", "\\u0300", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {-1}, {0}},
60 {"a\\u0300\\u0325", "\\u0300\\u0325", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {-1}, {0}}
    [all...]
cfintst.c 86 ucol_setStrength(myCollation, UCOL_TERTIARY);
cestst.c 96 ucol_setStrength(myCollation, UCOL_TERTIARY);
cturtst.c 103 ucol_setStrength(myCollation, UCOL_TERTIARY);
cjaptst.c 126 ucol_setStrength(myCollation, UCOL_TERTIARY);
194 ucol_setStrength(myCollation, UCOL_TERTIARY);
cmsccoll.c 221 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status);
273 ucol_setStrength(myCollation, UCOL_TERTIARY);
301 UCOL_TERTIARY,
310 "UCOL_TERTIARY",
512 coll = ucol_openRules(t1, ruleLen, UCOL_OFF, UCOL_TERTIARY,NULL, &status);
695 UCollator *coll = ucol_openRules(rulez, 0, UCOL_OFF, UCOL_TERTIARY,NULL, &status);
722 UCAfromRules = ucol_openRules(rules, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status);
872 ucol_setStrength(myCollation, UCOL_TERTIARY);
886 myCollation = ucol_openRules(gRules, u_strlen(gRules), UCOL_OFF, UCOL_TERTIARY,NULL, &status);
892 ucol_setStrength(myCollation, UCOL_TERTIARY);
    [all...]
cdetst.c 112 ucol_setStrength(myCollation, UCOL_TERTIARY);
capitst.c 107 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
348 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength");
353 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object's strength is secondary difference");
418 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object has the wrong strength");
422 ucol_setStrength(col, UCOL_TERTIARY);
423 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object's strength is not tertiary difference");
671 someCollators[3] = ucol_openRules(sampleRule, -1, UCOL_ON, UCOL_TERTIARY, NULL, &err);
797 ucol_setStrength(someClonedCollators[idx], UCOL_TERTIARY);
    [all...]
usrchtst.c 72 DE_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY,
78 ES_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY,
564 ucol_setStrength(collator, UCOL_TERTIARY);
568 ucol_setStrength(collator, UCOL_TERTIARY);
599 ucol_setStrength(collator, UCOL_TERTIARY);
607 ucol_setStrength(collator, UCOL_TERTIARY);
639 ucol_setStrength(collator, UCOL_TERTIARY);
643 ucol_setStrength(collator, UCOL_TERTIARY);
792 ucol_setStrength(collator, UCOL_TERTIARY);
    [all...]
callcoll.c 752 ucol_setStrength(myCollation, UCOL_TERTIARY);
852 ucol_setStrength(myCollation, UCOL_TERTIARY);
    [all...]
cfrtst.c 209 ucol_setStrength(myCollation, UCOL_TERTIARY);
  /external/icu/icu4c/source/i18n/
collationbuilder.cpp 318 U_ASSERT(UCOL_PRIMARY <= strength && strength <= UCOL_TERTIARY);
367 if(strength >= UCOL_TERTIARY) {
368 index = findCommonNode(index, UCOL_TERTIARY);
442 if(strengthFromNode(node) == UCOL_TERTIARY) {
497 int32_t index = findOrInsertNodeForRootCE(0, UCOL_TERTIARY, errorCode);
502 U_ASSERT(strengthFromNode(node) <= UCOL_TERTIARY);
503 if(isTailoredNode(node) && strengthFromNode(node) == UCOL_TERTIARY) {
504 return tempCEFromIndexAndStrength(index, UCOL_TERTIARY);
512 strength = UCOL_TERTIARY;
    [all...]
collationcompare.cpp 300 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; }
collationsettings.cpp 274 case UCOL_TERTIARY:
collationfastlatin.cpp 397 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; }
748 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; }
    [all...]
collationruleparser.cpp 223 strength = UCOL_TERTIARY;
240 strength = UCOL_TERTIARY;
ucol_sit.cpp 117 { '3', UCOL_TERTIARY },
  /external/icu/icu4c/source/samples/coll/
coll.cpp 164 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY,
213 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_TERTIARY, &status);
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 155 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY,
204 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_TERTIARY, &status);
  /external/icu/icu4c/source/test/intltest/
srchtest.cpp 247 case UCOL_TERTIARY :
495 collator->setStrength(getECollationStrength(UCOL_TERTIARY));
506 collator->setStrength(getECollationStrength(UCOL_TERTIARY));
513 collator->setStrength(getECollationStrength(UCOL_TERTIARY));
562 collator->setStrength(getECollationStrength(UCOL_TERTIARY));
610 collator->setStrength(getECollationStrength(UCOL_TERTIARY));
614 collator->setStrength(getECollationStrength(UCOL_TERTIARY));
930 collator->setStrength(getECollationStrength(UCOL_TERTIARY));
    [all...]
ucaconf.cpp 94 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status);
ssearch.cpp 163 if (strength==NULL) { collatorStrength = UCOL_TERTIARY;}
166 else if (*strength=="TERTIARY") { collatorStrength = UCOL_TERTIARY;}
    [all...]
apicoll.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucol.h 96 UCOL_TERTIARY = 2,
98 UCOL_DEFAULT_STRENGTH = UCOL_TERTIARY,
214 * tertiary difference. Set comparison level to UCOL_TERTIARY to include
287 * UCOL_TERTIARY, UCOL_QUATERNARY or UCOL_IDENTICAL. The usual strength
404 * UCOL_TERTIARY, UCOL_IDENTICAL,UCOL_DEFAULT_STRENGTH - can be also set in the rules.
662 * UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL
674 * UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL, UCOL_DEFAULT
    [all...]
coll.h 197 TERTIARY = UCOL_TERTIARY, // 2
    [all...]

Completed in 1362 milliseconds

1 2