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

  /external/pdfium/xfa/fxfa/parser/
cxfa_dataexporter.cpp 218 CFX_WideString wsRawValue;
219 pRawValueNode->GetAttribute(XFA_ATTRIBUTE_Value, wsRawValue, false);
220 if (wsRawValue.IsEmpty())
225 int32_t iEnd = wsRawValue.Find(L'\n', iStart);
226 iEnd = (iEnd == -1) ? wsRawValue.GetLength() : iEnd;
228 wsSelTextArray.push_back(wsRawValue.Mid(iStart, iEnd - iStart));
230 if (iStart >= wsRawValue.GetLength())
233 iEnd = wsRawValue.Find(L'\n', iStart);
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidgetacc.cpp 411 CFX_WideString wsRawValue = GetRawValue();
412 if (!wsRawValue.IsEmpty()) {
    [all...]

Completed in 785 milliseconds