Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_localevalue.cpp56 m_wsValue = wsValue; in CXFA_LocaleValue()
72 m_wsValue = value.m_wsValue; in operator =()
197 return m_wsValue; in GetValue()
204 m_wsValue = wsValue; in SetValue()
209 return m_wsValue; in GetText()
221 const FX_WCHAR* str = m_wsValue.c_str(); in GetNum()
222 int len = m_wsValue.GetLength(); in GetNum()
297 const FX_WCHAR* str = m_wsValue.c_str(); in GetDoubleNum()
298 int len = m_wsValue.GetLength(); in GetDoubleNum()
368 FX_DateFromCanonical(m_wsValue, dt); in GetDate()
[all …]
Dxfa_localevalue.h99 bool IsEmpty() const { return m_wsValue.IsEmpty(); } in IsEmpty()
107 CFX_WideString m_wsValue; variable