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

/external/icu4c/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/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_database_unittest.cc850 std::string listname; local
855 &listname, &prefixes, &full_hashes, Time::Now());
866 &listname, &prefixes, &full_hashes, Time::Now());
889 &listname, &prefixes, &full_hashes, Time::Now());
899 &listname, &prefixes, &full_hashes, Time::Now());
911 &listname, &prefixes, &full_hashes, Time::Now());
941 &listname, &prefixes, &full_hashes, expired);
947 &listname, &prefixes, &full_hashes, expired);
984 &listname, &prefixes,
1003 &listname,
1401 std::string listname; local
[all...]
H A Dsafe_browsing_database.cc205 const std::string& listname = listnames[i]; local
206 DCHECK_EQ(safe_browsing_util::GetListId(listname) % 2,
208 DCHECK_NE(safe_browsing_util::GetListId(listname),
210 lists->push_back(SBListChunkRanges(listname));

Completed in 178 milliseconds