HomeSort by relevance Sort by last modified time
    Searched refs:nameWithoutSuffix (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/tools/genrb/
genrb.c 297 char *nameWithoutSuffix = uprv_malloc(uprv_strlen(poolResName) + 1);
298 if (nameWithoutSuffix == NULL) {
302 uprv_strcpy(nameWithoutSuffix, poolResName);
303 *uprv_strrchr(nameWithoutSuffix, '.') = 0;
304 newPoolBundle->fLocale = nameWithoutSuffix;
  /external/icu/icu4c/source/tools/genrb/
genrb.c 312 char *nameWithoutSuffix = uprv_malloc(uprv_strlen(poolResName) + 1);
313 if (nameWithoutSuffix == NULL) {
317 uprv_strcpy(nameWithoutSuffix, poolResName);
318 *uprv_strrchr(nameWithoutSuffix, '.') = 0;
319 newPoolBundle->fLocale = nameWithoutSuffix;

Completed in 350 milliseconds