Home | History | Annotate | Download | only in common

Lines Matching refs:key1

114  * @param key1 A key stored in a hashtable
118 typedef UBool U_CALLCONV UKeyComparator(const UHashTok key1,
599 * @param key1 The string for comparison
601 * @return true if key1 and key2 are equal, return false otherwise.
604 uhash_compareUChars(const UHashTok key1, const UHashTok key2);
609 * @param key1 The string for comparison
611 * @return true if key1 and key2 are equal, return false otherwise.
614 uhash_compareChars(const UHashTok key1, const UHashTok key2);
619 * @param key1 The string for comparison
621 * @return true if key1 and key2 are equal, return false otherwise.
624 uhash_compareIChars(const UHashTok key1, const UHashTok key2);
649 * @param key1 The string for comparison
651 * @return true if key1 and key2 are equal, return false otherwise.
654 uhash_compareUnicodeString(const UHashTok key1, const UHashTok key2);
659 * @param key1 The string for comparison
661 * @return true if key1 and key2 are equal, return false otherwise.
664 uhash_compareCaselessUnicodeString(const UHashTok key1, const UHashTok key2);
687 * @param key1 The integer for comparison
689 * @return true if key1 and key2 are equal, return false otherwise
692 uhash_compareLong(const UHashTok key1, const UHashTok key2);