Searched refs:wsMonthName (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/fgas/crt/
H A Dcfgas_formatstring.cpp277 WideString wsMonthName = pLocale->GetMonthName(i, symbol == L"MMM"); local
278 if (wsMonthName.IsEmpty())
280 if (!wcsncmp(wsMonthName.c_str(), str + *cc, wsMonthName.GetLength())) {
281 *cc += wsMonthName.GetLength();

Completed in 48 milliseconds