Home | History | Annotate | Download | only in intltest

Lines Matching refs:col

149 DataDrivenCollatorTest::processArguments(Collator *col, const UChar *start, int32_t optLen) {
161 col->setAttribute(attrib, value, status);
169 Collator *col = NULL;
183 col = Collator::createInstance(localeName, status);
195 col = new RuleBasedCollator(testSetting, status);
211 if(col != NULL){
212 RuleBasedCollator* rbc = (RuleBasedCollator*)col;
228 processArguments(col, arguments, argLen);
243 processSequence(col, sequence);
254 delete col;
255 col = NULL;
261 DataDrivenCollatorTest::processSequence(Collator* col, const UnicodeString &sequence) {
284 doTest(col, source->source, target->source, relation);