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

  /external/pdfium/xfa/fxfa/parser/
cxfa_document.cpp 330 const WideStringView& wsID) {
331 if (!pRoot || wsID.IsEmpty())
338 if (!wsIDVal.IsEmpty() && wsIDVal == wsID)
370 WideStringView wsID;
389 wsID = WideStringView(wsUseVal.c_str() + uSharpPos.value() + 1,
397 wsID = WideStringView(wsUseVal.c_str() + 1, wsUseVal.GetLength() - 1);
416 } else if (!wsID.IsEmpty()) {
417 auto it = mIDMap.find(FX_HashCode_GetW(wsID, false));
  /external/pdfium/fxjs/xfa/
cjx_object.cpp     [all...]

Completed in 57 milliseconds