OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_month
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/
cpdfsdk_datetime.cpp
73
m_month
(that.
m_month
),
85
m_month
= static_cast<uint8_t>(st.wMonth);
100
m_month
= newtime->tm_mon + 1;
108
return m_year == that.m_year &&
m_month
== that.
m_month
&&
122
newtime.tm_mon =
m_month
- 1;
169
m_month
= static_cast<uint8_t>(k);
267
return ByteString::Format("%04d-%02u-%02u %02u:%02u:%02u ", m_year,
m_month
,
279
m_year,
m_month
, m_day, m_hour, m_minute, m_second)
[
all
...]
cpdfsdk_datetime.h
40
uint8_t
m_month
;
member in class:CPDFSDK_DateTime
Completed in 785 milliseconds