Searched refs:wsMonthNameAbbr (Results 1 – 1 of 1) sorted by relevance
2476 CFX_WideString wsMonthNameAbbr; in FX_ParseLocaleDate() local2479 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()