Searched refs:strength_ (Results 1 – 4 of 4) sorted by relevance
149 private int strength_; field in StringSearch189 strength_ = collator.getStrength(); in StringSearch()190 ceMask_ = getMask(strength_); in StringSearch()442 if ((strength_ < Collator.QUATERNARY && newStrength >= Collator.QUATERNARY) in reset()443 || (strength_ >= Collator.QUATERNARY && newStrength < Collator.QUATERNARY)) { in reset()447 strength_ = collator_.getStrength(); in reset()448 ceMask = getMask(strength_); in reset()635 if (strength_ >= Collator.QUATERNARY) { in getCE()641 … } else if (strength_ >= Collator.QUATERNARY && sourcece == CollationElementIterator.IGNORABLE) { in getCE()873 if (strength_ != Collator.IDENTICAL) { in checkIdentical()[all …]
149 private int strength_; field in StringSearch188 strength_ = collator.getStrength(); in StringSearch()189 ceMask_ = getMask(strength_); in StringSearch()427 if ((strength_ < Collator.QUATERNARY && newStrength >= Collator.QUATERNARY) in reset()428 || (strength_ >= Collator.QUATERNARY && newStrength < Collator.QUATERNARY)) { in reset()432 strength_ = collator_.getStrength(); in reset()433 ceMask = getMask(strength_); in reset()618 if (strength_ >= Collator.QUATERNARY) { in getCE()624 … } else if (strength_ >= Collator.QUATERNARY && sourcece == CollationElementIterator.IGNORABLE) { in getCE()857 if (strength_ != Collator.IDENTICAL) { in checkIdentical()[all …]
1059 void localContrast(const double radius_,const double strength_);
3483 void Magick::Image::localContrast(const double radius_,const double strength_) in localContrast() argument3489 newImage=LocalContrastImage(constImage(),radius_,strength_,exceptionInfo); in localContrast()