Home | History | Annotate | Download | only in text

Lines Matching defs:strength_

149     private int strength_;
189 strength_ = collator.getStrength();
190 ceMask_ = getMask(strength_);
442 if ((strength_ < Collator.QUATERNARY && newStrength >= Collator.QUATERNARY)
443 || (strength_ >= Collator.QUATERNARY && newStrength < Collator.QUATERNARY)) {
447 strength_ = collator_.getStrength();
448 ceMask = getMask(strength_);
635 if (strength_ >= Collator.QUATERNARY) {
641 } else if (strength_ >= Collator.QUATERNARY && sourcece == CollationElementIterator.IGNORABLE) {
790 if (strength_ == Collator.PRIMARY) {
872 if (strength_ != Collator.IDENTICAL) {
1649 private int strength_;
1664 strength_ = coll.getStrength();
1677 switch (strength_) {
1704 if (strength_ >= Collator.QUATERNARY) {
1711 if (strength_ >= Collator.QUATERNARY) {