Home | History | Annotate | Download | only in i18n

Lines Matching defs:ucol_getAttribute

599         ucol_setAttribute(localCollator, (UColAttribute)i, ucol_getAttribute(coll, (UColAttribute)i, status), status);
5772 int32_t strength = ucol_getAttribute(coll, UCOL_STRENGTH, status);
5776 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, status) == UCOL_ON) {
5792 (ucol_getAttribute(coll, UCOL_HIRAGANA_QUATERNARY_MODE, status) == UCOL_ON)?0xFE:0xFF;
5796 UBool doingFrench = (ucol_getAttribute(coll, UCOL_FRENCH_COLLATION, status) == UCOL_ON);
5822 if(ucol_getAttribute(coll, UCOL_NORMALIZATION_MODE, status) == UCOL_ON && level < UCOL_PSK_IDENTICAL) {
6085 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, status) == UCOL_ON) {
7038 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status) {
7079 return ucol_getAttribute(coll, UCOL_STRENGTH, &status);
8244 if(ucol_getAttribute(coll, UCOL_NORMALIZATION_MODE, status) == UCOL_ON) {