HomeSort by relevance Sort by last modified time
    Searched defs:AbbreviatedMonthToNumber (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/ftp/
ftp_util.cc 115 bool FtpUtil::AbbreviatedMonthToNumber(const string16& text, int* number) {
164 if (!AbbreviatedMonthToNumber(month, &time_exploded.month))
  /external/chromium_org/net/ftp/
ftp_util.cc 219 bool FtpUtil::AbbreviatedMonthToNumber(const base::string16& text,
232 if (!AbbreviatedMonthToNumber(month, &time_exploded.month)) {
236 !AbbreviatedMonthToNumber(month.substr(month.length() - 3),

Completed in 1733 milliseconds