HomeSort by relevance Sort by last modified time
    Searched refs:listname (Results 1 - 4 of 4) sorted by null

  /external/icu4c/tools/toolutil/
pkg_icu.cpp 37 isListTextFile(const char *listname) {
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) {
64 if(listname==NULL || listname[0]==0) {
75 listNameEnd=strchr(listname, 0);
76 if(isListTextFile(listname)) {
    [all...]
pkg_icu.h 20 readList(const char *filesPath, const char *listname, UBool readContents);
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc 850 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());
1401 std::string listname; local
    [all...]
safe_browsing_database.cc 205 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));
    [all...]

Completed in 597 milliseconds