Searched refs:icudtAll (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/icu-small/source/tools/pkgdata/ |
D | pkgdata.cpp | 1617 char icudtAll[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWithoutAssemblyCode() local 1620 snprintf(icudtAll, sizeof(icudtAll), "%s%s%sall.c", in pkg_createWithoutAssemblyCode() 1625 if (T_FileStream_file_exists(icudtAll) && (result = remove(icudtAll)) != 0) { in pkg_createWithoutAssemblyCode() 1626 fprintf(stderr, "Unable to remove old icudtall file: %s\n", icudtAll); in pkg_createWithoutAssemblyCode() 1630 if((icudtAllFile = T_FileStream_open(icudtAll, "w"))==nullptr) { in pkg_createWithoutAssemblyCode() 1631 fprintf(stderr, "Unable to write to icudtall file: %s\n", icudtAll); in pkg_createWithoutAssemblyCode() 1772 uprv_strcpy(tempObjectFile, icudtAll); in pkg_createWithoutAssemblyCode() 1779 icudtAll); in pkg_createWithoutAssemblyCode()
|
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
D | pkgdata.cpp | 1614 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()
|
/third_party/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 1614 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()
|