Home | History | Annotate | Download | only in intltest

Lines Matching refs:UCOL_OFF

426 UCOL_OFF)
470 col->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err);
471 someCollators[index]->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err);
894 RuleBasedCollator *col8 = new RuleBasedCollator(ruleset2, UCOL_OFF, success);
1406 coll->setAttribute(UCOL_FRENCH_COLLATION, UCOL_OFF, error);
1407 if (coll->getAttribute(UCOL_FRENCH_COLLATION, error) != UCOL_OFF ||
1448 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, error);
1449 if (coll->getAttribute(UCOL_CASE_LEVEL, error) != UCOL_OFF ||
1460 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, error);
1461 if (coll->getAttribute(UCOL_NORMALIZATION_MODE, error) != UCOL_OFF ||
2069 value = UCOL_OFF;
2078 return UCOL_OFF;