Lines Matching refs:c2
2237 logln("\ninit c2");
2238 RuleBasedCollator* c2 = (RuleBasedCollator*)c1->clone();
2239 val = c2->getAttribute(UCOL_CASE_FIRST, status);
2241 c2->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
2243 c2->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
2251 dump("c2", c2, status);
2252 if(*c1 == *c2){
2257 delete c2;