Searched refs:fHashTable (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/common/ |
D | rbbistbl.cpp | 44 fHashTable = NULL; in RBBISymbolTable() 47 fHashTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, &status); in RBBISymbolTable() 52 uhash_setValueDeleter(fHashTable, RBBISymbolTableEntry_deleter); in RBBISymbolTable() 59 uhash_close(fHashTable); in ~RBBISymbolTable() 79 el = (RBBISymbolTableEntry *)uhash_get(fHashTable, &s); in lookup() 171 el = (RBBISymbolTableEntry *)uhash_get(fHashTable, &key); in lookupNode() 191 e = (RBBISymbolTableEntry *)uhash_get(fHashTable, &key); in addEntry() 204 uhash_put( fHashTable, &e->key, e, &err); in addEntry() 236 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint() 251 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
|
D | rbbirb.h | 59 UHashtable *fHashTable; variable
|