Searched refs:icudtAll (Results 1 – 1 of 1) sorted by relevance
1585 char icudtAll[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWithoutAssemblyCode() local1588 sprintf(icudtAll, "%s%s%sall.c", in pkg_createWithoutAssemblyCode()1593 if (T_FileStream_file_exists(icudtAll) && (result = remove(icudtAll)) != 0) { in pkg_createWithoutAssemblyCode()1594 fprintf(stderr, "Unable to remove old icudtall file: %s\n", icudtAll); in pkg_createWithoutAssemblyCode()1598 if((icudtAllFile = T_FileStream_open(icudtAll, "w"))==NULL) { in pkg_createWithoutAssemblyCode()1599 fprintf(stderr, "Unable to write to icudtall file: %s\n", icudtAll); in pkg_createWithoutAssemblyCode()1725 uprv_strcpy(tempObjectFile, icudtAll); in pkg_createWithoutAssemblyCode()1732 icudtAll); in pkg_createWithoutAssemblyCode()