Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dfx_date_helpers.cpp474 WideString sFullMonths = WideString(kFullMonths[m]); in FX_ParseDateUsingFormat() local
475 sFullMonths.MakeLower(); in FX_ParseDateUsingFormat()
476 if (sFullMonths.Contains(sMonth.c_str())) { in FX_ParseDateUsingFormat()