Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp745 const wchar_t* pszFormat; in GetNameExpressionSinglePath() local
748 pszFormat = L"#%ls[%zu]"; in GetNameExpressionSinglePath()
751 pszFormat = L"%ls[%zu]"; in GetNameExpressionSinglePath()
756 return WideString::Format(pszFormat, ws.c_str(), in GetNameExpressionSinglePath()