Home | History | Annotate | Download | only in common

Lines Matching refs:fn

240  * @param fn the function to be used hash keys; must not be NULL
244 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn);
250 * @param fn the function to be used compare keys; must not be NULL
254 uhash_setKeyComparator(UHashtable *hash, UKeyComparator *fn);
260 * @param fn the function to be used compare keys; must not be NULL
264 uhash_setValueComparator(UHashtable *hash, UValueComparator *fn);
273 * @param fn the function to be used delete keys, or NULL
277 uhash_setKeyDeleter(UHashtable *hash, UObjectDeleter *fn);
286 * @param fn the function to be used delete values, or NULL
290 uhash_setValueDeleter(UHashtable *hash, UObjectDeleter *fn);