Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp1614 char icudtAll[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWithoutAssemblyCode() local
1617 sprintf(icudtAll, "%s%s%sall.c", in pkg_createWithoutAssemblyCode()
1622 if (T_FileStream_file_exists(icudtAll) && (result = remove(icudtAll)) != 0) { in pkg_createWithoutAssemblyCode()
1623 fprintf(stderr, "Unable to remove old icudtall file: %s\n", icudtAll); in pkg_createWithoutAssemblyCode()
1627 if((icudtAllFile = T_FileStream_open(icudtAll, "w"))==NULL) { in pkg_createWithoutAssemblyCode()
1628 fprintf(stderr, "Unable to write to icudtall file: %s\n", icudtAll); in pkg_createWithoutAssemblyCode()
1768 uprv_strcpy(tempObjectFile, icudtAll); in pkg_createWithoutAssemblyCode()
1775 icudtAll); in pkg_createWithoutAssemblyCode()