Home | History | Annotate | Download | only in intltest

Lines Matching defs:c2

2318     logln("\ninit c2");
2319 RuleBasedCollator* c2 = (RuleBasedCollator*)c1->clone();
2320 val = c2->getAttribute(UCOL_CASE_FIRST, status);
2322 c2->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
2324 c2->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
2332 dump("c2", c2, status);
2333 if(*c1 == *c2){
2338 delete c2;