Home | History | Annotate | Download | only in common

Lines Matching refs:key2

576  * @param key2 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);
586 * @param key2 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);
596 * @param key2 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);
638 * @param Key2 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);