Home | History | Annotate | Download | only in i18n

Lines Matching defs:newKey

1224             char *newKey = NULL;
1231 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1);
1232 if (newKey == NULL) {
1235 uprv_strcpy(newKey, key);
1247 uhash_put(gTZGNCoreCache, newKey, cacheEntry, &status);
1254 if (newKey != NULL) {
1255 uprv_free(newKey);