Searched refs:lkey (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/crypto/pkcs12/
H A Dp12_kiss.c206 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...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dservslkf.cpp66 const LocaleKey& lkey = (const LocaleKey&)key; local
67 if (_kind == LocaleKey::KIND_ANY || _kind == lkey.kind()) {
69 lkey.currentID(keyID);
H A Dservlkf.cpp48 const LocaleKey& lkey = (const LocaleKey&)key; local
49 int32_t kind = lkey.kind();
51 lkey.currentLocale(loc);
H A Dbrkiter.cpp252 LocaleKey& lkey = (LocaleKey&)key; local
253 int32_t kind = lkey.kind();
255 lkey.currentLocale(loc);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcoll.cpp136 const LocaleKey& lkey = (const LocaleKey&)key; local
141 lkey.canonicalLocale(loc);
166 LocaleKey& lkey = (LocaleKey&)key; local
174 lkey.canonicalLocale(loc);
563 const LocaleKey& lkey = (const LocaleKey&)key; local
565 lkey.currentLocale(validLoc);
H A Dnumfmt.cpp891 const LocaleKey& lkey = (const LocaleKey&)key; local
893 lkey.canonicalLocale(loc);
894 int32_t kind = lkey.kind();
952 LocaleKey& lkey = (LocaleKey&)key; local
953 int32_t kind = lkey.kind();
955 lkey.currentLocale(loc);
H A Dcalendar.cpp419 const LocaleKey& lkey = (LocaleKey&)key; local
423 lkey.currentLocale(curLoc);
424 lkey.canonicalLocale(canLoc);
461 LocaleKey &lkey = (LocaleKey&)key; local
463 lkey.currentLocale(loc);
505 LocaleKey& lkey = (LocaleKey&)key; local
506 //int32_t kind = lkey.kind();
509 lkey.canonicalLocale(loc);
513 lkey.currentLocale(loc2);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dicusvtst.cpp1130 LocaleKey* lkey = LocaleKey::createWithCanonicalFallback(&english, NULL, 1234, status); local
1131 logln("lkey prefix: " + lkey->prefix(result));
1133 logln("lkey descriptor: " + lkey->currentDescriptor(result));
1135 logln(UnicodeString("lkey current locale: ") + lkey->currentLocale(localeResult).getName());
1138 lkey->fallback();
1139 logln("lkey descriptor 2: " + lkey
[all...]
/macosx-10.10.1/emacs-93/emacs/lwlib/
H A Dlwlib.h95 Lisp_Object lkey; member in struct:_widget_value
/macosx-10.10.1/emacs-93/emacs/src/
H A Dgtkutil.h101 Lisp_Object lkey; member in struct:_widget_value
H A Dw32menu.c74 Lisp_Object lkey; member in struct:_widget_value
1325 wv->lkey = descrip;
1393 if (wv->lkey && ! NILP (wv->lkey))
1394 wv->key = SDATA (wv->lkey);
H A Dmacmenu.c108 Lisp_Object lkey; member in struct:_widget_value
1512 wv->lkey = descrip;
1579 if (STRINGP (wv->lkey))
1580 wv->key = SDATA (wv->lkey);
H A Dxmenu.c2021 wv->lkey = descrip;
2088 if (STRINGP (wv->lkey))
2089 wv->key = (char *) SDATA (wv->lkey);
/macosx-10.10.1/emacs-93/emacs/lisp/mail/
H A Dsupercite.el1297 (let* ((lkey "sc-lastchoice")
1298 (lastchoice (assoc lkey sc-attributions)))
1301 (push (cons lkey attribution) sc-attributions)))
/macosx-10.10.1/swig-12/Source/Swig/
H A Dtypesys.c1798 String *lkey = SwigType_lstr(rk.key, 0); local
1811 Printf(out, "\n return (void *)((%s) ", lkey);
1819 Delete(lkey);

Completed in 282 milliseconds