Lines Matching refs:c2
2288 logln("\ninit c2");
2289 RuleBasedCollator* c2 = (RuleBasedCollator*)c1->clone();
2290 val = c2->getAttribute(UCOL_CASE_FIRST, status);
2292 c2->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
2294 c2->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
2302 dump("c2", c2, status);
2303 if(*c1 == *c2){
2308 delete c2;