Home
last modified time | relevance | path

Searched refs:keyData (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/common/
Duloc_keytype.cpp71 LocExtKeyData* keyData = (LocExtKeyData*)obj; in uloc_deleteKeyDataEntry() local
72 if (keyData->typeMap != NULL) { in uloc_deleteKeyDataEntry()
73 uhash_close(keyData->typeMap); in uloc_deleteKeyDataEntry()
75 uprv_free(keyData); in uloc_deleteKeyDataEntry()
375 LocExtKeyData* keyData = (LocExtKeyData*)uprv_malloc(sizeof(LocExtKeyData)); in initFromResourceBundle() local
376 if (keyData == NULL) { in initFromResourceBundle()
380 keyData->bcpId = bcpKeyId; in initFromResourceBundle()
381 keyData->legacyId = legacyKeyId; in initFromResourceBundle()
382 keyData->specialTypes = specialTypes; in initFromResourceBundle()
383 keyData->typeMap = typeDataMap; in initFromResourceBundle()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DKeyTypeData.java86 KeyData keyData = KEYMAP.get(key); in toBcpKey() local
87 if (keyData != null) { in toBcpKey()
88 return keyData.bcpId; in toBcpKey()
95 KeyData keyData = KEYMAP.get(key); in toLegacyKey() local
96 if (keyData != null) { in toLegacyKey()
97 return keyData.legacyId; in toLegacyKey()
115 KeyData keyData = KEYMAP.get(key); in toBcpType() local
116 if (keyData != null) { in toBcpType()
120 Type t = keyData.typeMap.get(type); in toBcpType()
124 if (keyData.specialTypes != null) { in toBcpType()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DKeyTypeData.java84 KeyData keyData = KEYMAP.get(key); in toBcpKey() local
85 if (keyData != null) { in toBcpKey()
86 return keyData.bcpId; in toBcpKey()
93 KeyData keyData = KEYMAP.get(key); in toLegacyKey() local
94 if (keyData != null) { in toLegacyKey()
95 return keyData.legacyId; in toLegacyKey()
113 KeyData keyData = KEYMAP.get(key); in toBcpType() local
114 if (keyData != null) { in toBcpType()
118 Type t = keyData.typeMap.get(type); in toBcpType()
122 if (keyData.specialTypes != null) { in toBcpType()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DSubjectPublicKeyInfo.java26 private DERBitString keyData; field in SubjectPublicKeyInfo
55 this.keyData = new DERBitString(publicKey); in SubjectPublicKeyInfo()
63 this.keyData = new DERBitString(publicKey); in SubjectPublicKeyInfo()
82 this.keyData = DERBitString.getInstance(e.nextElement()); in SubjectPublicKeyInfo()
110 ASN1InputStream aIn = new ASN1InputStream(keyData.getOctets()); in parsePublicKey()
127 ASN1InputStream aIn = new ASN1InputStream(keyData.getOctets()); in getPublicKey()
139 return keyData; in getPublicKeyData()
155 v.add(keyData); in toASN1Primitive()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DKeyUtil.java11 …blic static byte[] getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId, ASN1Encodable keyData) in getEncodedSubjectPublicKeyInfo() argument
15 return getEncodedSubjectPublicKeyInfo(new SubjectPublicKeyInfo(algId, keyData)); in getEncodedSubjectPublicKeyInfo()
23 public static byte[] getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId, byte[] keyData) in getEncodedSubjectPublicKeyInfo() argument
27 return getEncodedSubjectPublicKeyInfo(new SubjectPublicKeyInfo(algId, keyData)); in getEncodedSubjectPublicKeyInfo()
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...