Lines Matching refs:fSetTable
100 fSetTable = NULL;
150 fSetTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, rb->fStatus);
154 uhash_setValueDeleter(fSetTable, RBBISetTable_deleter);
166 if (fSetTable != NULL) {
167 uhash_close(fSetTable);
168 fSetTable = NULL;
676 el = (RBBISetTableEl *)uhash_get(fSetTable, &s);
737 uhash_put(fSetTable, el->key, el, fRB->fStatus);