OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_day
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/
cpdfsdk_datetime.cpp
74
m_day
(that.
m_day
),
86
m_day
= static_cast<uint8_t>(st.wDay);
101
m_day
= newtime->tm_mday;
109
m_day
== that.
m_day
&& m_hour == that.m_hour &&
123
newtime.tm_mday =
m_day
;
183
m_day
= static_cast<uint8_t>(k);
268
m_day
, m_hour, m_minute, m_second) +
279
m_year, m_month,
m_day
, m_hour, m_minute, m_second)
[
all
...]
cpdfsdk_datetime.h
41
uint8_t
m_day
;
member in class:CPDFSDK_DateTime
Completed in 65 milliseconds