Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
Dpkgdata.cpp1615 FileStream *icudtAllFile = NULL; in pkg_createWithoutAssemblyCode() local
1627 if((icudtAllFile = T_FileStream_open(icudtAll, "w"))==NULL) { in pkg_createWithoutAssemblyCode()
1735 T_FileStream_writeLine(icudtAllFile, cmd); in pkg_createWithoutAssemblyCode()
1767 T_FileStream_close(icudtAllFile); in pkg_createWithoutAssemblyCode()
/third_party/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp1615 FileStream *icudtAllFile = NULL; in pkg_createWithoutAssemblyCode() local
1627 if((icudtAllFile = T_FileStream_open(icudtAll, "w"))==NULL) { in pkg_createWithoutAssemblyCode()
1735 T_FileStream_writeLine(icudtAllFile, cmd); in pkg_createWithoutAssemblyCode()
1767 T_FileStream_close(icudtAllFile); in pkg_createWithoutAssemblyCode()
/third_party/node/deps/icu-small/source/tools/pkgdata/
Dpkgdata.cpp1618 FileStream *icudtAllFile = nullptr; in pkg_createWithoutAssemblyCode() local
1630 if((icudtAllFile = T_FileStream_open(icudtAll, "w"))==nullptr) { in pkg_createWithoutAssemblyCode()
1739 T_FileStream_writeLine(icudtAllFile, cmd); in pkg_createWithoutAssemblyCode()
1771 T_FileStream_close(icudtAllFile); in pkg_createWithoutAssemblyCode()