Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dreldatefmttest.cpp1558 static const char *kMonths = "Months"; variable
1620 return kMonths; in RelativeUnitStr()
1643 return kMonths; in RelativeDateTimeUnitStr()
/third_party/cef/tests/cefclient/browser/
Dclient_handler.cc59 static const char* kMonths[] = { in GetTimeString() local
64 month = kMonths[value.month - 1]; in GetTimeString()