Lines Matching defs:key1
984 const UHashTok key1 = elem1->key;
990 const UHashElement* elem2 = _uhash_find(hash2, key1, hash2->keyHasher(key1));
1004 uhash_compareUChars(const UHashTok key1, const UHashTok key2) {
1005 const char16_t *p1 = (const char16_t*) key1.pointer;
1021 uhash_compareChars(const UHashTok key1, const UHashTok key2) {
1022 const char *p1 = (const char*) key1.pointer;
1038 uhash_compareIChars(const UHashTok key1, const UHashTok key2) {
1039 const char *p1 = (const char*) key1.pointer;
1064 uhash_compareLong(const UHashTok key1, const UHashTok key2) {
1065 return (UBool)(key1.integer == key2.integer);