Searched defs:listname (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_icu.cpp37 isListTextFile(const char *listname) { argument
38 const char *listNameEnd=strchr(listname, 0);
44 if((listNameEnd-listname)>length && 0==memcmp(listNameEnd-length, suffix, length)) {
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) { argument
64 if(listname==NULL || listname[0]==0) {
77 listNameEnd=strchr(listname, 0);
78 if(isListTextFile(listname)) {
[all...]
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp3332 walk_pointer_list_64(const char *listname, const SectionRef S, argument
3354 outs() << listname << " list pointer extends past end of (" << SegName
3383 walk_pointer_list_32(const char *listname, const SectionRef S, argument
3405 outs() << listname << " list pointer extends past end of (" << SegName

Completed in 193 milliseconds