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

/external/bouncycastle/bcprov/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/bcprov/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/bcprov/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/icu/icu4c/source/i18n/
H A Dcollationsettings.h126 static int32_t getStrength(int32_t options) { function in struct:CollationSettings
130 int32_t getStrength() const { function in struct:CollationSettings
131 return getStrength(options);
H A Dcollationcompare.cpp112 if(CollationSettings::getStrength(options) >= UCOL_SECONDARY) {
187 int32_t strength = CollationSettings::getStrength(options);
251 if(CollationSettings::getStrength(options) <= UCOL_SECONDARY) { return UCOL_EQUAL; }
304 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; }
H A Dcollationfastlatin.cpp102 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(option
[all...]
H A Drulebasedcollator.cpp415 return (UColAttributeValue)settings->getStrength();
1058 if(result != UCOL_EQUAL || settings->getStrength() < UCOL_IDENTICAL || U_FAILURE(errorCode)) {
1183 if(result != UCOL_EQUAL || settings->getStrength() < UCOL_IDENTICAL || U_FAILURE(errorCode)) {
1254 if(result != UCOL_EQUAL || settings->getStrength() < UCOL_IDENTICAL || U_FAILURE(errorCode)) {
1344 if(settings->getStrength() == UCOL_IDENTICAL) {
1451 if(settings->getStrength() == UCOL_IDENTICAL) {
H A Dcollationkeys.cpp234 uint32_t levels = levelMasks[CollationSettings::getStrength(options)];
406 if((CollationSettings::getStrength(options) == UCOL_PRIMARY) ?
H A Dcoleitr.cpp309 UColAttributeValue s = (UColAttributeValue)rbc_->settings->getStrength();
H A Dcoll.cpp918 Collator::getStrength(void) const { function in class:Collator
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp92 // ctor, dtor, createInstance, compare, getStrength/setStrength
169 logln("testing Collator::getStrength() method ...");
170 doAssert((col->getStrength() == Collator::TERTIARY), "collation object has the wrong strength");
171 doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary difference");
176 doAssert((col->getStrength() != Collator::TERTIARY), "collation object's strength is secondary difference");
177 doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary difference");
178 doAssert((col->getStrength() == Collator::SECONDARY), "collation object has the wrong strength");
210 logln("testing Collator::getStrength() method again ...");
211 doAssert((col->getStrength() != Collator::TERTIARY), "collation object has the wrong strength");
212 doAssert((col->getStrength()
2064 Collator::ECollationStrength TestCollator::getStrength() const function in class:TestCollator
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp60 // ctor, dtor, createInstance, compare, getStrength/setStrength
137 logln("testing Collator::getStrength() method ...");
138 doAssert((col->getStrength() == Collator::TERTIARY), "collation object has the wrong strength");
139 doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary difference");
144 doAssert((col->getStrength() != Collator::TERTIARY), "collation object's strength is secondary difference");
145 doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary difference");
146 doAssert((col->getStrength() == Collator::SECONDARY), "collation object has the wrong strength");
187 logln("testing Collator::getStrength() method again ...");
188 doAssert((col->getStrength() != Collator::TERTIARY), "collation object has the wrong strength");
189 doAssert((col->getStrength()
2145 Collator::ECollationStrength TestCollator::getStrength() const function in class:TestCollator
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dcoll.h609 virtual ECollationStrength getStrength(void) const;
625 * @see Collator#getStrength
/external/icu/icu4c/source/i18n/unicode/
H A Dcoll.h586 virtual ECollationStrength getStrength(void) const;
602 * @see Collator#getStrength
/external/chromium_org/third_party/icu/source/i18n/
H A Dcoll.cpp845 Collator::getStrength(void) const { function in class:Collator
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 507 milliseconds