Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp2476 CFX_WideString wsMonthNameAbbr; in FX_ParseLocaleDate() local
2479 pLocale->GetMonthName(i, wsMonthNameAbbr, TRUE); in FX_ParseLocaleDate()
2480 if (wsMonthNameAbbr.IsEmpty()) { in FX_ParseLocaleDate()
2483 if (!FXSYS_wcsncmp((const FX_WCHAR*)wsMonthNameAbbr, str + cc, in FX_ParseLocaleDate()
2484 wsMonthNameAbbr.GetLength())) { in FX_ParseLocaleDate()
2489 cc += wsMonthNameAbbr.GetLength(); in FX_ParseLocaleDate()