Searched defs:_hash (Results 1 - 17 of 17) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DAsciiUtil.java170 private int _hash; field in class:AsciiUtil.CaseInsensitiveKey
174 _hash = AsciiUtil.toLowerString(key).hashCode();
190 return _hash;
H A DBaseLocale.java31 private transient volatile int _hash = 0; field in class:BaseLocale
134 int h = _hash;
149 _hash = h;
160 private volatile int _hash; // Default to 0 field in class:BaseLocale.Key
216 int h = _hash;
235 _hash = h;
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
H A DAsciiUtil.java164 private int _hash; field in class:AsciiUtil.CaseInsensitiveKey
168 _hash = AsciiUtil.toLowerString(key).hashCode();
182 return _hash;
H A DBaseLocale.java27 private transient volatile int _hash = 0; field in class:BaseLocale
127 int h = _hash;
142 _hash = h;
153 private volatile int _hash; // Default to 0 field in class:BaseLocale.Key
206 int h = _hash;
225 _hash = h;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DAsciiUtil.java166 private int _hash; field in class:AsciiUtil.CaseInsensitiveKey
170 _hash = AsciiUtil.toLowerString(key).hashCode();
186 return _hash;
H A DBaseLocale.java27 private transient volatile int _hash = 0; field in class:BaseLocale
130 int h = _hash;
145 _hash = h;
156 private volatile int _hash; // Default to 0 field in class:BaseLocale.Key
212 int h = _hash;
231 _hash = h;
/external/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp124 template<char...Cs> constexpr unsigned operator"" _hash() { function
/external/lzma/CS/7zip/Compress/LZ/
H A DLzBinTree.cs14 UInt32[] _hash; field in class:SevenZip.Compression.LZ.BinTree
58 _hash[i] = kEmptyHashValue;
115 _hash = new UInt32[_hashSizeSum = hs];
150 UInt32 curMatch = _hash[kFixHashSize + hashValue];
153 UInt32 curMatch2 = _hash[hash2Value];
154 UInt32 curMatch3 = _hash[kHash3Offset + hash3Value];
155 _hash[hash2Value] = _pos;
156 _hash[kHash3Offset + hash3Value] = _pos;
179 _hash[kFixHashSize + hashValue] = _pos;
278 _hash[hash2Valu
[all...]
/external/lzma/Java/SevenZip/Compression/LZ/
H A DBinTree.java14 int[] _hash; field in class:BinTree
58 _hash[i] = kEmptyHashValue;
115 _hash = new int [_hashSizeSum = hs];
150 int curMatch = _hash[kFixHashSize + hashValue];
153 int curMatch2 = _hash[hash2Value];
154 int curMatch3 = _hash[kHash3Offset + hash3Value];
155 _hash[hash2Value] = _pos;
156 _hash[kHash3Offset + hash3Value] = _pos;
179 _hash[kFixHashSize + hashValue] = _pos;
278 _hash[hash2Valu
[all...]
/external/python/cpython3/Lib/unittest/test/testmock/
H A Dtestmagicmethods.py159 def _hash(s): function in function:TestMockingMagicMethods.test_hash
161 mock.__hash__ = _hash
/external/python/cpython2/Lib/
H A D_abcoll.py247 def _hash(self): member in class:Set
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.h32 IHashCalc *_hash; member in class:COutStreamWithHash
45 void InitCRC() { _hash->InitForNewFile(); }
287 _hashStreamSpec->_hash = hash;
/external/python/cpython3/Lib/
H A D_collections_abc.py521 def _hash(self): member in class:Set
/external/icu/icu4c/source/common/
H A Ducurr.cpp128 : _hash(hash) {
137 const icu::Hashtable& _hash; member in class:EquivIterator
144 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current);
/external/annotation-tools/asmx/test/lib/
H A Dserp.jarMETA-INF/ META-INF/MANIFEST.MF serp/ serp/bytecode/ serp/bytecode/lowlevel/ serp/bytecode/visitor/ serp/ ...
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 1822 milliseconds