Home
last modified time | relevance | path

Searched refs:listname (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_icu.cpp37 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 Dpkg_icu.h23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkg_icu.cpp37 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 Dpkg_icu.h23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkg_icu.cpp37 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 Dpkg_icu.h23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
/third_party/icu/tools/scripts/
H A Dbldicures.py63 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 Ddirectories.pm304 my $listname = $_[0];
305 my $list = $lists{$listname};
/third_party/ltp/tools/sparse/sparse-src/
H A Dptrlist.h20 #define DECLARE_PTR_LIST(listname, type) \
21 struct listname { \
24 struct listname *prev; \
25 struct listname *next; \
/third_party/python/Lib/test/
H A Dtest_smtplib.py1110 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 Dstylo.hpp[all...]

Completed in 29 milliseconds