Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp635 CFX_WideString sMonth = ParseStringString(value, j, nSkip); in MakeRegularDate() local
638 if (sMonth.CompareNoCase(months[m]) == 0) { in MakeRegularDate()
670 CFX_WideString sMonth = ParseStringString(value, j, nSkip); in MakeRegularDate() local
671 sMonth.MakeLower(); in MakeRegularDate()
677 if (sFullMonths.Find(sMonth.c_str(), 0) != -1) { in MakeRegularDate()
1355 CFX_WideString sMonth = L""; in MakeInterDate() local