HomeSort by relevance Sort by last modified time
    Searched refs:hashEntry (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/icu/source/tools/gensprep/
store.c 226 static int32_t U_CALLCONV hashEntry(const UHashTok parm) {
385 hashTable = uhash_open(hashEntry, compareEntries, NULL, status);
  /external/icu/icu4c/source/tools/gensprep/
store.c 226 static int32_t U_CALLCONV hashEntry(const UHashTok parm) {
366 hashTable = uhash_open(hashEntry, compareEntries, NULL, status);
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractReferenceMap.java 2 // Perhaps use four different types of HashEntry classes for max efficiency:
3 // normal HashEntry for HARD,HARD
377 HashEntry<K, V> previous = null;
378 HashEntry<K, V> entry = data[index];
402 protected HashEntry<K, V> getEntry(Object key) {
418 protected int hashEntry(Object key, Object value) {
442 * Creates a ReferenceEntry instead of a HashEntry.
450 public HashEntry<K, V> createEntry(HashEntry<K, V> next, int hashCode, K key, V value) {
564 protected static class ReferenceEntry <K,V> extends HashEntry<K, V>
    [all...]
  /external/chromium_org/third_party/icu/source/common/
usprep.cpp 106 hashEntry(const UHashTok parm) {
213 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status);
uresbund.c 48 static int32_t U_CALLCONV hashEntry(const UHashTok parm) {
274 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status);
346 /*hashValue = hashEntry(hashkey);*/
    [all...]
  /external/icu/icu4c/source/common/
usprep.cpp 107 hashEntry(const UHashTok parm) {
208 SHARED_DATA_HASHTABLE = uhash_open(hashEntry, compareEntries, NULL, &status);
uresbund.cpp 51 static int32_t U_CALLCONV hashEntry(const UHashTok parm) {
271 cache = uhash_open(hashEntry, compareEntries, NULL, &status);
334 /*hashValue = hashEntry(hashkey);*/
    [all...]
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 

Completed in 655 milliseconds