Home | History | Annotate | Download | only in i18n

Lines Matching refs:getStrength

102     options &= 0xffff;  // needed for CollationSettings::getStrength() to work
198 if(CollationSettings::getStrength(options) >= UCOL_SECONDARY) {
274 UBool strengthIsPrimary = CollationSettings::getStrength(options) == UCOL_PRIMARY;
323 if(CollationSettings::getStrength(options) <= UCOL_SECONDARY) { return UCOL_EQUAL; }
382 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; }
439 options &= 0xffff; // needed for CollationSettings::getStrength() to work
550 if(CollationSettings::getStrength(options) >= UCOL_SECONDARY) {
626 UBool strengthIsPrimary = CollationSettings::getStrength(options) == UCOL_PRIMARY;
675 if(CollationSettings::getStrength(options) <= UCOL_SECONDARY) { return UCOL_EQUAL; }
734 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; }