/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_icu.cpp | 37 isListTextFile(const char *listname) { in isListTextFile() argument 38 const char *listNameEnd=strchr(listname, 0); in isListTextFile() 44 if((listNameEnd-listname)>length && 0==memcmp(listNameEnd-length, suffix, length)) { in isListTextFile() 59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList() argument 64 if(listname==NULL || listname[0]==0) { in readList() 77 listNameEnd=strchr(listname, 0); in readList() 78 if(isListTextFile(listname)) { in readList() 84 file=fopen(listname, "r"); in readList() 86 fprintf(stderr, "icupkg: unable to open list file \"%s\"\n", listname); in readList() 136 } else if((listNameEnd-listname)>4 && 0==memcmp(listNameEnd-4, ".dat", 4)) { in readList() [all …]
|
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 | 37 isListTextFile(const char *listname) { in isListTextFile() argument 38 const char *listNameEnd=strchr(listname, 0); in isListTextFile() 44 if((listNameEnd-listname)>length && 0==memcmp(listNameEnd-length, suffix, length)) { in isListTextFile() 59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList() argument 64 if(listname==NULL || listname[0]==0) { in readList() 77 listNameEnd=strchr(listname, 0); in readList() 78 if(isListTextFile(listname)) { in readList() 84 file=fopen(listname, "r"); in readList() 86 fprintf(stderr, "icupkg: unable to open list file \"%s\"\n", listname); in readList() 136 } else if((listNameEnd-listname)>4 && 0==memcmp(listNameEnd-4, ".dat", 4)) { in readList() [all …]
|
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 | 37 isListTextFile(const char *listname) { in isListTextFile() argument 38 const char *listNameEnd=strchr(listname, 0); in isListTextFile() 44 if((listNameEnd-listname)>length && 0==memcmp(listNameEnd-length, suffix, length)) { in isListTextFile() 59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList() argument 64 if(listname==NULL || listname[0]==0) { in readList() 77 listNameEnd=strchr(listname, 0); in readList() 78 if(isListTextFile(listname)) { in readList() 84 file=fopen(listname, "r"); in readList() 86 fprintf(stderr, "icupkg: unable to open list file \"%s\"\n", listname); in readList() 136 } else if((listNameEnd-listname)>4 && 0==memcmp(listNameEnd-4, ".dat", 4)) { in readList() [all …]
|
D | pkg_icu.h | 23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_icu.cpp | 37 isListTextFile(const char *listname) { in isListTextFile() argument 38 const char *listNameEnd=strchr(listname, 0); in isListTextFile() 44 if((listNameEnd-listname)>length && 0==memcmp(listNameEnd-length, suffix, length)) { in isListTextFile() 59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList() argument 64 if(listname==NULL || listname[0]==0) { in readList() 77 listNameEnd=strchr(listname, 0); in readList() 78 if(isListTextFile(listname)) { in readList() 84 file=fopen(listname, "r"); in readList() 86 fprintf(stderr, "icupkg: unable to open list file \"%s\"\n", listname); in readList() 136 } else if((listNameEnd-listname)>4 && 0==memcmp(listNameEnd-4, ".dat", 4)) { in readList() [all …]
|
D | pkg_icu.h | 23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
|
/third_party/benchmark/cmake/ |
D | split_list.cmake | 1 macro(split_list listname) 2 string(REPLACE ";" " " ${listname} "${${listname}}")
|
/third_party/json/benchmarks/thirdparty/benchmark/cmake/ |
D | split_list.cmake | 1 macro(split_list listname) 2 string(REPLACE ";" " " ${listname} "${${listname}}")
|
/third_party/icu/tools/scripts/ |
D | bldicures.py | 63 listname = '%s/%s/icufiles.lst' % (args.destdir, tmpdir) variable 86 print ">%s" % (listname) 87 listfn = open(listname, 'w') 154 …" -d "%s" "%s"' % (pkgmode,args.destdir,tmpdir,args.name,args.destdir,tmpdir,args.destdir,listname) 182 cmd = 'icupkg -tb -x "%s" -d "%s/%s/" "%s"' % (listname, args.destdir, args.name, outfile)
|
/third_party/curl/tests/ |
D | directories.pm | 284 my $listname = $_[0]; 285 $list = $lists{$listname};
|
/third_party/python/Lib/ |
D | smtpd.py | 820 listname = parts[0] 825 if not Utils.list_exists(listname) or command not in ( 828 listnames.append((rcpt, listname, command)) 832 for rcpt, listname, command in listnames: 851 for rcpt, listname, command in listnames: 853 mlist = mlists.get(listname) 855 mlist = MailList.MailList(listname, lock=0) 856 mlists[listname] = mlist
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | ptrlist.h | 20 #define DECLARE_PTR_LIST(listname, type) \ argument 21 struct listname { \ 24 struct listname *prev; \ 25 struct listname *next; \
|
/third_party/libjpeg-turbo/release/ |
D | License.rtf | 4 …text\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1}}
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/release/ |
D | License.rtf | 4 …text\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1}}
|
/third_party/libxml2/python/ |
D | generator.py | 704 listname = classe + "List" 705 ll = len(listname) 707 if name[0:l] == listname:
|
/third_party/python/Lib/test/ |
D | test_smtplib.py | 1108 for listname, members in sim_lists.items(): 1113 self.assertEqual(smtp.expn(listname), expected_known)
|