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

  /external/icu4c/samples/coll/
coll.cpp 206 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_PRIMARY, &status);
209 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_SECONDARY,
213 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_TERTIARY, &status);
216 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY,
220 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_IDENTICAL,
  /external/icu4c/samples/strsrch/
strsrch.cpp 197 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_PRIMARY, &status);
200 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_SECONDARY,
204 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_TERTIARY, &status);
207 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY,
211 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_IDENTICAL,
  /external/icu4c/test/intltest/
ucaconf.cpp 93 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status);
102 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
apicoll.cpp     [all...]
regcoll.cpp 668 c->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, status);
696 c->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, status);
    [all...]
tsmthred.cpp 1013 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status);
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 62 while(strength <= UCOL_QUATERNARY && strength <= ucol_getAttribute(coll,UCOL_STRENGTH, &error_code)) {
87 if(ucol_getAttribute(coll,UCOL_STRENGTH, &error_code) == UCOL_IDENTICAL) {
164 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
    [all...]
cjaptst.c 245 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
cg7coll.c 152 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
cmsccoll.c 208 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
221 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status);
370 ucol_setAttribute(coll, UCOL_STRENGTH, strengths[k], &status);
    [all...]
cfrtst.c 178 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_SECONDARY, &status);
usrchtst.c     [all...]
  /external/icu4c/test/perf/collperf/
collperf.cpp 639 case 1: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_PRIMARY, &status); break;
640 case 2: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_SECONDARY, &status); break;
641 case 3: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_TERTIARY, &status); break;
642 case 4: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_QUATERNARY, &status); break;
643 case 5: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_IDENTICAL, &status); break;
  /external/sqlite/android/
sqlite3_android.cpp 475 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_PRIMARY, &status);
525 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_PRIMARY, &status);
  /external/icu4c/test/perf/collationperf/
collperf.cpp     [all...]
  /external/icu4c/i18n/
tblcoll.cpp 604 return getECollationStrength(ucol_getAttribute(ucollator, UCOL_STRENGTH,
613 ucol_setAttribute(ucollator, UCOL_STRENGTH, strength, &intStatus);
ucol_sit.cpp 276 /* 06 STRENGTH */ {strengthArg, _processCollatorOption, UCOL_STRENGTH }, // strength 1, 2, 3, 4, I, D
662 case UCOL_STRENGTH: /* attribute for strength */
ucol_tok.cpp 261 case UCOL_STRENGTH:
410 /*06*/ {option_14, 8, strengthSub, 5, UCOL_STRENGTH}, /*"strength" */
    [all...]
ucol_res.cpp 505 ucol_setAttribute(result, UCOL_STRENGTH, strength, status);
    [all...]
ucol.cpp     [all...]
  /external/icu4c/i18n/unicode/
ucol.h 282 UCOL_STRENGTH,
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 225 UCOL_STRENGTH,
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 225 UCOL_STRENGTH,
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_country.cc 526 collator->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, ignored);
  /external/icu4c/tools/dumpce/
dumpce.cpp 91 {UCOL_STRENGTH, "UCOL_STRENGTH"},
    [all...]

Completed in 311 milliseconds