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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dintl.cpp2727 wxChar const * pszFound = wxStrstr(pszTrans, szHeader); local
2728 if ( pszFound == NULL )
2731 pszFound += wxStrlen(szHeader) + 2 /* ': ' */;
2735 wxChar const * pszEndLine = wxStrchr(pszFound, wxT('\n'));
2736 if ( pszEndLine == NULL ) pszEndLine = pszFound + wxStrlen(pszFound);
2740 wxString retVal( pszFound, pszEndLine - pszFound );

Completed in 70 milliseconds