/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | LocaleExtensions.java | 25 private SortedMap<Character, Extension> _map; field in LocaleExtensions 38 EMPTY_EXTENSIONS._map = EMPTY_MAP; 42 CALENDAR_JAPANESE._map = new TreeMap<Character, Extension>(); 43 CALENDAR_JAPANESE._map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), UnicodeLocaleExtension.CA_JAPANESE); 47 NUMBER_THAI._map = new TreeMap<Character, Extension>(); 48 NUMBER_THAI._map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), UnicodeLocaleExtension.NU_THAI); 64 _map = EMPTY_MAP; in LocaleExtensions() 70 _map = new TreeMap<Character, Extension>(); in LocaleExtensions() 85 _map.put(Character.valueOf(key), e); in LocaleExtensions() 110 _map in LocaleExtensions() [all...] |
H A D | LocaleObjectCache.java | 16 private ConcurrentHashMap<K, CacheEntry<K, V>> _map; field in LocaleObjectCache 24 _map = new ConcurrentHashMap<K, CacheEntry<K, V>>(initialCapacity, loadFactor, concurrencyLevel); in LocaleObjectCache() 31 CacheEntry<K, V> entry = _map.get(key); in get() 47 entry = _map.putIfAbsent(key, newEntry); in get() 63 _map.remove(entry.getKey()); in cleanStaleEntries()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | LocaleExtensions.java | 29 private SortedMap<Character, Extension> _map; field in LocaleExtensions 42 EMPTY_EXTENSIONS._map = EMPTY_MAP; 46 CALENDAR_JAPANESE._map = new TreeMap<Character, Extension>(); 47 CALENDAR_JAPANESE._map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), UnicodeLocaleExtension.CA_JAPANESE); 51 NUMBER_THAI._map = new TreeMap<Character, Extension>(); 52 NUMBER_THAI._map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), UnicodeLocaleExtension.NU_THAI); 68 _map = EMPTY_MAP; in LocaleExtensions() 74 _map = new TreeMap<Character, Extension>(); in LocaleExtensions() 89 _map.put(Character.valueOf(key), e); in LocaleExtensions() 114 _map in LocaleExtensions() [all...] |
H A D | LocaleObjectCache.java | 20 private ConcurrentHashMap<K, CacheEntry<K, V>> _map; field in LocaleObjectCache 28 _map = new ConcurrentHashMap<K, CacheEntry<K, V>>(initialCapacity, loadFactor, concurrencyLevel); in LocaleObjectCache() 35 CacheEntry<K, V> entry = _map.get(key); in get() 51 entry = _map.putIfAbsent(key, newEntry); in get() 67 _map.remove(entry.getKey()); in cleanStaleEntries()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | typeFromPrototypeAssignment4.js | 3 this._map = {}; 12 return this._map[key + '']; 32 _map: {};
|
H A D | interfaceAssignmentCompat.js | 38 result+=((Color._map[z[i].color])+"\r\n"); 82 result += ((Color._map[z[i].color]) + "\r\n");
|
H A D | parserRealSource13.js | 136 var callbackString = (<any>NodeType)._map[nodeType] + "Callback"; 173 var callbackString = NodeType._map[nodeType] + "Callback";
|
H A D | parserRealSource12.js | 204 for (var e in (<any>NodeType)._map) { 716 for (var e in NodeType._map) {
|
H A D | parserRealSource11.js | 142 return (<any>NodeType)._map[this.nodeType]; 156 return (<any>NodeType)._map[this.nodeType]; 2515 return NodeType._map[this.nodeType];
2526 return NodeType._map[this.nodeType];
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-map.h | 91 #define lws_map_item_create_ks(_map, _str, _v, _vl) \ 92 lws_map_item_create(_map, (const lws_map_key_t)_str, \ 95 #define lws_map_item_lookup_ks(_map, _str) \ 96 lws_map_item_lookup(_map, (const lws_map_key_t)_str, strlen(_str))
|
/third_party/python/Lib/test/ |
H A D | test_exception_hierarchy.py | 71 _map = {} 80 _map[getattr(errno, errname)] = getattr(builtins, excname) 81 return _map 82 _map = _make_map(_pep_map) variable in HierarchyTest 90 for errcode, exc in self._map.items(): 93 othercodes = set(errno.errorcode) - set(self._map)
|
H A D | test_selectors.py | 206 self.assertEqual(len(s._map), 1) 209 self.assertEqual(len(s._map), 0)
|
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
H A D | tuple.hpp | 87 struct _map; 90 struct _map<F, T, integral_sequence<Is...>> { struct 109 typename detail::_map<F, T>::value_type 111 return detail::_map<F, T>::eval(std::forward<F>(f), in map()
|
/third_party/node/deps/v8/src/objects/ |
H A D | objects-definitions.h | 183 V(Map, name##_map, Name##Map) 199 V(Map, name_size##_map, Name##Size##Map) 220 V(Map, name_size##_map, Name##Size##Map)
|
/third_party/python/Lib/ |
H A D | asyncore.py | 227 self._map = socket_map 229 self._map = map 273 map = self._map 279 map = self._map
|
H A D | selectors.py | 213 self._map = _SelectorMapping(self) 270 self._map = None 273 return self._map
|
H A D | smtpd.py | 669 self._map,
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | transfer.cpp | 263 struct _map; 266 struct _map<image*> { struct 267 _map(command_queue &q, image *img, cl_map_flags flags, in _map() function 283 struct _map<buffer*> { struct 284 _map(command_queue &q, buffer *mem, cl_map_flags flags, in _map() function 301 struct _map<P *> { struct 302 _map(command_queue &q, P *ptr, cl_map_flags flags, in _map() function 327 _map<T> dst = { q, dst_obj, CL_MAP_WRITE, in soft_copy_op() 329 _map<S> src = { q, src_obj, CL_MAP_READ, in soft_copy_op()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | UpdateCallback.cpp | 434 const CKeyKeyValPair &pair = _map[_hardIndex_To];
in GetProperty() 729 const unsigned numItems = _map.Size();
in GetStream2() 730 const unsigned pairIndex = _map.AddToUniqueSorted2(pair);
in GetStream2() 731 if (numItems == _map.Size())
in GetStream2() 733 // const CKeyKeyValPair &pair2 = _map.Pairs[pairIndex];
in GetStream2()
|
H A D | UpdateCallback.h | 191 CRecordVector<CKeyKeyValPair> _map;
member in Z7_final
|
/third_party/skia/src/c/ |
H A D | sk_paint.cpp | 16 #define MAKE_FROM_TO_NAME(FROM) g_ ## FROM ## _map
|
/third_party/python/Tools/ccbench/ |
H A D | ccbench.py | 43 _map = map 50 return _map(lambda k: (k, 4*k + 2, 0, 2*k + 1), _count(1))
|
/third_party/node/deps/v8/src/heap/ |
H A D | setup-heap-internal.cc | 231 set_##field_name##_map(map); \ in CreateInitialMaps() 361 set_##field_name##_map(map); \ in CreateInitialMaps() 371 roots.field_name##_map().SetConstructorFunctionIndex( \ in CreateInitialMaps()
|
/third_party/alsa-lib/src/control/ |
H A D | control_remap.c | 978 static int new_map(snd_ctl_remap_t *priv, snd_ctl_map_t **_map, snd_ctl_elem_id_t *id) in new_map() argument 998 *_map = map; in new_map()
|
/third_party/python/Lib/collections/ |
H A D | __init__.py | 424 _dict, _tuple, _len, _map, _zip = dict, tuple, len, map, zip 451 result = self._make(_map(kwds.pop, field_names, self))
|