/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/ |
D | DHKeyGenerationParameters.java | 16 super(random, getStrength(params)); in DHKeyGenerationParameters() 26 static int getStrength(DHParameters params) in getStrength() method in DHKeyGenerationParameters
|
/external/icu/icu4c/source/i18n/ |
D | collationsettings.h | 126 static int32_t getStrength(int32_t options) { in getStrength() function 130 int32_t getStrength() const { in getStrength() function 131 return getStrength(options); in getStrength()
|
D | collationcompare.cpp | 112 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()
|
D | collationfastlatin.cpp | 198 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()
|
D | rulebasedcollator.cpp | 415 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()
|
D | collationkeys.cpp | 234 uint32_t levels = levelMasks[CollationSettings::getStrength(options)]; in writeSortKeyUpToQuaternary() 406 if((CollationSettings::getStrength(options) == UCOL_PRIMARY) ? in writeSortKeyUpToQuaternary()
|
D | coleitr.cpp | 309 UColAttributeValue s = (UColAttributeValue)rbc_->settings->getStrength(); in strengthOrder()
|
D | coll.cpp | 918 Collator::getStrength(void) const { in getStrength() function in Collator
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
D | RSAKeyPairGenerator.java | 35 int strength = param.getStrength(); in generateKeyPair() 106 if (n.bitLength() == param.getStrength()) in generateKeyPair()
|
D | DESedeKeyGenerator.java | 22 this.strength = (param.getStrength() + 7) / 8; in init()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
D | KeyGenerationParameters.java | 44 public int getStrength() in getStrength() method in KeyGenerationParameters
|
D | CipherKeyGenerator.java | 22 this.strength = (param.getStrength() + 7) / 8; in init()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | apicoll.cpp | 170 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/ |
D | apicoll.cpp | 138 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/ |
D | coll.h | 609 virtual ECollationStrength getStrength(void) const;
|
/external/icu/icu4c/source/i18n/unicode/ |
D | coll.h | 586 virtual ECollationStrength getStrength(void) const;
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | coll.cpp | 845 Collator::getStrength(void) const { in getStrength() function in Collator
|