Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_simple_parser.cpp142 const WideStringView& wsNamespaceURIPrefix, in MatchNodeName() argument
156 return wsNodeStr.Left(wsNamespaceURIPrefix.GetLength()) == in MatchNodeName()
157 wsNamespaceURIPrefix; in MatchNodeName()
160 return wsNodeStr == wsNamespaceURIPrefix; in MatchNodeName()
198 const WideStringView& wsNamespaceURIPrefix, in FindAttributeWithNS() argument
224 if (wsAttrNS.Left(wsNamespaceURIPrefix.GetLength()) != in FindAttributeWithNS()
225 wsNamespaceURIPrefix) { in FindAttributeWithNS()
229 if (wsAttrNS != wsNamespaceURIPrefix) in FindAttributeWithNS()