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

1 2

  /external/chromium/third_party/icu/source/test/cintltst/
cfintst.c 86 ucol_setStrength(myCollation, UCOL_TERTIARY);
104 ucol_setStrength(myCollation, UCOL_PRIMARY);
cjaptst.c 126 ucol_setStrength(myCollation, UCOL_TERTIARY);
149 ucol_setStrength(myCollation, UCOL_PRIMARY);
170 ucol_setStrength(myCollation, UCOL_SECONDARY);
194 ucol_setStrength(myCollation, UCOL_TERTIARY);
219 ucol_setStrength(myCollation, UCOL_QUATERNARY);
cestst.c 96 ucol_setStrength(myCollation, UCOL_TERTIARY);
115 ucol_setStrength(myCollation, UCOL_PRIMARY);
cturtst.c 103 ucol_setStrength(myCollation, UCOL_TERTIARY);
123 ucol_setStrength(myCollation, UCOL_PRIMARY);
cdetst.c 112 ucol_setStrength(myCollation, UCOL_TERTIARY);
131 ucol_setStrength(myCollation, UCOL_PRIMARY);
usrchtst.c 449 ucol_setStrength(collator, search.strength);
458 ucol_setStrength(collator, UCOL_TERTIARY);
462 ucol_setStrength(collator, UCOL_TERTIARY);
480 ucol_setStrength(collator, search.strength);
493 ucol_setStrength(collator, UCOL_TERTIARY);
501 ucol_setStrength(collator, UCOL_TERTIARY);
520 ucol_setStrength(collator, search.strength);
533 ucol_setStrength(collator, UCOL_TERTIARY);
537 ucol_setStrength(collator, UCOL_TERTIARY);
674 ucol_setStrength(collator, search->strength)
    [all...]
callcoll.c 720 ucol_setStrength(myCollation, UCOL_TERTIARY);
744 ucol_setStrength(myCollation, UCOL_PRIMARY);
771 ucol_setStrength(myCollation, UCOL_SECONDARY);
820 ucol_setStrength(myCollation, UCOL_TERTIARY);
863 ucol_setStrength(myCollator, UCOL_PRIMARY);
    [all...]
capitst.c 367 log_verbose("testing ucol_setStrength() method ...\n");
368 ucol_setStrength(col, UCOL_SECONDARY);
419 ucol_setStrength(col, UCOL_PRIMARY);
424 log_verbose("testing French ucol_setStrength() method ...\n");
425 ucol_setStrength(col, UCOL_TERTIARY);
592 ucol_setStrength(col, UCOL_SECONDARY);
599 ucol_setStrength(col, UCOL_PRIMARY);
777 ucol_setStrength(someCollators[index], UCOL_IDENTICAL);
801 ucol_setStrength(someCollators[index], UCOL_PRIMARY);
809 ucol_setStrength(someClonedCollators[index], UCOL_TERTIARY)
    [all...]
cfrtst.c 160 ucol_setStrength(myCollation, UCOL_QUATERNARY);
209 ucol_setStrength(myCollation, UCOL_TERTIARY);
encoll.c 275 ucol_setStrength(myCollation, UCOL_TERTIARY);
315 ucol_setStrength(myCollation, UCOL_PRIMARY);
334 ucol_setStrength(myCollation, UCOL_SECONDARY);
  /external/icu4c/test/cintltst/
cfintst.c 86 ucol_setStrength(myCollation, UCOL_TERTIARY);
104 ucol_setStrength(myCollation, UCOL_PRIMARY);
cjaptst.c 126 ucol_setStrength(myCollation, UCOL_TERTIARY);
149 ucol_setStrength(myCollation, UCOL_PRIMARY);
170 ucol_setStrength(myCollation, UCOL_SECONDARY);
194 ucol_setStrength(myCollation, UCOL_TERTIARY);
219 ucol_setStrength(myCollation, UCOL_QUATERNARY);
cestst.c 96 ucol_setStrength(myCollation, UCOL_TERTIARY);
115 ucol_setStrength(myCollation, UCOL_PRIMARY);
cturtst.c 103 ucol_setStrength(myCollation, UCOL_TERTIARY);
123 ucol_setStrength(myCollation, UCOL_PRIMARY);
cdetst.c 112 ucol_setStrength(myCollation, UCOL_TERTIARY);
131 ucol_setStrength(myCollation, UCOL_PRIMARY);
usrchtst.c 456 ucol_setStrength(collator, search.strength);
465 ucol_setStrength(collator, UCOL_TERTIARY);
469 ucol_setStrength(collator, UCOL_TERTIARY);
487 ucol_setStrength(collator, search.strength);
500 ucol_setStrength(collator, UCOL_TERTIARY);
508 ucol_setStrength(collator, UCOL_TERTIARY);
527 ucol_setStrength(collator, search.strength);
540 ucol_setStrength(collator, UCOL_TERTIARY);
544 ucol_setStrength(collator, UCOL_TERTIARY);
681 ucol_setStrength(collator, search->strength)
    [all...]
callcoll.c 723 ucol_setStrength(myCollation, UCOL_TERTIARY);
747 ucol_setStrength(myCollation, UCOL_PRIMARY);
774 ucol_setStrength(myCollation, UCOL_SECONDARY);
823 ucol_setStrength(myCollation, UCOL_TERTIARY);
866 ucol_setStrength(myCollator, UCOL_PRIMARY);
    [all...]
capitst.c 372 log_verbose("testing ucol_setStrength() method ...\n");
373 ucol_setStrength(col, UCOL_SECONDARY);
429 ucol_setStrength(col, UCOL_PRIMARY);
434 log_verbose("testing French ucol_setStrength() method ...\n");
435 ucol_setStrength(col, UCOL_TERTIARY);
602 ucol_setStrength(col, UCOL_SECONDARY);
609 ucol_setStrength(col, UCOL_PRIMARY);
787 ucol_setStrength(someCollators[index], UCOL_IDENTICAL);
811 ucol_setStrength(someCollators[index], UCOL_PRIMARY);
819 ucol_setStrength(someClonedCollators[index], UCOL_TERTIARY)
    [all...]
cfrtst.c 160 ucol_setStrength(myCollation, UCOL_QUATERNARY);
209 ucol_setStrength(myCollation, UCOL_TERTIARY);
  /external/chromium/third_party/icu/public/i18n/unicode/
ucol.h 481 * @see ucol_setStrength
497 ucol_setStrength(UCollator *coll,
    [all...]
  /external/chromium/third_party/icu/source/tools/dumpce/
dumpce.cpp 757 ucol_setStrength(COLLATOR_, UCOL_PRIMARY);
760 ucol_setStrength(COLLATOR_, UCOL_SECONDARY);
763 ucol_setStrength(COLLATOR_, UCOL_TERTIARY);
825 ucol_setStrength(COLLATOR_, UCOL_TERTIARY);
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 505 * @see ucol_setStrength
521 ucol_setStrength(UCollator *coll,
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 757 ucol_setStrength(COLLATOR_, UCOL_PRIMARY);
760 ucol_setStrength(COLLATOR_, UCOL_SECONDARY);
763 ucol_setStrength(COLLATOR_, UCOL_TERTIARY);
825 ucol_setStrength(COLLATOR_, UCOL_TERTIARY);
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
ucol.h 479 * @see ucol_setStrength
495 ucol_setStrength(UCollator *coll,
    [all...]
  /external/webkit/WebCore/icu/unicode/
ucol.h 479 * @see ucol_setStrength
495 ucol_setStrength(UCollator *coll,
    [all...]

Completed in 808 milliseconds

1 2