Searched refs:wsDayName (Results 1 – 1 of 1) sorted by relevance
288 WideString wsDayName = pLocale->GetDayName(i, symbol == L"EEE"); in ParseLocaleDate() local289 if (wsDayName.IsEmpty()) in ParseLocaleDate()291 if (!wcsncmp(wsDayName.c_str(), str + *cc, wsDayName.GetLength())) { in ParseLocaleDate()292 *cc += wsDayName.GetLength(); in ParseLocaleDate()