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

  /external/pdfium/xfa/fxfa/parser/
cxfa_simple_parser.cpp 85 CFX_WideString wsAttrName(wsAttributeName);
86 FX_STRSIZE iFind = wsAttrName.Find(L':', 0);
88 wsLocalAttrName = wsAttrName;
91 wsLocalAttrName = wsAttrName.Right(wsAttrName.GetLength() - iFind - 1);
99 CFX_WideString wsAttrName(wsAttributeName);
102 wsNSPrefix = wsAttrName.Left(wsAttributeName.GetLength() -
125 CFX_WideString wsAttrName;
130 pElement->GetAttribute(i, wsAttrName, wsAttrValue);
131 FX_STRSIZE iFind = wsAttrName.Find(L':', 0)
    [all...]
cxfa_node.cpp     [all...]

Completed in 4239 milliseconds