Home
last modified time | relevance | path

Searched refs:UCOL_IDENTICAL (Results 1 – 24 of 24) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ducaconf.cpp96 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status); in setCollNonIgnorable()
105 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status); in setCollShifted()
Dcollationtest.cpp294 coll->setAttribute(UCOL_STRENGTH, UCOL_IDENTICAL, errorCode); in TestIllegalUTF8()
1107 { "identical", UCOL_IDENTICAL },
1377 if(numLevels < UCOL_IDENTICAL) { in getCollationKey()
Dapicoll.cpp1080 col->setAttribute(UCOL_STRENGTH, UCOL_IDENTICAL, status); in TestSortKey()
1505 coll->setAttribute(UCOL_STRENGTH, UCOL_IDENTICAL, error); in TestAttribute()
1506 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_IDENTICAL || in TestAttribute()
Dssearch.cpp169 else if (*strength=="IDENTICAL") { collatorStrength = UCOL_IDENTICAL;} in searchTest()
Dtsmthred.cpp1067 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status); in TestCollators()
/external/icu/icu4c/source/i18n/
Dcollationruleparser.cpp147 if(resetStrength < UCOL_IDENTICAL) { in parseRuleChain()
189 resetStrength = UCOL_IDENTICAL; in parseResetAndPosition()
245 strength = UCOL_IDENTICAL; in parseRelationOperator()
520 value = UCOL_IDENTICAL; in parseSetting()
Drulebasedcollator.cpp1063 if(result != UCOL_EQUAL || settings->getStrength() < UCOL_IDENTICAL || U_FAILURE(errorCode)) { in doCompare()
1188 if(result != UCOL_EQUAL || settings->getStrength() < UCOL_IDENTICAL || U_FAILURE(errorCode)) { in doCompare()
1259 if(result != UCOL_EQUAL || settings->getStrength() < UCOL_IDENTICAL || U_FAILURE(errorCode)) { in compare()
1349 if(settings->getStrength() == UCOL_IDENTICAL) { in writeSortKey()
1456 if(settings->getStrength() == UCOL_IDENTICAL) { in internalNextSortKeyPart()
Dcollationsettings.cpp278 case UCOL_IDENTICAL: in setStrength()
Dcollationbuilder.cpp317 if(strength == UCOL_IDENTICAL) { return; } // simple reset-at-position in addReset()
697 if(strength != UCOL_IDENTICAL) { in addRelation()
1631 UCOL_IDENTICAL; in ceStrength()
Ducol_sit.cpp122 { 'I', UCOL_IDENTICAL },
Dcoll.cpp285 { "identical", UCOL_IDENTICAL },
Dusearch.cpp1078 if (strsrch->strength != UCOL_IDENTICAL) { in checkIdentical()
/external/icu/icu4c/source/samples/coll/
Dcoll.cpp226 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_IDENTICAL, in processCollator()
/external/icu/icu4c/source/samples/strsrch/
Dstrsrch.cpp216 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_IDENTICAL, in processCollator()
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c109 … {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIF… in TestGetSetAttr()
770 ucol_setStrength(someCollators[idx], UCOL_IDENTICAL); in TestSafeClone()
1110 ucol_setAttribute(col, UCOL_STRENGTH, UCOL_IDENTICAL, &status); in TestSortKey()
1836 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_IDENTICAL, &error); in TestAttribute()
1837 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_IDENTICAL || in TestAttribute()
1942 while(strength <= UCOL_IDENTICAL) { in TestMergeSortKeys()
1966 strength = UCOL_IDENTICAL; in TestMergeSortKeys()
Dcallcoll.c180 if(ucol_getStrength(coll) == UCOL_IDENTICAL) { in sortKeyToString()
825 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_IDENTICAL, NULL,&status); in TestIdentical()
Dcmsccoll.c302 UCOL_IDENTICAL
666 ucol_setStrength(coll, UCOL_IDENTICAL); in TestComposeDecompose()
1015 ucol_setStrength(coll, UCOL_IDENTICAL); /* Do again with the slow, general impl.*/ in TestIncrementalNormalize()
1087 ucol_setStrength(coll, UCOL_IDENTICAL); in TestIncrementalNormalize()
1147 ucol_setStrength(coll, UCOL_IDENTICAL); in TestIncrementalNormalize()
1703 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_IDENTICAL, &status); in TestBocsuCoverage()
5848 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_IDENTICAL, &status); in TestNextSortKeyPartJaIdentical()
Dusrchdat.c132 …/*05*/{"\\u00c0 should match but not A", "A\\u0300", "en", UCOL_IDENTICAL, USEARCH_STANDARD_ELEMEN…
Dusrchtst.c2566 ucol_setStrength(coll, UCOL_IDENTICAL); in TestSearchForNull()
2642 ucol_setStrength(coll, UCOL_IDENTICAL); in TestStrengthIdentical()
/external/icu/icu4c/source/i18n/unicode/
Dcoll.h201 IDENTICAL = UCOL_IDENTICAL // 15
Ducol.h105 UCOL_IDENTICAL=15, enumerator
/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp173 FIELD_NAME_STR( LEN_UCOL, UCOL_IDENTICAL ),
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp660 case 5: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_IDENTICAL, &status); break; in CollPerfTest()
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1502 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_IDENTICAL, &status); in main()