Searched refs:pszEndLine (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.cpp2735 wxChar const * pszEndLine = wxStrchr(pszFound, wxT('\n')); local
2736 if ( pszEndLine == NULL ) pszEndLine = pszFound + wxStrlen(pszFound);
2740 wxString retVal( pszFound, pszEndLine - pszFound );

Completed in 50 milliseconds