Home | History | Annotate | Download | only in common

Lines Matching full:param

107  * @param key A key stored in a hashtable
114 * @param key1 A key stored in a hashtable
115 * @param key2 A key stored in a hashtable
122 * @param val1 A key stored in a hashtable
123 * @param val2 A key stored in a hashtable
132 * @param obj A key or value stored in a hashtable
198 * @param keyHash A pointer to the key hashing function. Must not be
200 * @param keyComp A pointer to the function that compares keys. Must
202 * @param status A pointer to an UErrorCode to receive any errors.
214 * @param keyHash A pointer to the key hashing function. Must not be
216 * @param keyComp A pointer to the function that compares keys. Must
218 * @param size The initial capacity of this hash table.
219 * @param status A pointer to an UErrorCode to receive any errors.
232 * @param keyHash A pointer to the key hashing function. Must not be
234 * @param keyComp A pointer to the function that compares keys. Must
236 * @param status A pointer to an UErrorCode to receive any errors.
249 * @param hash The UHashtable to close. If hash is NULL no operation is performed.
258 * @param hash The UHashtable to set
259 * @param fn the function to be used hash keys; must not be NULL
268 * @param hash The UHashtable to set
269 * @param fn the function to be used compare keys; must not be NULL
278 * @param hash The UHashtable to set
279 * @param fn the function to be used compare keys; must not be NULL
291 * @param hash The UHashtable to set
292 * @param fn the function to be used delete keys, or NULL
304 * @param hash The UHashtable to set
305 * @param fn the function to be used delete values, or NULL
315 * @param hash The UHashtable to set
316 * @param policy The way the hashtable resizes itself, {U_GROW, U_GROW_AND_SHRINK, U_FIXED}
323 * @param hash The UHashtable to query.
335 * @param hash The target UHashtable.
336 * @param key The key to store.
337 * @param value The value to store, may be NULL (see above).
338 * @param status A pointer to an UErrorCode to receive any errors.
353 * @param hash The target UHashtable.
354 * @param key The integer key to store.
355 * @param value The value to store, may be NULL (see above).
356 * @param status A pointer to an UErrorCode to receive any errors.
371 * @param hash The target UHashtable.
372 * @param key The key to store.
373 * @param value The integer value to store.
374 * @param status A pointer to an UErrorCode to receive any errors.
389 * @param hash The target UHashtable.
390 * @param key The key to store.
391 * @param value The integer value to store.
392 * @param status A pointer to an UErrorCode to receive any errors.
405 * @param hash The target UHashtable.
406 * @param key A pointer key stored in a hashtable
416 * @param hash The target UHashtable.
417 * @param key An integer key stored in a hashtable
427 * @param hash The target UHashtable.
428 * @param key A pointer key stored in a hashtable
437 * @param hash The target UHashtable.
438 * @param
447 * @param hash The target UHashtable.
448 * @param key A key stored in a hashtable
457 * @param hash The target UHashtable.
458 * @param key An integer key stored in a hashtable
467 * @param hash The target UHashtable.
468 * @param key An key stored in a hashtable
477 * @param hash The target UHashtable.
478 * @param key An integer key stored in a hashtable
487 * @param hash The target UHashtable.
499 * @param hash The target UHashtable.
500 * @param key A key stored in a hashtable
513 * @param hash The target UHashtable.
514 * @param pos This should be set to -1 initially, and left untouched
526 * @param hash The hashtable
527 * @param e The element, returned by uhash_nextElement(), to remove.
543 * @param i The given integer
551 * @param p The given pointer
565 * @param key The string (const UChar*) to hash.
575 * @param key The string (const char*) to hash.
589 * @param key The string (const char*) to hash.
598 * @param key1 The string for comparison
599 * @param key2 The string for comparison
608 * @param key1 The string for comparison
609 * @param key2 The string for comparison
618 * @param key1 The string for comparison
619 * @param key2 The string for comparison
631 * @param key The string (const char*) to hash.
640 * @param key The string (const char*) to hash.
648 * @param key1 The string for comparison
649 * @param key2 The string for comparison
658 * @param key1 The string for comparison
659 * @param key2 The string for comparison
667 * @param obj The object to be deleted
678 * @param key The string (const char*) to hash.
686 * @param key1 The integer for comparison
687 * @param Key2 The integer for comparison
699 * @param obj The object to be deleted
706 * @param obj The object to be deleted
714 * @param obj The object to be deleted
721 * @param hash1
722 * @param hash2