HomeSort by relevance Sort by last modified time
    Searched defs:_hash (Results 1 - 21 of 21) sorted by null

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
AsciiUtil.java 162 private int _hash; field in class:AsciiUtil.CaseInsensitiveKey
166 _hash = AsciiUtil.toLowerString(key).hashCode();
180 return _hash;
BaseLocale.java 25 private transient volatile int _hash = 0; field in class:BaseLocale
125 int h = _hash;
140 _hash = h;
151 private volatile int _hash; // Default to 0 field in class:BaseLocale.Key
204 int h = _hash;
223 _hash = h;
  /external/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs 14 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[hash2Value] = _pos;
    [all...]
  /external/clang/test/SemaCXX/
cxx11-user-defined-literals.cpp 124 template<char...Cs> constexpr unsigned operator"" _hash() { function
  /external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java 14 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[hash2Value] = _pos;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_abcoll.py 228 def _hash(self): member in class:Set
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_abcoll.py 228 def _hash(self): member in class:Set
  /external/jetty/src/java/org/eclipse/jetty/io/
AbstractBuffer.java 51 protected int _hash; field in class:AbstractBuffer
181 if (_hash != 0 && obj instanceof AbstractBuffer)
184 if (ab._hash != 0 && _hash != ab._hash) return false;
208 if (_hash != 0 && b instanceof AbstractBuffer)
211 if (ab._hash != 0 && _hash != ab._hash) return false;
293 if (_hash == 0 || _hashGet!=_get || _hashPut!=_put)
    [all...]
  /external/icu/icu4c/source/i18n/
ucurr.cpp 131 : _hash(hash) {
140 const icu::Hashtable& _hash; member in class:EquivIterator
147 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current);
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/trove4j/trove4j/1.1/
trove4j-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 1252 milliseconds