Home
last modified time | relevance | path

Searched refs:lookup_key (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DLocaleData.java187 int lookup_key = packLocale(language, region); in localeDataComputeScript() local
188 Byte lookup_result = LIKELY_SCRIPTS.get(lookup_key); in localeDataComputeScript()
192 lookup_key = dropRegion(lookup_key); in localeDataComputeScript()
193 lookup_result = LIKELY_SCRIPTS.get(lookup_key); in localeDataComputeScript()
/external/openssh/
Dssh-pkcs11-helper.c96 lookup_key(struct sshkey *k) in lookup_key() function
206 if ((found = lookup_key(key)) != NULL) { in process_sign()