Home | History | Annotate | Download | only in genrb

Lines Matching refs:fStringSet

920         if (bundle->fStringSet == NULL) {
922 bundle->fStringSet = uhash_open(string_hash, string_comp, string_comp, &localStatus);
924 res->u.fString.fSame = uhash_get(bundle->fStringSet, res);
939 if (bundle->fStringSet != NULL) {
941 uhash_put(bundle->fStringSet, res, res, status);
1215 uhash_close(bundle->fStringSet);
1221 if (bundle->fStringSet != NULL) {
1222 uhash_remove(bundle->fStringSet, string);
1668 int32_t count = uhash_count(bundle->fStringSet);
1691 array[i] = (struct SResource *)uhash_nextElement(bundle->fStringSet, &pos)->key.pointer;