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

  /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...]
cmsccoll.c 273 ucol_setStrength(myCollation, UCOL_TERTIARY);
    [all...]
capitst.c 375 log_verbose("testing ucol_setStrength() method ...\n");
376 ucol_setStrength(col, UCOL_SECONDARY);
433 ucol_setStrength(col, UCOL_PRIMARY);
438 log_verbose("testing French ucol_setStrength() method ...\n");
439 ucol_setStrength(col, UCOL_TERTIARY);
606 ucol_setStrength(col, UCOL_SECONDARY);
613 ucol_setStrength(col, UCOL_PRIMARY);
791 ucol_setStrength(someCollators[index], UCOL_IDENTICAL);
815 ucol_setStrength(someCollators[index], UCOL_PRIMARY);
823 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);
citertst.c     [all...]
  /external/icu4c/i18n/unicode/
ucol.h 519 * @see ucol_setStrength
535 ucol_setStrength(UCollator *coll,
    [all...]