Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp371 WideStringView wsSOM; in DoProtoMerge() local
386 wsSOM = WideStringView(wsUseVal.c_str() + uSharpPos.value() + 5, in DoProtoMerge()
399 wsSOM = WideStringView(wsUseVal.c_str(), wsUseVal.GetLength()); in DoProtoMerge()
407 if (!wsSOM.IsEmpty()) { in DoProtoMerge()
413 pUseHrefNode, wsSOM, &resolveNodeRS, dwFlag, nullptr); in DoProtoMerge()
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp1232 WideString wsSOM; in Script_Attribute_String() local
1237 wsSOM = wsValue; in Script_Attribute_String()
1241 if (!wsSOM.IsEmpty()) { in Script_Attribute_String()
1244 pProtoRoot, wsSOM.AsStringView(), &resolveNodeRS, in Script_Attribute_String()