Searched refs:m_wsValue (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_localevalue.cpp | 70 m_wsValue(value.m_wsValue), in CXFA_LocaleValue() 83 m_wsValue(wsValue), in CXFA_LocaleValue() 97 m_wsValue = value.m_wsValue; in operator =() 203 const wchar_t* str = m_wsValue.c_str(); in GetDoubleNum() 204 int len = m_wsValue.GetLength(); in GetDoubleNum() 279 FX_DateFromCanonical(m_wsValue, &dt); in GetDate() 288 FX_TimeFromCanonical(m_wsValue.AsStringView(), &dt, in GetTime() 295 m_wsValue = WideString::Format(L"%04d-%02d-%02d", d.GetYear(), d.GetMonth(), in SetDate() 302 m_wsValue = WideString::Format(L"%02d:%02d:%02d", t.GetHour(), t.GetMinute(), in SetTime() 305 m_wsValue += WideString::Format(L"%:03d", t.GetMillisecond()); in SetTime() [all …]
|
D | cxfa_localevalue.h | 59 WideString GetValue() const { return m_wsValue; } in GetValue() 85 WideString m_wsValue; variable
|