Home | History | Annotate | Download | only in intltest

Lines Matching defs:coll

1584     RuleBasedCollator* coll = NULL;
1594 coll = getCollator(search->collator);
1595 coll->setStrength(getECollationStrength(search->strength));
1596 strsrch = new StringSearch(pattern, text, coll, getBreakIterator(search->breaker), status);