Lines Matching refs:locationName
607 ZNames(const UChar* names[], const UChar* locationName) in ZNames() argument
610 if (locationName != NULL) { in ZNames()
612 fNames[UTZNM_INDEX_EXEMPLAR_LOCATION] = locationName; in ZNames()
621 const UChar* locationName = fNames[UTZNM_INDEX_EXEMPLAR_LOCATION]; in ~ZNames() local
622 U_ASSERT(locationName != NULL); in ~ZNames()
623 uprv_free((void*) locationName); in ~ZNames()
657 UChar* locationName = NULL; in createTimeZoneAndPutInCache() local
666 locationName = (UChar*) uprv_malloc(len); in createTimeZoneAndPutInCache()
667 if (locationName == NULL) { in createTimeZoneAndPutInCache()
671 uprv_memcpy(locationName, buff, len); in createTimeZoneAndPutInCache()
679 void* value = (void*) (new ZNames(names, locationName)); in createTimeZoneAndPutInCache()