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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dsrcparser.cpp472 while( i < m_Line.length() && m_Line[i] != _T('"') && m_Line[i] != _T('<') )
480 while( i < m_Line.length() && m_Line[i] != _T('"') && m_Line[i] != _T('>') )
484 if ( start < m_Line.length() )
487 fname.append( m_Line, start, ( i - start ) );
H A Ddocripper.cpp432 wxString coloredLine = pd.m_Line;
433 AppendHighlightedSource( coloredLine, pd.m_Line );
H A Dsrcparser.h597 wxString m_Line; member in class:spPreprocessorLine
H A Dcjparser.cpp1282 get_string_between( start, cur, &pPL->m_Line );

Completed in 112 milliseconds