Home
last modified time | relevance | path

Searched refs:listname (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
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()
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 …]
Dpkg_icu.h23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
/external/curl/tests/
Ddirectories.pm284 my $listname = $_[0];
285 $list = $lists{$listname};
/external/libcxx/cmake/Modules/
DHandleLibcxxFlags.cmake204 macro(split_list listname)
205 string(REPLACE ";" " " ${listname} "${${listname}}")
/external/libjpeg-turbo/release/
DLicense.rtf4 …text\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1}}
/external/libxml2/python/
Dgenerator.py703 listname = classe + "List"
704 ll = len(listname)
706 if name[0:l] == listname:
/external/llvm/tools/llvm-objdump/
DMachODump.cpp3332 walk_pointer_list_64(const char *listname, const SectionRef S, in walk_pointer_list_64() argument
3354 outs() << listname << " list pointer extends past end of (" << SegName in walk_pointer_list_64()
3383 walk_pointer_list_32(const char *listname, const SectionRef S, in walk_pointer_list_32() argument
3405 outs() << listname << " list pointer extends past end of (" << SegName in walk_pointer_list_32()