Home
last modified time | relevance | path

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

/external/chromium_org/chrome/installer/util/
Dgoogle_update_experiment_util.cc31 const char* const kMonths[] = variable
57 kMonths[then.month - 1], in BuildExperimentDateString()
/external/chromium_org/net/cookies/
Dcookie_util.cc95 static const char* kMonths[] = { "jan", "feb", "mar", "apr", "may", "jun", in ParseCookieTime() local
97 static const int kMonthsLen = arraysize(kMonths); in ParseCookieTime()
126 if (base::strncasecmp(token.c_str(), kMonths[i], 3) == 0) { in ParseCookieTime()
/external/icu/icu4c/source/test/intltest/
Dreldatefmttest.cpp457 static const char *kMonths = "Months"; variable
510 return kMonths; in RelativeUnitStr()