Searched refs:m_wsValue (Results 1 – 3 of 3) sorted by relevance
53 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 …]
94 inline FX_BOOL IsEmpty() const { return m_wsValue.IsEmpty(); } in IsEmpty()102 CFX_WideString m_wsValue; variable
295 CFX_WideString m_wsValue; member in CFX_LCNumeric308 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()