Home | History | Annotate | Download | only in intltest

Lines Matching refs:UCOL_ON

416   if (vi_VN->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
421 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
900 RuleBasedCollator *col9 = new RuleBasedCollator(ruleset2, Collator::PRIMARY, UCOL_ON, success);
1412 coll->setAttribute(UCOL_FRENCH_COLLATION, UCOL_ON, error);
1413 if (coll->getAttribute(UCOL_FRENCH_COLLATION, error) != UCOL_ON ||
1442 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, error);
1443 if (coll->getAttribute(UCOL_CASE_LEVEL, error) != UCOL_ON ||
1454 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, error);
1455 if (coll->getAttribute(UCOL_NORMALIZATION_MODE, error) != UCOL_ON ||