Searched refs:akey (Results 1 – 3 of 3) sorted by relevance
109 unsigned akey, void *avalue, in cso_hash_create_node() argument117 node->key = akey; in cso_hash_create_node()203 static struct cso_node **cso_hash_find_node(struct cso_hash *hash, unsigned akey) in cso_hash_find_node() argument208 node = (struct cso_node **)(&hash->data.d->buckets[akey % hash->data.d->numBuckets]); in cso_hash_find_node()210 while (*node != hash->data.e && (*node)->key != akey) in cso_hash_find_node()383 unsigned akey) in cso_hash_take() argument385 struct cso_node **node = cso_hash_find_node(hash, akey); in cso_hash_take()
103 //ACBKey *akey = [ACBKey newKey:aKey];
92 const char *akey = ures_getKey(aiter->entries[i].item); in ures_a_open() local93 int32_t len = uprv_strlen(akey)+1; in ures_a_open()95 u_charsToUChars(akey, aiter->entries[i].key, len); in ures_a_open()