Lines Matching refs:regionIDMap
63 static UHashtable *regionIDMap;
110 regionIDMap = uhash_open(uhash_hashUnicodeString,uhash_compareUnicodeString,NULL,&status);
111 uhash_setValueDeleter(regionIDMap, deleteRegion);
149 uhash_put(regionIDMap,(void *)&(r->idStr),(void *)r,&status);
171 Region *aliasToRegion = (Region *) uhash_get(regionIDMap,&aliasTo);
172 Region *aliasFromRegion = (Region *)uhash_get(regionIDMap,aliasFromStr);
181 uhash_put(regionIDMap,(void *)&(aliasFromRegion->idStr),(void *)aliasFromRegion,&status);
205 Region *target = (Region *)uhash_get(regionIDMap,(void *)¤tRegion);
224 Region *r = (Region *)uhash_get(regionIDMap,(void *)&codeMappingID);
243 r = (Region *) uhash_get(regionIDMap,(void *)&WORLD_ID_STRING);
249 r = (Region *) uhash_get(regionIDMap,(void *)&UNKNOWN_REGION_ID_STRING);
255 r = (Region *) uhash_get(regionIDMap,(void *)continents->elementAt(i));
263 r = (Region *) uhash_get(regionIDMap,(void *)groupings->elementAt(i));
274 r = (Region *) uhash_get(regionIDMap,(void *)&OUTLYING_OCEANIA_REGION_ID_STRING);
284 Region *parentRegion = (Region *) uhash_get(regionIDMap,(void *)&parentStr);
288 Region *childRegion = (Region *) uhash_get(regionIDMap,(void *)&child);
313 while ( const UHashElement* element = uhash_nextElement(regionIDMap,&pos)) {
357 if (regionIDMap) {
358 uhash_close(regionIDMap);
412 if (regionIDMap == NULL) {
418 Region *r = (Region *)uhash_get(regionIDMap,(void *)®ionCodeString);
433 r = (Region *)uhash_get(regionIDMap,(void *)ustr);
478 r = (Region *)uhash_get(regionIDMap,(void *)ustr);
597 Region *cr = (Region *) uhash_get(regionIDMap,(void *)crStr);