Lines Matching refs:UCOL_CASE_LEVEL
472 col->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err);
473 someCollators[index]->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err);
1493 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, error);
1494 if (coll->getAttribute(UCOL_CASE_LEVEL, error) != UCOL_ON ||
1499 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, error);
1500 if (coll->getAttribute(UCOL_CASE_LEVEL, error) != UCOL_OFF ||