Lines Matching refs:key1
891 const UHashTok key1 = elem1->key;
897 const UHashElement* elem2 = _uhash_find(hash2, key1, hash2->keyHasher(key1));
911 uhash_compareUChars(const UHashTok key1, const UHashTok key2) {
912 const UChar *p1 = (const UChar*) key1.pointer;
928 uhash_compareChars(const UHashTok key1, const UHashTok key2) {
929 const char *p1 = (const char*) key1.pointer;
945 uhash_compareIChars(const UHashTok key1, const UHashTok key2) {
946 const char *p1 = (const char*) key1.pointer;
971 uhash_compareLong(const UHashTok key1, const UHashTok key2) {
972 return (UBool)(key1.integer == key2.integer);