HomeSort by relevance Sort by last modified time
    Searched refs:UCOL_IDENTICAL (Results 1 - 24 of 24) sorted by null

  /external/icu/icu4c/source/test/intltest/
ucaconf.cpp 96 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status);
105 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status);
apicoll.cpp     [all...]
collationtest.cpp 294 coll->setAttribute(UCOL_STRENGTH, UCOL_IDENTICAL, errorCode);
    [all...]
ssearch.cpp 169 else if (*strength=="IDENTICAL") { collatorStrength = UCOL_IDENTICAL;}
    [all...]
tsmthred.cpp     [all...]
  /external/icu/icu4c/source/i18n/
collationruleparser.cpp 147 if(resetStrength < UCOL_IDENTICAL) {
189 resetStrength = UCOL_IDENTICAL;
245 strength = UCOL_IDENTICAL;
520 value = UCOL_IDENTICAL;
collationsettings.cpp 278 case UCOL_IDENTICAL:
rulebasedcollator.cpp     [all...]
collationbuilder.cpp 317 if(strength == UCOL_IDENTICAL) { return; } // simple reset-at-position
697 if(strength != UCOL_IDENTICAL) {
    [all...]
ucol_sit.cpp 122 { 'I', UCOL_IDENTICAL },
coll.cpp 287 { "identical", UCOL_IDENTICAL },
usearch.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
coll.h 201 IDENTICAL = UCOL_IDENTICAL // 15
    [all...]
ucol.h 105 UCOL_IDENTICAL=15,
228 * unicode spellings. UCOL_IDENTICAL.
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...]
  /external/icu/icu4c/source/samples/coll/
coll.cpp 226 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_IDENTICAL,
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 216 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_IDENTICAL,
  /external/icu/icu4c/source/test/cintltst/
capitst.c 109 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
770 ucol_setStrength(someCollators[idx], UCOL_IDENTICAL);
    [all...]
callcoll.c 180 if(ucol_getStrength(coll) == UCOL_IDENTICAL) {
825 myCollation=ucol_openRules(rules, len, UCOL_OFF, UCOL_IDENTICAL, NULL,&status);
    [all...]
cmsccoll.c 302 UCOL_IDENTICAL
311 "UCOL_IDENTICAL"
666 ucol_setStrength(coll, UCOL_IDENTICAL);
1012 ucol_setStrength(coll, UCOL_IDENTICAL); /* Do again with the slow, general impl.*/
1084 ucol_setStrength(coll, UCOL_IDENTICAL);
    [all...]
usrchdat.c 132 /*05*/{"\\u00c0 should match but not A", "A\\u0300", "en", UCOL_IDENTICAL, USEARCH_STANDARD_ELEMENT_COMPARISON,
    [all...]
usrchtst.c     [all...]
  /external/icu/icu4c/source/tools/toolutil/
udbgutil.cpp 173 FIELD_NAME_STR( LEN_UCOL, UCOL_IDENTICAL ),
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 660 case 5: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_IDENTICAL, &status); break;
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp     [all...]

Completed in 464 milliseconds