Searched defs:UHashtable (Results 1 – 7 of 7) sorted by relevance
144 struct UHashtable { struct148 UHashElement *elements;152 UHashFunction *keyHasher; /* Computes hash from key.154 UKeyComparator *keyComparator; /* Compares keys for equality.156 UValueComparator *valueComparator; /* Compares the values for equality */180 UBool allocated; /* Was this UHashtable allocated? */ argument182 typedef struct UHashtable UHashtable; typedef
43 typedef struct UHashtable UHashtable; /**< @internal */ typedef
34 typedef struct UHashtable UHashtable; typedef
475 SResource::handlePreflightStrings(SRBRoot * /*bundle*/, UHashtable * /*stringSet*/, in handlePreflightStrings() argument