Home
last modified time | relevance | path

Searched refs:KeyData (Results 1 – 9 of 9) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DKeyTypeData.java98 private static class KeyData { class in KeyTypeData
104 KeyData(String legacyId, String bcpId, Map<String, Type> typeMap, in KeyData() method in KeyTypeData.KeyData
125 KeyData keyData = KEYMAP.get(key); in toBcpKey()
134 KeyData keyData = KEYMAP.get(key); in toLegacyKey()
154 KeyData keyData = KEYMAP.get(key); in toBcpType()
191 KeyData keyData = KEYMAP.get(key); in toLegacyType()
391 KeyData keyData = new KeyData(legacyKeyId, bcpKeyId, typeDataMap, specialTypeSet); in initFromResourceBundle()
648 KeyData keyData = new KeyData(legacyKeyId, bcpKeyId, typeDataMap, specialTypes);
657 private static final Map<String, KeyData> KEYMAP = new HashMap<String, KeyData>();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DKeyTypeData.java96 private static class KeyData { class in KeyTypeData
102 KeyData(String legacyId, String bcpId, Map<String, Type> typeMap, in KeyData() method in KeyTypeData.KeyData
123 KeyData keyData = KEYMAP.get(key); in toBcpKey()
132 KeyData keyData = KEYMAP.get(key); in toLegacyKey()
152 KeyData keyData = KEYMAP.get(key); in toBcpType()
189 KeyData keyData = KEYMAP.get(key); in toLegacyType()
389 KeyData keyData = new KeyData(legacyKeyId, bcpKeyId, typeDataMap, specialTypeSet); in initFromResourceBundle()
646 KeyData keyData = new KeyData(legacyKeyId, bcpKeyId, typeDataMap, specialTypes);
655 private static final Map<String, KeyData> KEYMAP = new HashMap<String, KeyData>();
/external/cros/system_api/dbus/cryptohome/
Dkey.proto63 message KeyData { message
70 // All keys must be labeled when persisted to disk, but when KeyData
72 // (so that the caller doesn't need the full KeyData first).
89 // is only required if KeyData is changing. If only the |secret| is changing,
91 optional KeyData data = 1;
Drpc.proto140 // Setting this value means that the KeyData is filled as it
202 repeated KeyData key_data = 1;
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringMap.h211 static StringMapEntry &GetStringMapEntryFromKeyData(const char *KeyData) { in GetStringMapEntryFromKeyData() argument
212 char *Ptr = const_cast<char*>(KeyData) - sizeof(StringMapEntry<ValueTy>); in GetStringMapEntryFromKeyData()
/external/skia/src/gpu/ops/
DGrSmallPathRenderer.h65 struct KeyData { in set() struct
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h195 static StringMapEntry &GetStringMapEntryFromKeyData(const char *KeyData) { in GetStringMapEntryFromKeyData() argument
196 char *Ptr = const_cast<char*>(KeyData) - sizeof(StringMapEntry<ValueTy>); in GetStringMapEntryFromKeyData()
/external/llvm/include/llvm/ADT/
DStringMap.h189 static StringMapEntry &GetStringMapEntryFromKeyData(const char *KeyData) { in GetStringMapEntryFromKeyData() argument
190 char *Ptr = const_cast<char*>(KeyData) - sizeof(StringMapEntry<ValueTy>); in GetStringMapEntryFromKeyData()
/external/skia/src/gpu/
DGrSoftwarePathRenderer.cpp178 struct KeyData { in onDrawPath() struct