Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/node/deps/icu-small/source/tools/genrb/
Dgenrb.cpp320 … char *nameWithoutSuffix = static_cast<char *>(uprv_malloc(uprv_strlen(poolResName) + 1)); in main() local
321 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()
/third_party/icu/icu4c/source/tools/genrb/
Dgenrb.cpp320 … char *nameWithoutSuffix = static_cast<char *>(uprv_malloc(uprv_strlen(poolResName) + 1)); in main() local
321 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()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dgenrb.cpp320 … char *nameWithoutSuffix = static_cast<char *>(uprv_malloc(uprv_strlen(poolResName) + 1)); in main() local
321 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()