Searched refs:nameWithoutSuffix (Results 1 – 1 of 1) sorted by relevance
303 … char *nameWithoutSuffix = static_cast<char *>(uprv_malloc(uprv_strlen(poolResName) + 1)); in main() local304 if (nameWithoutSuffix == NULL) { in main()308 uprv_strcpy(nameWithoutSuffix, poolResName); in main()309 *uprv_strrchr(nameWithoutSuffix, '.') = 0; in main()310 newPoolBundle->fLocale = nameWithoutSuffix; in main()