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

/external/chromium_org/net/ftp/
H A Dftp_util.cc220 bool FtpUtil::AbbreviatedMonthToNumber(const base::string16& text, function in class:net::FtpUtil
233 if (!AbbreviatedMonthToNumber(month, &time_exploded.month)) {
237 !AbbreviatedMonthToNumber(month.substr(month.length() - 3),

Completed in 35 milliseconds