Searched refs:readList (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_icu.cpp | 59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList() function 166 addListPkg.adoptInstead(readList(sourcePath, addList, TRUE, NULL)); in writePackageDatFile()
|
D | pkg_icu.h | 23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | pkg_icu.cpp | 59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList() function 166 addListPkg.adoptInstead(readList(sourcePath, addList, true, nullptr)); in writePackageDatFile()
|
D | pkg_icu.h | 23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | pkg_icu.cpp | 59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList() function 166 addListPkg.adoptInstead(readList(sourcePath, addList, true, NULL)); in writePackageDatFile()
|
D | pkg_icu.h | 23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
|
/third_party/icu/icu4c/source/tools/icupkg/ |
D | icupkg.cpp | 442 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/ |
D | icupkg.cpp | 442 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/ |
D | icupkg.cpp | 442 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()
|