Home
last modified time | relevance | path

Searched refs:wsCurValue (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_parser_imp.cpp1293 CFX_WideStringC wsCurValue = wsCurValueTextBuf.GetWideString(); in ParseDataValue() local
1294 if (!wsCurValue.IsEmpty()) { in ParseDataValue()
1301 pXFAChild->SetCData(XFA_ATTRIBUTE_Value, wsCurValue); in ParseDataValue()
1305 wsValueTextBuf << wsCurValue; in ParseDataValue()
1322 CFX_WideStringC wsCurValue = pXFAChild->GetCData(XFA_ATTRIBUTE_Value); in ParseDataValue() local
1323 wsValueTextBuf << wsCurValue; in ParseDataValue()
1327 CFX_WideStringC wsCurValue = wsCurValueTextBuf.GetWideString(); in ParseDataValue() local
1328 if (!wsCurValue.IsEmpty()) { in ParseDataValue()
1336 pXFAChild->SetCData(XFA_ATTRIBUTE_Value, wsCurValue); in ParseDataValue()
1341 wsValueTextBuf << wsCurValue; in ParseDataValue()