• Home
  • Raw
  • Download

Lines Matching refs:coll

298     RuleBasedCollator  *coll   = new RuleBasedCollator(rule, status);  in TestMaxExpansion()  local
302 CollationElementIterator *iter = coll->createCollationElementIterator(str); in TestMaxExpansion()
329 delete coll; in TestMaxExpansion()
406 RuleBasedCollator *coll = in TestAssignment() local
409 if (coll == NULL || U_FAILURE(status)) in TestAssignment()
417 coll->createCollationElementIterator(source); in TestAssignment()
432 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in TestAssignment()
434 = coll->createCollationElementIterator(source); in TestAssignment()
477 delete coll; in TestAssignment()
486 RuleBasedCollator *coll = in TestConstructors() local
488 if (coll == NULL || U_FAILURE(status)) in TestConstructors()
497 coll->createCollationElementIterator(chariter); in TestConstructors()
503 coll->createCollationElementIterator(test1); in TestConstructors()
517 iter1 = coll->createCollationElementIterator(empty); in TestConstructors()
519 iter2 = coll->createCollationElementIterator(chariter); in TestConstructors()
532 delete coll; in TestConstructors()
543 RuleBasedCollator *coll = in TestStrengthOrder() local
545 if (coll == NULL || U_FAILURE(status)) in TestStrengthOrder()
551 coll->setStrength(Collator::PRIMARY); in TestStrengthOrder()
553 coll->createCollationElementIterator(test1); in TestStrengthOrder()
565 coll->setStrength(Collator::SECONDARY); in TestStrengthOrder()
571 coll->setStrength(Collator::TERTIARY); in TestStrengthOrder()
577 delete coll; in TestStrengthOrder()