Home | History | Annotate | Download | only in common

Lines Matching full:key1

575  * @param key1 The string for comparison
577 * @return true if key1 and key2 are equal, return false otherwise.
580 uhash_compareUChars(const UHashTok key1, const UHashTok key2);
585 * @param key1 The string for comparison
587 * @return true if key1 and key2 are equal, return false otherwise.
590 uhash_compareChars(const UHashTok key1, const UHashTok key2);
595 * @param key1 The string for comparison
597 * @return true if key1 and key2 are equal, return false otherwise.
600 uhash_compareIChars(const UHashTok key1, const UHashTok key2);
637 * @param key1 The integer for comparison
639 * @return true if key1 and key2 are equal, return false otherwise
642 uhash_compareLong(const UHashTok key1, const UHashTok key2);