Searched refs:KMonthAbbreviationLength (Results 1 – 1 of 1) sorted by relevance
178 static constexpr size_t KMonthAbbreviationLength = 3; // Anything in |kMonths|. variable434 if (nSkip == KMonthAbbreviationLength) { in FX_ParseDateUsingFormat()435 WideString sMonth = value.Substr(j, KMonthAbbreviationLength); in FX_ParseDateUsingFormat()