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

/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_localevalue.cpp53 m_wsValue = wsValue;
69 m_wsValue = value.m_wsValue;
192 return m_wsValue;
199 m_wsValue = wsValue;
204 return m_wsValue;
216 const FX_WCHAR* str = (const FX_WCHAR*)m_wsValue;
217 int len = m_wsValue.GetLength();
291 const FX_WCHAR* str = (const FX_WCHAR*)m_wsValue;
292 int len = m_wsValue
[all...]
/external/pdfium/xfa/src/fxfa/src/common/
H A Dfxfa_localevalue.h94 inline FX_BOOL IsEmpty() const { return m_wsValue.IsEmpty(); }
102 CFX_WideString m_wsValue; member in class:CXFA_LocaleValue
/external/pdfium/xfa/src/fgas/src/localization/
H A Dfx_locale.cpp295 CFX_WideString m_wsValue; member in class:CFX_LCNumeric
308 lcnum.m_wsValue.Empty();
396 lcnum.m_wsValue = wsValue;
453 if (!m_wsValue.IsEmpty()) {
457 const FX_WCHAR* str = (const FX_WCHAR*)m_wsValue;
458 int32_t len = m_wsValue.GetLength();

Completed in 75 milliseconds