/external/icu/icu4c/source/test/intltest/ |
D | ucaconf.cpp | 96 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()
|
D | collationtest.cpp | 294 coll->setAttribute(UCOL_STRENGTH, UCOL_IDENTICAL, errorCode); in TestIllegalUTF8() 1107 { "identical", UCOL_IDENTICAL }, 1377 if(numLevels < UCOL_IDENTICAL) { in getCollationKey()
|
D | apicoll.cpp | 1080 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()
|
D | ssearch.cpp | 169 else if (*strength=="IDENTICAL") { collatorStrength = UCOL_IDENTICAL;} in searchTest()
|
D | tsmthred.cpp | 1067 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status); in TestCollators()
|
/external/icu/icu4c/source/i18n/ |
D | collationruleparser.cpp | 147 if(resetStrength < UCOL_IDENTICAL) { in parseRuleChain() 189 resetStrength = UCOL_IDENTICAL; in parseResetAndPosition() 245 strength = UCOL_IDENTICAL; in parseRelationOperator() 520 value = UCOL_IDENTICAL; in parseSetting()
|
D | rulebasedcollator.cpp | 1063 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()
|
D | collationsettings.cpp | 278 case UCOL_IDENTICAL: in setStrength()
|
D | collationbuilder.cpp | 317 if(strength == UCOL_IDENTICAL) { return; } // simple reset-at-position in addReset() 697 if(strength != UCOL_IDENTICAL) { in addRelation() 1631 UCOL_IDENTICAL; in ceStrength()
|
D | ucol_sit.cpp | 122 { 'I', UCOL_IDENTICAL },
|
D | coll.cpp | 285 { "identical", UCOL_IDENTICAL },
|
D | usearch.cpp | 1078 if (strsrch->strength != UCOL_IDENTICAL) { in checkIdentical()
|
/external/icu/icu4c/source/samples/coll/ |
D | coll.cpp | 226 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_IDENTICAL, in processCollator()
|
/external/icu/icu4c/source/samples/strsrch/ |
D | strsrch.cpp | 216 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_IDENTICAL, in processCollator()
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 109 … {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()
|
D | callcoll.c | 180 if(ucol_getStrength(coll) == UCOL_IDENTICAL) { in sortKeyToString() 825 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_IDENTICAL, NULL,&status); in TestIdentical()
|
D | cmsccoll.c | 302 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()
|
D | usrchdat.c | 132 …/*05*/{"\\u00c0 should match but not A", "A\\u0300", "en", UCOL_IDENTICAL, USEARCH_STANDARD_ELEMEN…
|
D | usrchtst.c | 2566 ucol_setStrength(coll, UCOL_IDENTICAL); in TestSearchForNull() 2642 ucol_setStrength(coll, UCOL_IDENTICAL); in TestStrengthIdentical()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | coll.h | 201 IDENTICAL = UCOL_IDENTICAL // 15
|
D | ucol.h | 105 UCOL_IDENTICAL=15, enumerator
|
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 173 FIELD_NAME_STR( LEN_UCOL, UCOL_IDENTICAL ),
|
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 660 case 5: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_IDENTICAL, &status); break; in CollPerfTest()
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 1502 ucol_setAttribute(gCol, UCOL_STRENGTH, UCOL_IDENTICAL, &status); in main()
|