Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dfx_date_helpers.cpp173 const wchar_t* const kFullMonths[12] = {L"January", L"February", L"March", variable
473 for (size_t m = 0; m < FX_ArraySize(kFullMonths); ++m) { in FX_ParseDateUsingFormat()
474 WideString sFullMonths = WideString(kFullMonths[m]); in FX_ParseDateUsingFormat()
Dfx_date_helpers.h19 extern const wchar_t* const kFullMonths[12];
Dcjs_publicmethods.cpp553 sPart += fxjs::kFullMonths[nMonth - 1]; in PrintDateUsingFormat()