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

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_parser_imp.cpp 276 CFX_WideString wsAttrName(wsAttributeName);
277 FX_STRSIZE iFind = wsAttrName.Find(L':', 0);
279 wsLocalAttrName = wsAttrName;
282 wsLocalAttrName = wsAttrName.Right(wsAttrName.GetLength() - iFind - 1);
291 CFX_WideString wsAttrName(wsAttributeName);
295 wsNSPrefix = wsAttrName.Left(wsAttributeName.GetLength() -
318 CFX_WideString wsAttrName;
323 pElement->GetAttribute(i, wsAttrName, wsAttrValue);
324 FX_STRSIZE iFind = wsAttrName.Find(L':', 0);
    [all...]
xfa_object_imp.cpp     [all...]

Completed in 780 milliseconds