Home | History | Annotate | Download | only in intltest

Lines Matching full:rcol

188     RuleBasedCollator *rcol = (RuleBasedCollator *)Collator::createInstance("da_DK",
190 doAssert(rcol->getRules().length() != 0, "da_DK rules does not have length 0");
191 delete rcol;