Home
last modified time | relevance | path

Searched refs:nameWithoutSuffix (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dgenrb.cpp303 … char *nameWithoutSuffix = static_cast<char *>(uprv_malloc(uprv_strlen(poolResName) + 1)); in main() local
304 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()