Searched refs:getStrength (Results 1 - 13 of 13) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/crypto/params/
H A DDHKeyGenerationParameters.java16 super(random, getStrength(params));
26 static int getStrength(DHParameters params) method in class:DHKeyGenerationParameters
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/
H A DCipherKeyGenerator.java22 this.strength = (param.getStrength() + 7) / 8;
H A DKeyGenerationParameters.java44 public int getStrength() method in class:KeyGenerationParameters
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/
H A DDESedeKeyGenerator.java22 this.strength = (param.getStrength() + 7) / 8;
H A DRSAKeyPairGenerator.java35 int strength = param.getStrength();
106 if (n.bitLength() == param.getStrength())
/external/chromium/third_party/icu/source/test/intltest/
H A Dapicoll.cpp89 // ctor, dtor, createInstance, compare, getStrength/setStrength
160 logln("testing Collator::getStrength() method ...");
161 doAssert((col->getStrength() == Collator::TERTIARY), "collation object has the wrong strength");
162 doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary difference");
167 doAssert((col->getStrength() != Collator::TERTIARY), "collation object's strength is secondary difference");
168 doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary difference");
169 doAssert((col->getStrength() == Collator::SECONDARY), "collation object has the wrong strength");
201 logln("testing Collator::getStrength() method again ...");
202 doAssert((col->getStrength() != Collator::TERTIARY), "collation object has the wrong strength");
203 doAssert((col->getStrength()
2085 Collator::ECollationStrength TestCollator::getStrength() const function in class:TestCollator
[all...]
/external/icu4c/test/intltest/
H A Dapicoll.cpp90 // ctor, dtor, createInstance, compare, getStrength/setStrength
166 logln("testing Collator::getStrength() method ...");
167 doAssert((col->getStrength() == Collator::TERTIARY), "collation object has the wrong strength");
168 doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary difference");
173 doAssert((col->getStrength() != Collator::TERTIARY), "collation object's strength is secondary difference");
174 doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary difference");
175 doAssert((col->getStrength() == Collator::SECONDARY), "collation object has the wrong strength");
215 logln("testing Collator::getStrength() method again ...");
216 doAssert((col->getStrength() != Collator::TERTIARY), "collation object has the wrong strength");
217 doAssert((col->getStrength()
2039 Collator::ECollationStrength TestCollator::getStrength() const function in class:TestCollator
[all...]
/external/chromium/third_party/icu/public/i18n/unicode/
H A Dcoll.h578 virtual ECollationStrength getStrength(void) const = 0;
594 * @see Collator#getStrength
H A Dtblcoll.h659 virtual ECollationStrength getStrength(void) const;
663 * @see RuleBasedCollator#getStrength
/external/icu4c/i18n/unicode/
H A Dcoll.h578 virtual ECollationStrength getStrength(void) const = 0;
594 * @see Collator#getStrength
H A Dtblcoll.h659 virtual ECollationStrength getStrength(void) const;
663 * @see RuleBasedCollator#getStrength
/external/chromium/third_party/icu/source/i18n/
H A Dtblcoll.cpp573 Collator::ECollationStrength RuleBasedCollator::getStrength(void) const function in class:RuleBasedCollator
/external/icu4c/i18n/
H A Dtblcoll.cpp573 Collator::ECollationStrength RuleBasedCollator::getStrength(void) const function in class:RuleBasedCollator

Completed in 1225 milliseconds