Searched refs:nPosUnix (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dwx_extra_imps.cpp30 size_t nPosUnix = pSepUnix ? pSepUnix - pszFileName : 0; local
32 if ( nPosDos > nPosUnix )
33 nPosUnix = nPosDos;
37 *pstrPath = wxString(pszFileName, nPosUnix);
41 *pstrName = wxString(pszFileName + nPosUnix + 1, nPosDot - nPosUnix);
47 *pstrName = wxString(pszFileName + nPosUnix + 1);

Completed in 39 milliseconds