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

  /external/icu/icu4c/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 555 ucol_setStrength(collator, search.strength);
564 ucol_setStrength(collator, UCOL_TERTIARY);
568 ucol_setStrength(collator, UCOL_TERTIARY);
586 ucol_setStrength(collator, search.strength);
599 ucol_setStrength(collator, UCOL_TERTIARY);
607 ucol_setStrength(collator, UCOL_TERTIARY);
626 ucol_setStrength(collator, search.strength);
639 ucol_setStrength(collator, UCOL_TERTIARY);
643 ucol_setStrength(collator, UCOL_TERTIARY);
780 ucol_setStrength(collator, search->strength)
    [all...]
callcoll.c 752 ucol_setStrength(myCollation, UCOL_TERTIARY);
776 ucol_setStrength(myCollation, UCOL_PRIMARY);
803 ucol_setStrength(myCollation, UCOL_SECONDARY);
852 ucol_setStrength(myCollation, UCOL_TERTIARY);
895 ucol_setStrength(myCollator, UCOL_PRIMARY);
    [all...]
cmsccoll.c 273 ucol_setStrength(myCollation, UCOL_TERTIARY);
667 ucol_setStrength(coll, UCOL_IDENTICAL);
872 ucol_setStrength(myCollation, UCOL_TERTIARY);
892 ucol_setStrength(myCollation, UCOL_TERTIARY);
1014 ucol_setStrength(coll, UCOL_TERTIARY); /* Do test with default strength, which runs*/
1016 ucol_setStrength(coll, UCOL_IDENTICAL); /* Do again with the slow, general impl.*/
1030 ucol_setStrength(coll, UCOL_TERTIARY);
1044 ucol_setStrength(coll, UCOL_TERTIARY);
1088 ucol_setStrength(coll, UCOL_IDENTICAL);
1106 ucol_setStrength(coll, UCOL_TERTIARY)
    [all...]
capitst.c 351 log_verbose("testing ucol_setStrength() method ...\n");
352 ucol_setStrength(col, UCOL_SECONDARY);
416 ucol_setStrength(col, UCOL_PRIMARY);
421 log_verbose("testing French ucol_setStrength() method ...\n");
422 ucol_setStrength(col, UCOL_TERTIARY);
584 ucol_setStrength(col, UCOL_SECONDARY);
591 ucol_setStrength(col, UCOL_PRIMARY);
768 ucol_setStrength(someCollators[idx], UCOL_IDENTICAL);
789 ucol_setStrength(someCollators[idx], UCOL_PRIMARY);
797 ucol_setStrength(someClonedCollators[idx], 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/icu/icu4c/source/i18n/unicode/
ucol.h 663 * @see ucol_setStrength
679 ucol_setStrength(UCollator *coll,
    [all...]
  /external/icu/icu4c/source/i18n/
ucol.cpp 355 ucol_setStrength( UCollator *coll,
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 259 ucol_setStrength(collator.getAlias(), collatorStrength);
922 //ucol_setStrength(collator.getAlias(), collatorStrength);
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 57 milliseconds