Home | History | Annotate | Download | only in intltest

Lines Matching refs:UCOL_CASE_FIRST

1443     coll->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, error);
1444 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_LOWER_FIRST ||
1449 coll->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, error);
1450 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_UPPER_FIRST ||
2307 UColAttributeValue val = c1->getAttribute(UCOL_CASE_FIRST, status);
2309 c1->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
2311 c1->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
2318 val = c2->getAttribute(UCOL_CASE_FIRST, status);
2320 c2->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
2322 c2->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
2460 " u: " + c->getAttribute(UCOL_CASE_FIRST, status));