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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmimetype.cpp327 size_t nLineCount = textfile.GetLineCount(); local
329 while ( nLine < nLineCount )
462 size_t nLineCount = textfile.GetLineCount(); local
465 if ( nLine < nLineCount )
494 // the end: this can only happen if nLine == nLineCount
2391 size_t nLineCount = file.GetLineCount(); local
2393 for ( size_t nLine = 0; nLine < nLineCount; nLine++ )
2694 size_t nLineCount = file.GetLineCount(); local
2695 for ( size_t nLine = 0; nLine < nLineCount; nLine++ )
2738 if ( nLine == nLineCount
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtextctrl.cpp1363 size_t nLineCount = GetLineCount(); local
1364 for ( size_t nLine = 0; nLine < nLineCount; nLine++ )
1747 size_t nLineCount = GetLineCount(); local
1748 for ( size_t nLine = 0; nLine < nLineCount; nLine++ )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfileconf.cpp602 size_t nLineCount = buffer.GetLineCount(); local
604 for ( size_t n = 0; n < nLineCount; n++ )

Completed in 79 milliseconds