Searched refs:AbbreviatedMonthToNumber (Results 1 – 3 of 3) sorted by relevance
33 static bool AbbreviatedMonthToNumber(const string16& text, int* number);
115 bool FtpUtil::AbbreviatedMonthToNumber(const string16& text, int* number) { in AbbreviatedMonthToNumber() function in net::FtpUtil164 if (!AbbreviatedMonthToNumber(month, &time_exploded.month)) in LsDateListingToTime()
151 if (!FtpUtil::AbbreviatedMonthToNumber(date_parts[1], in VmsDateListingToTime()