Home | History | Annotate | Download | only in common

Lines Matching full:key1

922         const UHashTok key1 = elem1->key;
928 const UHashElement* elem2 = _uhash_find(hash2, key1, hash2->keyHasher(key1));
942 uhash_compareUChars(const UHashTok key1, const UHashTok key2) {
943 const UChar *p1 = (const UChar*) key1.pointer;
959 uhash_compareChars(const UHashTok key1, const UHashTok key2) {
960 const char *p1 = (const char*) key1.pointer;
976 uhash_compareIChars(const UHashTok key1, const UHashTok key2) {
977 const char *p1 = (const char*) key1.pointer;
1002 uhash_compareLong(const UHashTok key1
1003 return (UBool)(key1.integer == key2.integer);