Lines Matching refs:UCOL_OFF
385 if (en_US->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF) in TestDecomposition()
429 col->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err); in TestSafeClone()
430 someCollators[index]->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err); in TestSafeClone()
879 RuleBasedCollator *col8 = new RuleBasedCollator(ruleset2, UCOL_OFF, success); in TestOperators()
1438 coll->setAttribute(UCOL_FRENCH_COLLATION, UCOL_OFF, error); in TestAttribute()
1439 if (coll->getAttribute(UCOL_FRENCH_COLLATION, error) != UCOL_OFF || in TestAttribute()
1480 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, error); in TestAttribute()
1481 if (coll->getAttribute(UCOL_CASE_LEVEL, error) != UCOL_OFF || in TestAttribute()
1492 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, error); in TestAttribute()
1493 if (coll->getAttribute(UCOL_NORMALIZATION_MODE, error) != UCOL_OFF || in TestAttribute()
2193 return UCOL_OFF; in getAttribute()