HomeSort by relevance Sort by last modified time
    Searched refs:m_wsValue (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_localevalue.cpp 53 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.GetLength();
    [all...]
  /external/pdfium/xfa/src/fxfa/src/common/
fxfa_localevalue.h 94 inline FX_BOOL IsEmpty() const { return m_wsValue.IsEmpty(); }
102 CFX_WideString m_wsValue;
  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp 295 CFX_WideString m_wsValue;
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();
    [all...]

Completed in 62 milliseconds