Home | History | Annotate | Download | only in intltest

Lines Matching refs:c2

2259     logln("\ninit c2");
2260 RuleBasedCollator* c2 = (RuleBasedCollator*)c1->clone();
2261 val = c2->getAttribute(UCOL_CASE_FIRST, status);
2263 c2->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
2265 c2->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
2273 dump("c2", c2, status);
2274 if(*c1 == *c2){
2279 delete c2;