HomeSort by relevance Sort by last modified time
    Searched refs:lkey (Results 1 - 8 of 8) sorted by null

  /external/openssl/crypto/pkcs12/
p12_kiss.c 206 ASN1_OCTET_STRING *lkey = NULL, *ckid = NULL; local
214 lkey = attrib->value.octet_string;
215 ckid = lkey;
219 if (lkey && ((*keymatch & MATCH_ALL) != MATCH_ALL)) {
221 if (M_ASN1_OCTET_STRING_cmp(*keyid, lkey)) lkey = NULL;
223 if (!(*keyid = M_ASN1_OCTET_STRING_dup(lkey))) {
233 if (!lkey || !pkey) return 1;
239 if (!lkey || !pkey) return 1;
276 if (lkey) {
    [all...]
  /external/icu4c/common/
servslkf.cpp 66 const LocaleKey& lkey = (const LocaleKey&)key; local
67 if (_kind == LocaleKey::KIND_ANY || _kind == lkey.kind()) {
69 lkey.currentID(keyID);
servlkf.cpp 48 const LocaleKey& lkey = (const LocaleKey&)key; local
49 int32_t kind = lkey.kind();
51 lkey.currentLocale(loc);
brkiter.cpp 266 LocaleKey& lkey = (LocaleKey&)key; local
267 int32_t kind = lkey.kind();
269 lkey.currentLocale(loc);
  /external/icu4c/i18n/
coll.cpp 123 const LocaleKey& lkey = (const LocaleKey&)key; local
128 lkey.canonicalLocale(loc);
151 LocaleKey& lkey = (LocaleKey&)key; local
159 lkey.canonicalLocale(loc);
176 const LocaleKey& lkey = (const LocaleKey&)key; local
181 result->setLocales(lkey.canonicalLocale(canonicalLocale), currentLocale, currentLocale);
659 const LocaleKey& lkey = (const LocaleKey&)key; local
661 lkey.currentLocale(validLoc);
numfmt.cpp 535 const LocaleKey& lkey = (const LocaleKey&)key; local
537 lkey.canonicalLocale(loc);
538 int32_t kind = lkey.kind();
588 LocaleKey& lkey = (LocaleKey&)key; local
589 int32_t kind = lkey.kind();
591 lkey.currentLocale(loc);
calendar.cpp 378 const LocaleKey& lkey = (LocaleKey&)key; local
382 lkey.currentLocale(curLoc);
383 lkey.canonicalLocale(canLoc);
418 LocaleKey &lkey = (LocaleKey&)key; local
420 lkey.currentLocale(loc);
457 LocaleKey& lkey = (LocaleKey&)key; local
458 //int32_t kind = lkey.kind();
461 lkey.canonicalLocale(loc);
465 lkey.currentLocale(loc2);
    [all...]
  /external/icu4c/test/intltest/
icusvtst.cpp 1127 LocaleKey* lkey = LocaleKey::createWithCanonicalFallback(&english, NULL, 1234, status); local
    [all...]

Completed in 141 milliseconds