Home | History | Annotate | Download | only in text

Lines Matching defs:strength_

149     private int strength_;
188 strength_ = collator.getStrength();
189 ceMask_ = getMask(strength_);
427 if ((strength_ < Collator.QUATERNARY && newStrength >= Collator.QUATERNARY)
428 || (strength_ >= Collator.QUATERNARY && newStrength < Collator.QUATERNARY)) {
432 strength_ = collator_.getStrength();
433 ceMask = getMask(strength_);
618 if (strength_ >= Collator.QUATERNARY) {
624 } else if (strength_ >= Collator.QUATERNARY && sourcece == CollationElementIterator.IGNORABLE) {
773 if (strength_ == Collator.PRIMARY) {
856 if (strength_ != Collator.IDENTICAL) {
1633 private int strength_;
1648 strength_ = coll.getStrength();
1661 switch (strength_) {
1688 if (strength_ >= Collator.QUATERNARY) {
1695 if (strength_ >= Collator.QUATERNARY) {