• Home
  • Raw
  • Download

Lines Matching refs:ucol_getAttribute

128     value = ucol_getAttribute(coll, currAttr, &status);  in TestGetSetAttr()
155 value = ucol_getAttribute(coll, UCOL_ATTRIBUTE_COUNT, &status); in TestGetSetAttr()
624 if (ucol_getAttribute(vi_VN, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON || in TestDecomposition()
631 if (ucol_getAttribute(el_GR, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON || in TestDecomposition()
638 if (ucol_getAttribute(en_US, UCOL_NORMALIZATION_MODE, &status) != UCOL_OFF || in TestDecomposition()
1754 if (ucol_getAttribute(coll, UCOL_FRENCH_COLLATION, &error) != UCOL_OFF || in TestAttribute()
1760 if (ucol_getAttribute(coll, UCOL_FRENCH_COLLATION, &error) != UCOL_ON || in TestAttribute()
1766 if (ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &error) != UCOL_SHIFTED || in TestAttribute()
1772 if (ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &error) != UCOL_NON_IGNORABLE || in TestAttribute()
1778 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_LOWER_FIRST || in TestAttribute()
1784 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_UPPER_FIRST || in TestAttribute()
1790 if (ucol_getAttribute(coll, UCOL_CASE_LEVEL, &error) != UCOL_ON || in TestAttribute()
1796 if (ucol_getAttribute(coll, UCOL_CASE_LEVEL, &error) != UCOL_OFF || in TestAttribute()
1802 if (ucol_getAttribute(coll, UCOL_NORMALIZATION_MODE, &error) != UCOL_ON || in TestAttribute()
1808 if (ucol_getAttribute(coll, UCOL_NORMALIZATION_MODE, &error) != UCOL_OFF || in TestAttribute()
1814 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_PRIMARY || in TestAttribute()
1820 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_SECONDARY || in TestAttribute()
1826 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_TERTIARY || in TestAttribute()
1832 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_QUATERNARY || in TestAttribute()
1838 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_IDENTICAL || in TestAttribute()