Searched refs:pMonth (Results 1 – 3 of 3) sorted by relevance
75 const uint16_t* pMonth = IsLeapYear(y) ? leapDaysMonth : daysMonth; in TimeFromYearMonth() local76 return TimeFromYear(y) + ((double)pMonth[m]) * 86400000; in TimeFromYearMonth()
648 static const wchar_t* const pMonth[] = {L"January", L"February", L"March", in GetHeadText() local652 return WideString::Format(L"%ls, %d", pMonth[iMonth - 1], iYear); in GetHeadText()
503 int32_t* pMonth, in IsIsoDateFormat() argument507 int32_t& iMonth = *pMonth; in IsIsoDateFormat()723 int32_t* pMonth, in IsIsoDateTimeFormat() argument732 int32_t& iMonth = *pMonth; in IsIsoDateTimeFormat()