Home | History | Annotate | Download | only in intltest

Lines Matching refs:col

620     RuleBasedCollator *col = (RuleBasedCollator *) Collator::createInstance(Locale::getEnglish(), status);
629 col->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
636 CollationElementIterator *iter = col->createCollationElementIterator(ts);
689 delete col;