Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_object_imp.cpp3827 CFX_WideStringC wsValueC; in GetAttribute() local
3828 if (!TryCData(pAttr->eName, wsValueC, bUseDefault)) { in GetAttribute()
3831 wsValue = wsValueC; in GetAttribute()
3882 CFX_WideStringC wsValueC; in GetAttribute() local
3883 if (GetMapModuleString(pKey, wsValueC)) { in GetAttribute()
3884 wsValue = wsValueC; in GetAttribute()
4097 CFX_WideStringC wsValueC; in TryCData() local
4098 if (GetMapModuleString(pKey, wsValueC)) { in TryCData()
4099 wsValue = wsValueC; in TryCData()