Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_publicmethods.cpp64 const wchar_t* const kMonths[] = {L"Jan", L"Feb", L"Mar", L"Apr", variable
609 if (sMonth.CompareNoCase(kMonths[m]) == 0) { in MakeRegularDate()
818 sPart += kMonths[nMonth - 1]; in MakeFormatDate()
1199 for (size_t i = 0; i < FX_ArraySize(kMonths); ++i) { in MakeInterDate()
1200 if (sTemp.Compare(kMonths[i]) == 0) { in MakeInterDate()
/external/icu/icu4c/source/test/intltest/
Dreldatefmttest.cpp957 static const char *kMonths = "Months"; variable
1010 return kMonths; in RelativeUnitStr()