Home | History | Annotate | Download | only in intltest

Lines Matching refs:UCOL_OFF

428   if (en_US->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF)
472 col->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err);
473 someCollators[index]->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err);
896 RuleBasedCollator *col8 = new RuleBasedCollator(ruleset2, UCOL_OFF, success);
1457 coll->setAttribute(UCOL_FRENCH_COLLATION, UCOL_OFF, error);
1458 if (coll->getAttribute(UCOL_FRENCH_COLLATION, error) != UCOL_OFF ||
1499 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, error);
1500 if (coll->getAttribute(UCOL_CASE_LEVEL, error) != UCOL_OFF ||
1511 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, error);
1512 if (coll->getAttribute(UCOL_NORMALIZATION_MODE, error) != UCOL_OFF ||
2120 value = UCOL_OFF;
2129 return UCOL_OFF;