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

  /external/pdfium/xfa/fxfa/parser/
xfa_localevalue.cpp 56 m_wsValue = wsValue;
72 m_wsValue = value.m_wsValue;
197 return m_wsValue;
204 m_wsValue = wsValue;
209 return m_wsValue;
221 const FX_WCHAR* str = m_wsValue.c_str();
222 int len = m_wsValue.GetLength();
297 const FX_WCHAR* str = m_wsValue.c_str();
298 int len = m_wsValue.GetLength()
    [all...]
xfa_localevalue.h 99 bool IsEmpty() const { return m_wsValue.IsEmpty(); }
107 CFX_WideString m_wsValue;

Completed in 59 milliseconds