Searched refs:nameWithoutSuffix (Results 1 – 1 of 1) sorted by relevance
300 … char *nameWithoutSuffix = static_cast<char *>(uprv_malloc(uprv_strlen(poolResName) + 1)); in main() local301 if (nameWithoutSuffix == NULL) { in main()305 uprv_strcpy(nameWithoutSuffix, poolResName); in main()306 *uprv_strrchr(nameWithoutSuffix, '.') = 0; in main()307 newPoolBundle->fLocale = nameWithoutSuffix; in main()