Searched defs:hashEntry (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/gensprep/
H A Dstore.c226 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { function
366 hashTable = uhash_open(hashEntry, compareEntries, NULL, status);
/external/icu/icu4c/source/tools/gensprep/
H A Dstore.c226 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { function
366 hashTable = uhash_open(hashEntry, compareEntries, NULL, status);
/external/chromium_org/third_party/icu/source/common/
H A Dusprep.cpp107 hashEntry(const UHashTok parm) { function
208 SHARED_DATA_HASHTABLE = uhash_open(hashEntry, compareEntries, NULL, &status);
H A Duresbund.cpp51 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { function
271 cache = uhash_open(hashEntry, compareEntries, NULL, &status);
334 /*hashValue = hashEntry(hashkey);*/
/external/icu/icu4c/source/common/
H A Dusprep.cpp107 hashEntry(const UHashTok parm) { function
208 SHARED_DATA_HASHTABLE = uhash_open(hashEntry, compareEntries, NULL, &status);
H A Duresbund.cpp51 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { function
271 cache = uhash_open(hashEntry, compareEntries, NULL, &status);
334 /*hashValue = hashEntry(hashkey);*/
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractReferenceMap.java418 protected int hashEntry(Object key, Object value) { method in class:AbstractReferenceMap
665 * This implementation uses <code>hashEntry</code> on the main map.
670 return parent.hashEntry(getKey(), getValue());

Completed in 232 milliseconds