Lines Matching refs:month
138 // Loop over all abbreviated month names in given locale.
141 for (int32_t month = 0; month < months_count; month++) {
147 if (months[month].caseCompare(0, 3, unicode_text, 0) == 0) {
148 *number = month + 1;
158 bool FtpUtil::LsDateListingToTime(const string16& month, const string16& day,
164 if (!AbbreviatedMonthToNumber(month, &time_exploded.month))
205 if (time_exploded.month > current_exploded.month ||
206 (time_exploded.month == current_exploded.month &&