Lines Matching refs:regionIDMap
65 static UHashtable *regionIDMap = NULL;
119 uhash_setValueDeleter(newRegionIDMap.getAlias(), deleteRegion); // regionIDMap owns objs
206 uhash_put(newRegionIDMap.getAlias(),idStrAlias,(void *)(r.orphan()),&status); // regionIDMap takes ownership
392 regionIDMap = newRegionIDMap.orphan();
411 if (regionIDMap) {
412 uhash_close(regionIDMap);
420 regionAliases = numericCodeMap = regionIDMap = NULL;
481 Region *r = (Region *)uhash_get(regionIDMap,(void *)®ionCodeString);
496 r = (Region *)uhash_get(regionIDMap,(void *)ustr);
544 r = (Region *)uhash_get(regionIDMap,(void *)ustr);
665 Region *cr = (Region *) uhash_get(regionIDMap,(void *)crStr);