Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpkg_icu.cpp59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList() function
166 addListPkg.adoptInstead(readList(sourcePath, addList, TRUE, NULL)); in writePackageDatFile()
Dpkg_icu.h23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpkg_icu.cpp59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList() function
166 addListPkg.adoptInstead(readList(sourcePath, addList, true, nullptr)); in writePackageDatFile()
Dpkg_icu.h23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
/third_party/icu/icu4c/source/tools/toolutil/
Dpkg_icu.cpp59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList() function
166 addListPkg.adoptInstead(readList(sourcePath, addList, true, NULL)); in writePackageDatFile()
Dpkg_icu.h23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
/third_party/icu/icu4c/source/tools/icupkg/
Dicupkg.cpp442 if(readList(NULL, options[OPT_REMOVE_LIST].value, false, listPkg)) { in main()
464 if(readList(sourcePath, options[OPT_ADD_LIST].value, true, addListPkg)) { in main()
481 if(readList(NULL, options[OPT_EXTRACT_LIST].value, false, listPkg)) { in main()
/third_party/node/deps/icu-small/source/tools/icupkg/
Dicupkg.cpp442 if(readList(nullptr, options[OPT_REMOVE_LIST].value, false, listPkg)) { in main()
464 if(readList(sourcePath, options[OPT_ADD_LIST].value, true, addListPkg)) { in main()
481 if(readList(nullptr, options[OPT_EXTRACT_LIST].value, false, listPkg)) { in main()
/third_party/skia/third_party/externals/icu/source/tools/icupkg/
Dicupkg.cpp442 if(readList(NULL, options[OPT_REMOVE_LIST].value, FALSE, listPkg)) { in main()
464 if(readList(sourcePath, options[OPT_ADD_LIST].value, TRUE, addListPkg)) { in main()
481 if(readList(NULL, options[OPT_EXTRACT_LIST].value, FALSE, listPkg)) { in main()