/external/icu/icu4c/source/tools/toolutil/ |
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() 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 …]
|
/external/python/cpython2/Mac/Modules/file/ |
D | filescan.py | 29 listname = "functions" 36 listname = "alias_methods" 37 return classname, listname 42 listname = "alias_methods" 45 listname = "fsspec_methods" 48 listname = "fsref_methods" 49 return classname, listname
|
/external/python/cpython2/Mac/Modules/cm/ |
D | cmscan.py | 28 listname = "functions" 37 listname = "c_methods" 40 listname = "ci_methods" 41 return classname, listname
|
/external/python/cpython2/Mac/Modules/cg/ |
D | cgscan.py | 34 listname = "functions" 39 listname = t + "_methods" 45 listname = t + "_methods" 46 return classname, listname
|
/external/python/cpython2/Mac/Modules/cf/ |
D | cfscan.py | 56 listname = "functions" 61 listname = t + "_methods" 67 listname = t + "_methods" 68 return classname, listname
|
/external/llvm-project/llvm/utils/benchmark/cmake/ |
D | split_list.cmake | 1 macro(split_list listname) 2 string(REPLACE ";" " " ${listname} "${${listname}}")
|
/external/libcxx/utils/google-benchmark/cmake/ |
D | split_list.cmake | 1 macro(split_list listname) 2 string(REPLACE ";" " " ${listname} "${${listname}}")
|
/external/llvm-project/libcxx/utils/google-benchmark/cmake/ |
D | split_list.cmake | 1 macro(split_list listname) 2 string(REPLACE ";" " " ${listname} "${${listname}}")
|
/external/google-benchmark/cmake/ |
D | split_list.cmake | 1 macro(split_list listname) 2 string(REPLACE ";" " " ${listname} "${${listname}}")
|
/external/python/cpython2/Mac/Modules/qd/ |
D | qdscan.py | 52 listname = "functions" 57 listname = "gr_methods" 60 listname = "bm_methods" 67 return classname, listname
|
/external/python/cpython2/Mac/Modules/ibcarbon/ |
D | IBCarbonscan.py | 28 listname = "functions" 33 listname = "methods" 34 return classname, listname
|
/external/python/cpython2/Mac/Modules/scrap/ |
D | scrapscan.py | 31 listname = "functions" 36 listname = "methods" 37 return classname, listname
|
/external/python/cpython2/Mac/Modules/res/ |
D | resscan.py | 30 listname = "functions" 35 listname = "resmethods" 36 return classname, listname
|
/external/python/cpython2/Mac/Modules/qdoffs/ |
D | qdoffsscan.py | 25 listname = "functions" 30 listname = "methods" 31 return classname, listname
|
/external/python/cpython2/Mac/Modules/ae/ |
D | aescan.py | 31 listname = "functions" 38 listname = "aedescmethods" 39 return classname, listname
|
/external/python/cpython2/Mac/Modules/menu/ |
D | menuscan.py | 25 listname = "functions" 30 listname = "methods" 31 return classname, listname
|
/external/python/cpython2/Mac/Modules/ah/ |
D | ahscan.py | 29 listname = "functions" 35 listname = "methods" 36 return classname, listname
|
/external/python/cpython2/Mac/Modules/snd/ |
D | sndscan.py | 28 listname = "functions" 33 listname = "sndmethods" 34 return classname, listname
|
/external/python/cpython2/Mac/Modules/te/ |
D | tescan.py | 29 listname = "functions" 35 listname = "methods" 36 return classname, listname
|
/external/python/cpython2/Mac/Modules/evt/ |
D | evtscan.py | 29 listname = "functions" 35 listname = "methods" 36 return classname, listname
|
/external/python/cpython2/Mac/Modules/app/ |
D | appscan.py | 29 listname = "functions" 35 listname = "methods" 36 return classname, listname
|
/external/python/cpython2/Mac/Modules/help/ |
D | helpscan.py | 29 listname = "functions" 35 listname = "methods" 36 return classname, listname
|
/external/python/cpython2/Mac/Modules/list/ |
D | listscan.py | 29 listname = "functions" 35 listname = "methods" 36 return classname, listname
|
/external/python/cpython2/Mac/Modules/dlg/ |
D | dlgscan.py | 30 listname = "functions" 35 listname = "methods" 36 return classname, listname
|
/external/python/cpython2/Mac/Modules/win/ |
D | winscan.py | 25 listname = "functions" 30 listname = "methods" 31 return classname, listname
|