Searched refs:nameWithoutSuffix (Results 1 – 4 of 4) 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()
320 … char *nameWithoutSuffix = static_cast<char *>(uprv_malloc(uprv_strlen(poolResName) + 1)); in main() local321 if (nameWithoutSuffix == NULL) { in main()325 uprv_strcpy(nameWithoutSuffix, poolResName); in main()326 *uprv_strrchr(nameWithoutSuffix, '.') = 0; in main()327 newPoolBundle->fLocale = nameWithoutSuffix; in main()