Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dfx_date_helpers.cpp178 static constexpr size_t KMonthAbbreviationLength = 3; // Anything in |kMonths|. variable
434 if (nSkip == KMonthAbbreviationLength) { in FX_ParseDateUsingFormat()
435 WideString sMonth = value.Substr(j, KMonthAbbreviationLength); in FX_ParseDateUsingFormat()