Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/draft/
DMainCache.java11 Map<Object, Object> submap = cache.get(classKey); in get() local
12 if (submap == null) { in get()
13 cache.put(classKey, submap = new HashMap<Object, Object>()); in get()
15 Object result = submap.get(key); in get()
18 submap.put(key, result); in get()
/external/cldr/tools/java/org/unicode/cldr/util/
DValidity.java64 Map<Status, Set<String>> submap = data.get(type); in Validity() local
65 if (submap == null) { in Validity()
66 data.put(type, submap = new EnumMap<>(Status.class)); in Validity()
84 Set<String> set = submap.get(subtypeAttr); in Validity()
86 submap.put(subtypeAttr, set = new LinkedHashSet<>()); in Validity()
DChainedMap.java87 final Map<?, ?> submap = (Map<?, ?>) super.handleGet(key3); in get() local
88 …return submap == null ? null : new M3<K2, K1, V>(submap, super.mapConstructors, super.indexStart +… in get()
134 final Map<?, ?> submap = (Map<?, ?>) super.handleGet(key4); in get() local
135 return submap == null ? null in get()
136 : new M4<K3, K2, K1, V>(submap, super.mapConstructors, super.indexStart + 2); in get()
/external/tremolo/Tremolo/
Dmapping0.c143 int submap=0; in mapping_inverse() local
147 submap=info->chmuxlist[i]; in mapping_inverse()
148 floorno=info->submaplist[submap].floor; in mapping_inverse()
232 int submap=0; in mapping_inverse() local
236 submap=info->chmuxlist[i]; in mapping_inverse()
237 floorno=info->submaplist[submap].floor; in mapping_inverse()
Dcodec_internal.h165 typedef struct submap{ struct
168 } submap; typedef
174 submap *submaplist;
/external/guava/guava/src/com/google/common/collect/
DAbstractMapBasedMultimap.java1290 final transient Map<K, Collection<V>> submap;
1292 AsMap(Map<K, Collection<V>> submap) {
1293 this.submap = submap;
1305 return Maps.safeContainsKey(submap, key);
1310 Collection<V> collection = Maps.safeGet(submap, key);
1326 return submap.size();
1331 Collection<V> collection = submap.remove(key);
1345 return this == object || submap.equals(object);
1350 return submap.hashCode();
1355 return submap.toString();
[all …]
/external/guava/android/guava/src/com/google/common/collect/
DAbstractMapBasedMultimap.java1252 final transient Map<K, Collection<V>> submap;
1254 AsMap(Map<K, Collection<V>> submap) {
1255 this.submap = submap;
1267 return Maps.safeContainsKey(submap, key);
1272 Collection<V> collection = Maps.safeGet(submap, key);
1288 return submap.size();
1293 Collection<V> collection = submap.remove(key);
1307 return this == object || submap.equals(object);
1312 return submap.hashCode();
1317 return submap.toString();
[all …]
/external/cldr/tools/java/org/unicode/cldr/test/
DCLDRTest.java1063 Map<String, String> submap = aliases.get(key); in TestSupplementalData() local
1065 checkEqual(key, submap, changedTerritory); in TestSupplementalData()
1067 for (Iterator<String> it2 = submap.keySet().iterator(); it2.hasNext();) { in TestSupplementalData()
1069 String value = submap.get(k); in TestSupplementalData()
1072 checkEqual(key, submap, changedLanguage); in TestSupplementalData()
/external/protobuf/php/ext/google/protobuf/
Dmessage.c383 zval* submap = message_get_property_internal(msg, &key TSRMLS_CC); local
415 subklass, submap, &subkey,
419 submap, &subkey,