Home
last modified time | relevance | path

Searched refs:lkey (Results 1 – 8 of 8) sorted by relevance

/external/openssl/crypto/pkcs12/
Dp12_kiss.c206 ASN1_OCTET_STRING *lkey = NULL, *ckid = NULL; in parse_bag() local
214 lkey = attrib->value.octet_string; in parse_bag()
215 ckid = lkey; in parse_bag()
219 if (lkey && ((*keymatch & MATCH_ALL) != MATCH_ALL)) { in parse_bag()
221 if (M_ASN1_OCTET_STRING_cmp(*keyid, lkey)) lkey = NULL; in parse_bag()
223 if (!(*keyid = M_ASN1_OCTET_STRING_dup(lkey))) { in parse_bag()
233 if (!lkey || !pkey) return 1; in parse_bag()
239 if (!lkey || !pkey) return 1; in parse_bag()
276 if (lkey) { in parse_bag()
/external/icu4c/common/
Dservslkf.cpp66 const LocaleKey& lkey = (const LocaleKey&)key; in create() local
67 if (_kind == LocaleKey::KIND_ANY || _kind == lkey.kind()) { in create()
69 lkey.currentID(keyID); in create()
Dservlkf.cpp48 const LocaleKey& lkey = (const LocaleKey&)key; in create() local
49 int32_t kind = lkey.kind(); in create()
51 lkey.currentLocale(loc); in create()
Dbrkiter.cpp266 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local
267 int32_t kind = lkey.kind(); in handleDefault()
269 lkey.currentLocale(loc); in handleDefault()
/external/icu4c/i18n/
Dcoll.cpp122 const LocaleKey& lkey = (const LocaleKey&)key; in create() local
127 lkey.canonicalLocale(loc); in create()
150 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local
158 lkey.canonicalLocale(loc); in handleDefault()
175 const LocaleKey& lkey = (const LocaleKey&)key; in getKey() local
179 result->setLocales(lkey.canonicalLocale(canonicalLocale), in getKey()
636 const LocaleKey& lkey = (const LocaleKey&)key; in create() local
638 lkey.currentLocale(validLoc); in create()
Dnumfmt.cpp518 const LocaleKey& lkey = (const LocaleKey&)key; in create() local
520 lkey.canonicalLocale(loc); in create()
521 int32_t kind = lkey.kind(); in create()
571 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local
572 int32_t kind = lkey.kind(); in handleDefault()
574 lkey.currentLocale(loc); in handleDefault()
Dcalendar.cpp255 const LocaleKey& lkey = (LocaleKey&)key; in create() local
259 lkey.currentLocale(curLoc); in create()
260 lkey.canonicalLocale(canLoc); in create()
295 LocaleKey &lkey = (LocaleKey&)key; in create() local
297 lkey.currentLocale(loc); in create()
357 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local
361 lkey.canonicalLocale(loc); in handleDefault()
365 lkey.currentLocale(loc2); in handleDefault()
/external/icu4c/test/intltest/
Dicusvtst.cpp1127 LocaleKey* lkey = LocaleKey::createWithCanonicalFallback(&english, NULL, 1234, status); in testLocale() local
1128 logln("lkey prefix: " + lkey->prefix(result)); in testLocale()
1130 logln("lkey descriptor: " + lkey->currentDescriptor(result)); in testLocale()
1132 logln(UnicodeString("lkey current locale: ") + lkey->currentLocale(localeResult).getName()); in testLocale()
1135 lkey->fallback(); in testLocale()
1136 logln("lkey descriptor 2: " + lkey->currentDescriptor(result)); in testLocale()
1139 lkey->fallback(); in testLocale()
1140 logln("lkey descriptor 3: " + lkey->currentDescriptor(result)); in testLocale()
1142 delete lkey; // tentatively weiv in testLocale()