Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp3669 CFX_WideStringC wsValueC; in GetAttribute() local
3670 if (!TryCData(pAttr->eName, wsValueC, bUseDefault)) { in GetAttribute()
3673 wsValue = wsValueC; in GetAttribute()
3726 CFX_WideStringC wsValueC; in GetAttribute() local
3727 if (GetMapModuleString(pKey, wsValueC)) { in GetAttribute()
3728 wsValue = wsValueC; in GetAttribute()
3938 CFX_WideStringC wsValueC; in TryCData() local
3939 if (GetMapModuleString(pKey, wsValueC)) { in TryCData()
3940 wsValue = wsValueC; in TryCData()