Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp103 m_wsValue(wsValue), in CXFA_LocaleValue()
211 return wcstod(m_wsValue.c_str(), nullptr); in GetDoubleNum()
219 FX_DateFromCanonical(m_wsValue.span(), &dt); in GetDate()
228 FX_TimeFromCanonical(m_pLocaleMgr->GetDefLocale(), m_wsValue.span(), &dt); in GetTime()
234 m_wsValue = WideString::Format(L"%04d-%02d-%02d", d.GetYear(), d.GetMonth(), in SetDate()
241 m_wsValue = WideString::Format(L"%02d:%02d:%02d", t.GetHour(), t.GetMinute(), in SetTime()
244 m_wsValue += WideString::Format(L"%:03d", t.GetMillisecond()); in SetTime()
250 m_wsValue = WideString::Format(L"%04d-%02d-%02dT%02d:%02d:%02d", dt.GetYear(), in SetDateTime()
254 m_wsValue += WideString::Format(L"%:03d", dt.GetMillisecond()); in SetDateTime()
286 if (m_wsValue.IsEmpty()) in FormatSinglePattern()
[all …]
Dcxfa_localevalue.h62 const WideString& GetValue() const { return m_wsValue; } in GetValue()
86 WideString m_wsValue; variable