Home | History | Annotate | Download | only in i18n

Lines Matching defs:newKey

1223             char *newKey = NULL;
1230 newKey = (char *)uprv_malloc(uprv_strlen(key) + 1);
1231 if (newKey == NULL) {
1234 uprv_strcpy(newKey, key);
1246 uhash_put(gTZGNCoreCache, newKey, cacheEntry, &status);
1253 if (newKey != NULL) {
1254 uprv_free(newKey);