Home
last modified time | relevance | path

Searched refs:month_name (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/ftp/
Dftp_util.cc175 base::string16 month_name(months[month].getBuffer(), in AbbreviatedMonthsMap() local
180 month_name = base::i18n::ToLower(month_name); in AbbreviatedMonthsMap()
182 map_[month_name] = month + 1; in AbbreviatedMonthsMap()
187 map_[month_name.substr(0, 3)] = month + 1; in AbbreviatedMonthsMap()