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

/external/chromium_org/third_party/icu/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) { argument
64 if(listname==NULL || listname[0]==0) {
75 listNameEnd=strchr(listname, 0);
76 if(isListTextFile(listname)) {
[all...]
/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/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_database.cc270 const std::string& listname = listnames[i]; local
271 DCHECK_EQ(safe_browsing_util::GetListId(listname) % 2,
273 DCHECK_NE(safe_browsing_util::GetListId(listname),
275 lists->push_back(SBListChunkRanges(listname));
292 const std::string& listname,
294 UpdateChunkRanges(store, std::vector<std::string>(1, listname), lists);
291 UpdateChunkRangesForList(SafeBrowsingStore* store, const std::string& listname, std::vector<SBListChunkRanges>* lists) argument

Completed in 114 milliseconds