Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fontmgr.cpp1796 const FX_WCHAR* pNameText = pReplace; in GetFont() local
1797 while (*pNameText != L',' && iLength > 0) { in GetFont()
1798 pNameText++; in GetFont()
1802 CFX_WideString(pReplace, pNameText - pReplace); in GetFont()
1814 pNameText++; in GetFont()
1815 pReplace = pNameText; in GetFont()