Home | History | Annotate | Download | only in intltest

Lines Matching refs:UCOL_ON

418   if (vi_VN->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
423 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
902 RuleBasedCollator *col9 = new RuleBasedCollator(ruleset2, Collator::PRIMARY, UCOL_ON, success);
1463 coll->setAttribute(UCOL_FRENCH_COLLATION, UCOL_ON, error);
1464 if (coll->getAttribute(UCOL_FRENCH_COLLATION, error) != UCOL_ON ||
1493 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, error);
1494 if (coll->getAttribute(UCOL_CASE_LEVEL, error) != UCOL_ON ||
1505 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, error);
1506 if (coll->getAttribute(UCOL_NORMALIZATION_MODE, error) != UCOL_ON ||