Searched refs:listname (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_icu.cpp | 35 isListTextFile(const char *listname) { in isListTextFile() argument 36 const char *listNameEnd=strchr(listname, 0); in isListTextFile() 42 if((listNameEnd-listname)>length && 0==memcmp(listNameEnd-length, suffix, length)) { in isListTextFile() 57 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList() argument 62 if(listname==NULL || listname[0]==0) { in readList() 75 listNameEnd=strchr(listname, 0); in readList() 76 if(isListTextFile(listname)) { in readList() 82 file=fopen(listname, "r"); in readList() 84 fprintf(stderr, "icupkg: unable to open list file \"%s\"\n", listname); in readList() 134 } else if((listNameEnd-listname)>4 && 0==memcmp(listNameEnd-4, ".dat", 4)) { in readList() [all …]
|
D | pkg_icu.h | 20 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
|
/external/curl/tests/ |
D | directories.pm | 284 my $listname = $_[0]; 285 $list = $lists{$listname};
|
/external/libcxx/cmake/Modules/ |
D | HandleLibcxxFlags.cmake | 145 macro(split_list listname) 146 string(REPLACE ";" " " ${listname} "${${listname}}")
|
/external/libjpeg-turbo/release/ |
D | License.rtf | 4 …text\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1}}
|
/external/libxml2/python/ |
D | generator.py | 703 listname = classe + "List" 704 ll = len(listname) 706 if name[0:l] == listname:
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 3173 walk_pointer_list_64(const char *listname, const SectionRef S, in walk_pointer_list_64() argument 3195 outs() << listname << " list pointer extends past end of (" << SegName in walk_pointer_list_64() 3224 walk_pointer_list_32(const char *listname, const SectionRef S, in walk_pointer_list_32() argument 3246 outs() << listname << " list pointer extends past end of (" << SegName in walk_pointer_list_32()
|