Home | History | Annotate | Download | only in common

Lines Matching full:key1

114  * @param key1 A key stored in a hashtable
118 typedef UBool U_CALLCONV UKeyComparator(const UHashTok key1,
602 * @param key1 The string for comparison
604 * @return true if key1 and key2 are equal, return false otherwise.
607 uhash_compareUChars(const UHashTok key1, const UHashTok key2);
612 * @param key1 The string for comparison
614 * @return true if key1 and key2 are equal, return false otherwise.
617 uhash_compareChars(const UHashTok key1, const UHashTok key2);
622 * @param key1 The string for comparison
624 * @return true if key1 and key2 are equal, return false otherwise.
627 uhash_compareIChars(const UHashTok key1, const UHashTok key2);
652 * @param key1 The string for comparison
654 * @return true if key1 and key2 are equal, return false otherwise.
657 uhash_compareUnicodeString(const UHashTok key1, const UHashTok key2);
662 * @param key1 The string for comparison
664 * @return true if key1 and key2 are equal, return false otherwise.
667 uhash_compareCaselessUnicodeString(const UHashTok key1, const UHashTok key2);
690 * @param key1 The integer for comparison
692 * @return true if key1 and key2 are equal, return false otherwise
695 uhash_compareLong(const UHashTok key1, const UHashTok key2);