Lines Matching refs:fStringSet
922 if (bundle->fStringSet == NULL) {
924 bundle->fStringSet = uhash_open(string_hash, string_comp, string_comp, &localStatus);
926 res->u.fString.fSame = uhash_get(bundle->fStringSet, res);
941 if (bundle->fStringSet != NULL) {
943 uhash_put(bundle->fStringSet, res, res, status);
1221 uhash_close(bundle->fStringSet);
1227 if (bundle->fStringSet != NULL) {
1228 uhash_remove(bundle->fStringSet, string);
1674 int32_t count = uhash_count(bundle->fStringSet);
1697 array[i] = (struct SResource *)uhash_nextElement(bundle->fStringSet, &pos)->key.pointer;