Searched refs:listname (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A 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() 53 * If the listname ends with ".txt", then read the list file 55 * If the listname ends with ".dat", then read the ICU .dat package file. 59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList() argument 64 if(listname==nullptr || listname[0]==0) { in readList() 77 listNameEnd=strchr(listname, 0); in readList() 78 if(isListTextFile(listname)) { in readList() [all...] |
H A D | pkg_icu.h | 23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A 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() 53 * If the listname ends with ".txt", then read the list file 55 * If the listname ends with ".dat", then read the ICU .dat package file. 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() [all...] |
H A D | pkg_icu.h | 23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A 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() 53 * If the listname ends with ".txt", then read the list file 55 * If the listname ends with ".dat", then read the ICU .dat package file. 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() [all...] |
H A D | pkg_icu.h | 23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
|
/third_party/icu/tools/scripts/ |
H A D | bldicures.py | 63 listname = '%s/%s/icufiles.lst' % (args.destdir, tmpdir) variable 86 print(">%s" % (listname)) 87 listfn = open(listname, 'w') 154 cmd = 'pkgdata -m "%s" -T "%s/%s" -p "%s" -s "%s/%s" -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/ |
H A D | directories.pm | 304 my $listname = $_[0]; 305 my $list = $lists{$listname};
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | ptrlist.h | 20 #define DECLARE_PTR_LIST(listname, type) \ 21 struct listname { \ 24 struct listname *prev; \ 25 struct listname *next; \
|
/third_party/python/Lib/test/ |
H A D | test_smtplib.py | 1110 for listname, members in sim_lists.items(): 1115 self.assertEqual(smtp.expn(listname), expected_known)
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 30 milliseconds