Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_localevalue.cpp53 m_wsValue = wsValue; in CXFA_LocaleValue()
69 m_wsValue = value.m_wsValue; in operator =()
192 return m_wsValue; in GetValue()
199 m_wsValue = wsValue; in SetValue()
204 return m_wsValue; in GetText()
216 const FX_WCHAR* str = (const FX_WCHAR*)m_wsValue; in GetNum()
217 int len = m_wsValue.GetLength(); in GetNum()
291 const FX_WCHAR* str = (const FX_WCHAR*)m_wsValue; in GetDoubleNum()
292 int len = m_wsValue.GetLength(); in GetDoubleNum()
361 FX_DateFromCanonical(m_wsValue, dt); in GetDate()
[all …]
/external/pdfium/xfa/src/fxfa/src/common/
Dfxfa_localevalue.h94 inline FX_BOOL IsEmpty() const { return m_wsValue.IsEmpty(); } in IsEmpty()
102 CFX_WideString m_wsValue; variable
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp295 CFX_WideString m_wsValue; member in CFX_LCNumeric
308 lcnum.m_wsValue.Empty(); in FX_WStringToNumeric()
396 lcnum.m_wsValue = wsValue; in FX_WStringToNumeric()
453 if (!m_wsValue.IsEmpty()) { in ToString()
457 const FX_WCHAR* str = (const FX_WCHAR*)m_wsValue; in ToString()
458 int32_t len = m_wsValue.GetLength(); in ToString()