Searched defs:UHashtable (Results 1 – 4 of 4) sorted by relevance
137 struct UHashtable { struct141 UHashElement *elements;145 UHashFunction *keyHasher; /* Computes hash from key.147 UKeyComparator *keyComparator; /* Compares keys for equality.149 UValueComparator *valueComparator; /* Compares the values for equality */173 UBool allocated; /* Was this UHashtable allocated? */ argument175 typedef struct UHashtable UHashtable; typedef
41 typedef struct UHashtable UHashtable; /**< @internal */ typedef
30 typedef struct UHashtable UHashtable; typedef
456 SResource::handlePreflightStrings(SRBRoot * /*bundle*/, UHashtable * /*stringSet*/, in handlePreflightStrings() argument