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 47 {"xxxxxxxxxxxxxxxxxxxx", "fisher", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {-1}, {0}},
48 {"silly spring string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {13, -1},
50 {"silly spring string string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL,
52 {"silly string spring string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL,
54 {"string spring string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {0, 14, -1},
56 {"Scott Ganyo", "c", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {1, -1}, {1}},
57 {"Scott Ganyo", " ", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {5, -1}, {1}},
58 {"\\u0300\\u0325", "\\u0300", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {-1}, {0}},
59 {"a\\u0300\\u0325", "\\u0300", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {-1}, {0}},
62 {"a\\u0300\\u0325", "\\u0300\\u0325", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {-1}, {0}}
    [all...]
cfintst.c 88 ucol_setStrength(myCollation, UCOL_TERTIARY);
cestst.c 98 ucol_setStrength(myCollation, UCOL_TERTIARY);
cturtst.c 105 ucol_setStrength(myCollation, UCOL_TERTIARY);
cjaptst.c 128 ucol_setStrength(myCollation, UCOL_TERTIARY);
196 ucol_setStrength(myCollation, UCOL_TERTIARY);
cmsccoll.c 220 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status);
272 ucol_setStrength(myCollation, UCOL_TERTIARY);
300 UCOL_TERTIARY,
309 "UCOL_TERTIARY",
511 coll = ucol_openRules(t1, ruleLen, UCOL_OFF, UCOL_TERTIARY,NULL, &status);
694 UCollator *coll = ucol_openRules(rulez, 0, UCOL_OFF, UCOL_TERTIARY,NULL, &status);
721 UCAfromRules = ucol_openRules(rules, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status);
871 ucol_setStrength(myCollation, UCOL_TERTIARY);
885 myCollation = ucol_openRules(gRules, u_strlen(gRules), UCOL_OFF, UCOL_TERTIARY,NULL, &status);
891 ucol_setStrength(myCollation, UCOL_TERTIARY);
    [all...]
cdetst.c 114 ucol_setStrength(myCollation, UCOL_TERTIARY);
capitst.c 109 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
350 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength");
355 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object's strength is secondary difference");
420 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object has the wrong strength");
424 ucol_setStrength(col, UCOL_TERTIARY);
425 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object's strength is not tertiary difference");
673 someCollators[3] = ucol_openRules(sampleRule, -1, UCOL_ON, UCOL_TERTIARY, NULL, &err);
799 ucol_setStrength(someClonedCollators[idx], UCOL_TERTIARY);
    [all...]
usrchtst.c 74 DE_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY,
80 ES_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY,
566 ucol_setStrength(collator, UCOL_TERTIARY);
570 ucol_setStrength(collator, UCOL_TERTIARY);
601 ucol_setStrength(collator, UCOL_TERTIARY);
609 ucol_setStrength(collator, UCOL_TERTIARY);
641 ucol_setStrength(collator, UCOL_TERTIARY);
645 ucol_setStrength(collator, UCOL_TERTIARY);
794 ucol_setStrength(collator, UCOL_TERTIARY);
    [all...]
callcoll.c 754 ucol_setStrength(myCollation, UCOL_TERTIARY);
854 ucol_setStrength(myCollation, UCOL_TERTIARY);
    [all...]
cfrtst.c 212 ucol_setStrength(myCollation, UCOL_TERTIARY);
  /external/icu/icu4c/source/i18n/
collationbuilder.cpp 320 U_ASSERT(UCOL_PRIMARY <= strength && strength <= UCOL_TERTIARY);
369 if(strength >= UCOL_TERTIARY) {
370 index = findCommonNode(index, UCOL_TERTIARY);
444 if(strengthFromNode(node) == UCOL_TERTIARY) {
499 int32_t index = findOrInsertNodeForRootCE(0, UCOL_TERTIARY, errorCode);
504 U_ASSERT(strengthFromNode(node) <= UCOL_TERTIARY);
505 if(isTailoredNode(node) && strengthFromNode(node) == UCOL_TERTIARY) {
506 return tempCEFromIndexAndStrength(index, UCOL_TERTIARY);
514 strength = UCOL_TERTIARY;
    [all...]
collationcompare.cpp 302 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; }
collationsettings.cpp 276 case UCOL_TERTIARY:
collationfastlatin.cpp 399 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; }
750 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; }
    [all...]
collationruleparser.cpp 225 strength = UCOL_TERTIARY;
242 strength = UCOL_TERTIARY;
ucol_sit.cpp 119 { '3', UCOL_TERTIARY },
  /external/icu/icu4c/source/samples/coll/
coll.cpp 170 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY,
219 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_TERTIARY, &status);
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 160 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY,
209 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_TERTIARY, &status);
  /external/icu/icu4c/source/test/intltest/
srchtest.cpp 250 case UCOL_TERTIARY :
498 collator->setStrength(getECollationStrength(UCOL_TERTIARY));
509 collator->setStrength(getECollationStrength(UCOL_TERTIARY));
516 collator->setStrength(getECollationStrength(UCOL_TERTIARY));
565 collator->setStrength(getECollationStrength(UCOL_TERTIARY));
613 collator->setStrength(getECollationStrength(UCOL_TERTIARY));
617 collator->setStrength(getECollationStrength(UCOL_TERTIARY));
933 collator->setStrength(getECollationStrength(UCOL_TERTIARY));
    [all...]
ucaconf.cpp 96 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status);
ssearch.cpp 164 if (strength==NULL) { collatorStrength = UCOL_TERTIARY;}
167 else if (*strength=="TERTIARY") { collatorStrength = UCOL_TERTIARY;}
    [all...]
apicoll.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucol.h 98 UCOL_TERTIARY = 2,
100 UCOL_DEFAULT_STRENGTH = UCOL_TERTIARY,
222 * tertiary difference. Set comparison level to UCOL_TERTIARY to include
295 * UCOL_TERTIARY, UCOL_QUATERNARY or UCOL_IDENTICAL. The usual strength
415 * UCOL_TERTIARY, UCOL_IDENTICAL,UCOL_DEFAULT_STRENGTH - can be also set in the rules.
673 * UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL
685 * UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL, UCOL_DEFAULT
    [all...]
coll.h 199 TERTIARY = UCOL_TERTIARY, // 2
    [all...]

Completed in 1628 milliseconds

1 2