Home
last modified time | relevance | path

Searched refs:getStrength (Results 1 – 17 of 17) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DDHKeyGenerationParameters.java16 super(random, getStrength(params)); in DHKeyGenerationParameters()
26 static int getStrength(DHParameters params) in getStrength() method in DHKeyGenerationParameters
/external/icu/icu4c/source/i18n/
Dcollationsettings.h126 static int32_t getStrength(int32_t options) { in getStrength() function
130 int32_t getStrength() const { in getStrength() function
131 return getStrength(options); in getStrength()
Dcollationcompare.cpp112 if(CollationSettings::getStrength(options) >= UCOL_SECONDARY) { in compareUpToQuaternary()
187 int32_t strength = CollationSettings::getStrength(options); in compareUpToQuaternary()
251 if(CollationSettings::getStrength(options) <= UCOL_SECONDARY) { return UCOL_EQUAL; } in compareUpToQuaternary()
304 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; } in compareUpToQuaternary()
Dcollationfastlatin.cpp198 if(CollationSettings::getStrength(options) >= UCOL_SECONDARY) { in compareUTF16()
274 UBool strengthIsPrimary = CollationSettings::getStrength(options) == UCOL_PRIMARY; in compareUTF16()
323 if(CollationSettings::getStrength(options) <= UCOL_SECONDARY) { return UCOL_EQUAL; } in compareUTF16()
382 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; } in compareUTF16()
550 if(CollationSettings::getStrength(options) >= UCOL_SECONDARY) { in compareUTF8()
626 UBool strengthIsPrimary = CollationSettings::getStrength(options) == UCOL_PRIMARY; in compareUTF8()
675 if(CollationSettings::getStrength(options) <= UCOL_SECONDARY) { return UCOL_EQUAL; } in compareUTF8()
734 if(CollationSettings::getStrength(options) <= UCOL_TERTIARY) { return UCOL_EQUAL; } in compareUTF8()
Drulebasedcollator.cpp415 return (UColAttributeValue)settings->getStrength(); in getAttribute()
1058 if(result != UCOL_EQUAL || settings->getStrength() < UCOL_IDENTICAL || U_FAILURE(errorCode)) { in doCompare()
1183 if(result != UCOL_EQUAL || settings->getStrength() < UCOL_IDENTICAL || U_FAILURE(errorCode)) { in doCompare()
1254 if(result != UCOL_EQUAL || settings->getStrength() < UCOL_IDENTICAL || U_FAILURE(errorCode)) { in compare()
1344 if(settings->getStrength() == UCOL_IDENTICAL) { in writeSortKey()
1451 if(settings->getStrength() == UCOL_IDENTICAL) { in internalNextSortKeyPart()
Dcollationkeys.cpp234 uint32_t levels = levelMasks[CollationSettings::getStrength(options)]; in writeSortKeyUpToQuaternary()
406 if((CollationSettings::getStrength(options) == UCOL_PRIMARY) ? in writeSortKeyUpToQuaternary()
Dcoleitr.cpp309 UColAttributeValue s = (UColAttributeValue)rbc_->settings->getStrength(); in strengthOrder()
Dcoll.cpp918 Collator::getStrength(void) const { in getStrength() function in Collator
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DRSAKeyPairGenerator.java35 int strength = param.getStrength(); in generateKeyPair()
106 if (n.bitLength() == param.getStrength()) in generateKeyPair()
DDESedeKeyGenerator.java22 this.strength = (param.getStrength() + 7) / 8; in init()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DKeyGenerationParameters.java44 public int getStrength() in getStrength() method in KeyGenerationParameters
DCipherKeyGenerator.java22 this.strength = (param.getStrength() + 7) / 8; in init()
/external/chromium_org/third_party/icu/source/test/intltest/
Dapicoll.cpp170 doAssert((col->getStrength() == Collator::TERTIARY), "collation object has the wrong strength"); in TestProperty()
171 …doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary differ… in TestProperty()
176 …doAssert((col->getStrength() != Collator::TERTIARY), "collation object's strength is secondary dif… in TestProperty()
177 …doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary differ… in TestProperty()
178 … doAssert((col->getStrength() == Collator::SECONDARY), "collation object has the wrong strength"); in TestProperty()
211 doAssert((col->getStrength() != Collator::TERTIARY), "collation object has the wrong strength"); in TestProperty()
212 …doAssert((col->getStrength() == Collator::PRIMARY), "collation object's strength is not primary di… in TestProperty()
216 …doAssert((col->getStrength() == Collator::TERTIARY), "collation object's strength is not tertiary … in TestProperty()
217 …doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary differ… in TestProperty()
218 …doAssert((col->getStrength() != Collator::SECONDARY), "collation object's strength is secondary di… in TestProperty()
[all …]
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp138 doAssert((col->getStrength() == Collator::TERTIARY), "collation object has the wrong strength"); in TestProperty()
139 …doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary differ… in TestProperty()
144 …doAssert((col->getStrength() != Collator::TERTIARY), "collation object's strength is secondary dif… in TestProperty()
145 …doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary differ… in TestProperty()
146 … doAssert((col->getStrength() == Collator::SECONDARY), "collation object has the wrong strength"); in TestProperty()
188 doAssert((col->getStrength() != Collator::TERTIARY), "collation object has the wrong strength"); in TestProperty()
189 …doAssert((col->getStrength() == Collator::PRIMARY), "collation object's strength is not primary di… in TestProperty()
193 …doAssert((col->getStrength() == Collator::TERTIARY), "collation object's strength is not tertiary … in TestProperty()
194 …doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary differ… in TestProperty()
195 …doAssert((col->getStrength() != Collator::SECONDARY), "collation object's strength is secondary di… in TestProperty()
[all …]
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dcoll.h609 virtual ECollationStrength getStrength(void) const;
/external/icu/icu4c/source/i18n/unicode/
Dcoll.h586 virtual ECollationStrength getStrength(void) const;
/external/chromium_org/third_party/icu/source/i18n/
Dcoll.cpp845 Collator::getStrength(void) const { in getStrength() function in Collator